diff options
Diffstat (limited to 'meta/recipes-qt/qt4/qt-mobility_1.2.0.inc')
-rw-r--r-- | meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc index ff63d2b0d0..d46acb9c7e 100644 --- a/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc +++ b/meta/recipes-qt/qt4/qt-mobility_1.2.0.inc | |||
@@ -1,8 +1,8 @@ | |||
1 | HOMEPAGE = "http://qt-project.org/" | 1 | HOMEPAGE = "http://qt-project.org/" |
2 | DEPENDS = "gstreamer util-linux" | 2 | DEPENDS = "gstreamer util-linux" |
3 | 3 | ||
4 | PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ | 4 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'pulseaudio', 'pulseaudio', '', d)} \ |
5 | ${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" | 5 | ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" |
6 | PACKAGECONFIG[bluetooth] = ",,bluez4" | 6 | PACKAGECONFIG[bluetooth] = ",,bluez4" |
7 | PACKAGECONFIG[pulseaudio] = ",,pulseaudio" | 7 | PACKAGECONFIG[pulseaudio] = ",,pulseaudio" |
8 | 8 | ||
@@ -65,12 +65,12 @@ maemo5-contacts_enabled = no | |||
65 | maemo5-calendar_enabled = no | 65 | maemo5-calendar_enabled = no |
66 | maemo6-landmarks_enabled = no | 66 | maemo6-landmarks_enabled = no |
67 | bme_enabled = no | 67 | bme_enabled = no |
68 | bluez_enabled = ${@base_contains('PACKAGECONFIG', 'bluetooth', 'yes', 'no', d)} | 68 | bluez_enabled = ${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', 'yes', 'no', d)} |
69 | proj_enabled = no | 69 | proj_enabled = no |
70 | gstreamer-photography_enabled = no | 70 | gstreamer-photography_enabled = no |
71 | gstreamer-appsrc_enabled = yes | 71 | gstreamer-appsrc_enabled = yes |
72 | blkid_enabled = yes | 72 | blkid_enabled = yes |
73 | pulseaudio_enabled = ${@base_contains('PACKAGECONFIG', 'pulseaudio', 'yes', 'no', d)} | 73 | pulseaudio_enabled = ${@bb.utils.contains('PACKAGECONFIG', 'pulseaudio', 'yes', 'no', d)} |
74 | udev_enabled = yes | 74 | udev_enabled = yes |
75 | iphb_enabled = no | 75 | iphb_enabled = no |
76 | nfc_symbian_enabled = no | 76 | nfc_symbian_enabled = no |