All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm] [PATCH] qtbase: replace deprecated 'base_contains' with 'bb.utils.contains'
@ 2017-03-14  3:57 liu.ming50
  2017-03-17 20:08 ` Otavio Salvador
  0 siblings, 1 reply; 3+ messages in thread
From: liu.ming50 @ 2017-03-14  3:57 UTC (permalink / raw)
  To: meta-freescale; +Cc: Ming Liu

From: Ming Liu <peter.x.liu@external.atlascopco.com>

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
---
 qt5-layer/recipes-qt/qt5/qtbase_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
index a693fb2..35c0c9c 100644
--- a/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
+++ b/qt5-layer/recipes-qt/qt5/qtbase_%.bbappend
@@ -11,7 +11,7 @@ PACKAGECONFIG_GL_imxgpu3d = "gles2"
 PACKAGECONFIG_GL_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' gl', '', d)}"
 
 QT_CONFIG_FLAGS_APPEND = ""
-QT_CONFIG_FLAGS_APPEND_imxpxp = "${@base_contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
+QT_CONFIG_FLAGS_APPEND_imxpxp = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
 QT_CONFIG_FLAGS_APPEND_imxgpu2d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -no-opengl -linuxfb -no-eglfs', d)}"
 QT_CONFIG_FLAGS_APPEND_imxgpu3d = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', ' -no-eglfs', ' -eglfs', d)}"
 QT_CONFIG_FLAGS_append = " ${QT_CONFIG_FLAGS_APPEND}"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-fsl-arm] [PATCH] qtbase: replace deprecated 'base_contains' with 'bb.utils.contains'
  2017-03-14  3:57 [meta-fsl-arm] [PATCH] qtbase: replace deprecated 'base_contains' with 'bb.utils.contains' liu.ming50
@ 2017-03-17 20:08 ` Otavio Salvador
  2017-03-19 12:58   ` Peter Liu
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2017-03-17 20:08 UTC (permalink / raw)
  To: liu.ming50; +Cc: meta-freescale, Ming Liu

On Tue, Mar 14, 2017 at 12:57 AM,  <liu.ming50@gmail.com> wrote:
> From: Ming Liu <peter.x.liu@external.atlascopco.com>
>
> Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>

Please use meta-freescale; meta-fsl-arm development is dead, we just
are maintaining old branches on it. Anything newer than krogoth ought
to base on meta-freescale instead.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-fsl-arm] [PATCH] qtbase: replace deprecated 'base_contains' with 'bb.utils.contains'
  2017-03-17 20:08 ` Otavio Salvador
@ 2017-03-19 12:58   ` Peter Liu
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Liu @ 2017-03-19 12:58 UTC (permalink / raw)
  To: Otavio Salvador, liu.ming50; +Cc: meta-freescale

[-- Attachment #1: Type: text/plain, Size: 989 bytes --]

Hi, Otavio:


Arha, got it, thanks for letting me know this.


the best,

thank you

________________________________
From: Otavio Salvador <otavio.salvador@ossystems.com.br>
Sent: Friday, March 17, 2017 9:08:33 PM
To: liu.ming50@gmail.com
Cc: meta-freescale@yoctoproject.org; Peter Liu
Subject: Re: [meta-freescale] [meta-fsl-arm] [PATCH] qtbase: replace deprecated 'base_contains' with 'bb.utils.contains'

On Tue, Mar 14, 2017 at 12:57 AM,  <liu.ming50@gmail.com> wrote:
> From: Ming Liu <peter.x.liu@external.atlascopco.com>
>
> Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>

Please use meta-freescale; meta-fsl-arm development is dead, we just
are maintaining old branches on it. Anything newer than krogoth ought
to base on meta-freescale instead.

--
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750

[-- Attachment #2: Type: text/html, Size: 2385 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-03-19 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-14  3:57 [meta-fsl-arm] [PATCH] qtbase: replace deprecated 'base_contains' with 'bb.utils.contains' liu.ming50
2017-03-17 20:08 ` Otavio Salvador
2017-03-19 12:58   ` Peter Liu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.