From 007498ac72e26e9f7064de74f7fe96e91ae6c969 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 24 Jul 2017 19:25:35 +0200 Subject: bluez4: remove bluez4-only recipes * remove recipes which support only bluez4 and are blacklisted when bluez5 is selected in DISTRO_FEATURES, if someone is still using bluez4, then it can be restored in separate meta-bluez4 and maintained by people using it. * there are few recipes which support both bluez5 or bluez4 based on selected DISTRO_FEATURES, these can stay in meta-oe repository, but now people without bluez5 in DISTRO_FEATURES will need to add meta-bluez4 layer to satisfy bluez4 dependency meta-gnome/recipes-connectivity/obex/obexd_0.48.bb:DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb: ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \ meta-oe/recipes-connectivity/obex/obex-data-server_0.4.6.bb:DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" meta-oe/recipes-connectivity/obex/openobex_1.7.2.bb:DEPENDS_append_class-target = " ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)}" meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb:RDEPENDS_bluez4 = " \ meta-oe/recipes-connectivity/packagegroups/packagegroup-tools-bluetooth.bb:# Install bluez4 tools or bluez5 tools depending on what is specified in the distro. Signed-off-by: Martin Jansa --- meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb (limited to 'meta-oe/recipes-support/opensync') diff --git a/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb b/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb deleted file mode 100644 index ebf65c7cc0..0000000000 --- a/meta-oe/recipes-support/opensync/libsyncml_0.5.4.bb +++ /dev/null @@ -1,21 +0,0 @@ -SUMMARY = "Libsyncml is an implementation of the SyncML protocol" -HOMEPAGE = "https://libsyncml.opensync.org/" -SECTION = "libs" -LICENSE = "LGPLv2.1" -LIC_FILES_CHKSUM = "file://COPYING;md5=fad9b3332be894bab9bc501572864b29" - -DEPENDS = "libxml2 glib-2.0 libsoup-2.4 openobex wbxml2" - -# Depends on openobex -PNBLACKLIST[libsyncml] ?= "${@bb.utils.contains('DISTRO_FEATURES', 'bluez5', 'bluez5 conflicts with bluez4 and bluez5 is selected in DISTRO_FEATURES', '', d)}" - -SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/libsyncml-${PV}.tar.gz" -SRC_URI[md5sum] = "84879ed7cb94618530fbcb801a1a4f95" -SRC_URI[sha256sum] = "05d6513637adb1300a3a58b6e29d53ab6373c8f370807d0d925bae72b2920e53" - -inherit cmake pkgconfig - -PACKAGES += "${PN}-tools" - -FILES_${PN}-tools = "${bindir}" -FILES_${PN} = "${libdir}/*.so.*" -- cgit 1.2.3-korg