All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-qt5][PATCH] populate_sdk_qt5.bbclass: Fix PACKAGE_GROUP deprecation warning
@ 2014-04-15 17:12 Jacob Kroon
  2014-04-20 10:34 ` Martin Jansa
  0 siblings, 1 reply; 5+ messages in thread
From: Jacob Kroon @ 2014-04-15 17:12 UTC (permalink / raw)
  To: openembedded-devel

Fixes the following warning:

WARNING: PACKAGE_GROUP is deprecated, please use FEATURE_PACKAGES instead

Signed-off-by: Jacob Kroon <jacob.kroon@mikrodidakt.se>
---
 classes/populate_sdk_qt5.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/populate_sdk_qt5.bbclass b/classes/populate_sdk_qt5.bbclass
index c921983..7b31bbb 100644
--- a/classes/populate_sdk_qt5.bbclass
+++ b/classes/populate_sdk_qt5.bbclass
@@ -53,4 +53,4 @@ toolchain_create_sdk_env_script_append () {
     echo 'HostBinaries = ${SDKPATHNATIVE}${OE_QMAKE_PATH_HOST_BINS}' >> $qtconf
 }
 
-PACKAGE_GROUP_qtcreator-debug = "packagegroup-qt5-qtcreator-debug"
+FEATURE_PACKAGES_qtcreator-debug = "packagegroup-qt5-qtcreator-debug"
-- 
1.9.0



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

end of thread, other threads:[~2014-04-20 20:23 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-15 17:12 [meta-qt5][PATCH] populate_sdk_qt5.bbclass: Fix PACKAGE_GROUP deprecation warning Jacob Kroon
2014-04-20 10:34 ` Martin Jansa
2014-04-20 13:54   ` Jacob Kroon
2014-04-20 20:23     ` Otavio Salvador
2014-04-20 20:21   ` Otavio Salvador

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.