[oe-commits] =?UTF-8?Q?David=20Nystr=C3=B6m=20?=: smartpm: Add nativesdk in BBCLASSEXTEND

git at git.openembedded.org git at git.openembedded.org
Fri Oct 18 14:44:19 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 5084e8168fcc37878d39bf1f5562aede44c00b3e
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=5084e8168fcc37878d39bf1f5562aede44c00b3e

Author: David Nyström <david.c.nystrom at gmail.com>
Date:   Thu Oct 17 15:59:42 2013 +0200

smartpm: Add nativesdk in BBCLASSEXTEND

Signed-off-by: David Nyström <david.nystrom at enea.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../python/python-smartpm_1.4.1.bb                 |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
index f349469..464c5c5 100644
--- a/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
+++ b/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
@@ -49,6 +49,10 @@ RPM_RDEP_class-native = ""
 QT_RDEP_class-native = ""
 GTK_RDEP_class-native = ""
 
+RPM_RDEP_class-nativesdk = ""
+QT_RDEP_class-nativesdk = ""
+GTK_RDEP_class-nativesdk = ""
+
 PACKAGECONFIG[rpm] = ",,rpm,${RPM_RDEP}"
 PACKAGECONFIG[qt4] = ",,qt4-x11,${QT_RDEP}"
 PACKAGECONFIG[gtk] = ",,gtk+,${GTK_RDEP}"
@@ -138,5 +142,5 @@ FILES_${PN}-interface-qt4 = "${libdir}/python*/site-packages/smart/interfaces/qt
 FILES_${PN}-interface-gtk = "${libdir}/python*/site-packages/smart/interfaces/gtk"
 FILES_${PN}-interface-images = "${datadir}/${baselib}/python*/site-packages/smart/interfaces/images"
 
-BBCLASSEXTEND = "native"
+BBCLASSEXTEND = "native nativesdk"
 



More information about the Openembedded-commits mailing list