summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python-smartpm_1.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python-smartpm_1.4.1.bb')
-rw-r--r--meta/recipes-devtools/python/python-smartpm_1.4.1.bb6
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 f349469d22..464c5c5571 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 = ""
49QT_RDEP_class-native = "" 49QT_RDEP_class-native = ""
50GTK_RDEP_class-native = "" 50GTK_RDEP_class-native = ""
51 51
52RPM_RDEP_class-nativesdk = ""
53QT_RDEP_class-nativesdk = ""
54GTK_RDEP_class-nativesdk = ""
55
52PACKAGECONFIG[rpm] = ",,rpm,${RPM_RDEP}" 56PACKAGECONFIG[rpm] = ",,rpm,${RPM_RDEP}"
53PACKAGECONFIG[qt4] = ",,qt4-x11,${QT_RDEP}" 57PACKAGECONFIG[qt4] = ",,qt4-x11,${QT_RDEP}"
54PACKAGECONFIG[gtk] = ",,gtk+,${GTK_RDEP}" 58PACKAGECONFIG[gtk] = ",,gtk+,${GTK_RDEP}"
@@ -138,5 +142,5 @@ FILES_${PN}-interface-qt4 = "${libdir}/python*/site-packages/smart/interfaces/qt
138FILES_${PN}-interface-gtk = "${libdir}/python*/site-packages/smart/interfaces/gtk" 142FILES_${PN}-interface-gtk = "${libdir}/python*/site-packages/smart/interfaces/gtk"
139FILES_${PN}-interface-images = "${datadir}/${baselib}/python*/site-packages/smart/interfaces/images" 143FILES_${PN}-interface-images = "${datadir}/${baselib}/python*/site-packages/smart/interfaces/images"
140 144
141BBCLASSEXTEND = "native" 145BBCLASSEXTEND = "native nativesdk"
142 146