diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-01 12:15:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-11 10:27:28 +0200 |
commit | 73ba7cd70f75a898bf4c3f8ae38c9904fc3e4724 (patch) | |
tree | 4dbc31aa7e42aef81b503b484c39c382bdf5bf74 /meta-oe/recipes-support/opensync | |
parent | 3ad735b7e26d5f2acc7452de563db93f8d10340c (diff) | |
download | meta-openembedded-73ba7cd70f75a898bf4c3f8ae38c9904fc3e4724.tar.gz |
*obex*, navit, libsyncml, foxtrotgps, gypsy, bluez-hcidump, bluez4, gst-plugin-bluetooth, gnome-bluetooth: blacklist bluez4 only recipes when bluez5 is in DISTRO_FEATURES
foo
Diffstat (limited to 'meta-oe/recipes-support/opensync')
-rw-r--r-- | meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb b/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb index e740b6da2..ebf65c7cc 100644 --- a/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb +++ b/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb | |||
@@ -6,6 +6,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" | |||
6 | 6 | ||
7 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 openobex wbxml2" | 7 | DEPENDS = "libxml2 glib-2.0 libsoup-2.4 openobex wbxml2" |
8 | 8 | ||
9 | # Depends on openobex | ||
10 | PNBLACKLIST[libsyncml] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" | ||
11 | |||
9 | SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz" | 12 | SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz" |
10 | SRC_URI[md5sum] = "84879ed7cb94618530fbcb801a1a4f95" | 13 | SRC_URI[md5sum] = "84879ed7cb94618530fbcb801a1a4f95" |
11 | SRC_URI[sha256sum] = "05d6513637adb1300a3a58b6e29d53ab6373c8f370807d0d925bae72b2920e53" | 14 | SRC_URI[sha256sum] = "05d6513637adb1300a3a58b6e29d53ab6373c8f370807d0d925bae72b2920e53" |