Revert "bluez3: blacklist for angstrom, bluez4 should be used instead"
authorGraeme Gregory <dp@xora.org.uk>
Thu, 16 Jul 2009 14:16:08 +0000 (15:16 +0100)
committerGraeme Gregory <dp@xora.org.uk>
Thu, 16 Jul 2009 14:16:08 +0000 (15:16 +0100)
This reverts commit 20f4fa12b285b8f41b1a215415a5732d633a0a83.

Reverted with permission, just about to check in a less intrusive method!

recipes/bluez/bluez-libs.inc
recipes/bluez/bluez-utils3.inc

index 1de3718..d740bd8 100644 (file)
@@ -5,12 +5,6 @@ HOMEPAGE = "http://www.bluez.org"
 LICENSE = "GPL"
 PR = "r0"
 
-python () {
-    distro = bb.data.getVar("DISTRO_NAME", d, 1)
-    if distro == "Angstrom":
-        raise bb.parse.SkipPackage("Angstrom doesn't support bluez3 anymore, only bluez4")
-}
-
 SRC_URI = "http://bluez.sourceforge.net/download/bluez-libs-${PV}.tar.gz"
 
 inherit autotools pkgconfig
index 824a753..df071b7 100644 (file)
@@ -8,12 +8,6 @@ RREPLACES = "bluez-utils-dbus"
 RCONFLICTS_${PN} = "bluez-utils-nodbus"
 LICENSE = "GPL"
 
-python () {
-    distro = bb.data.getVar("DISTRO_NAME", d, 1)
-    if distro == "Angstrom":
-        raise bb.parse.SkipPackage("Angstrom doesn't support bluez3 anymore, only bluez4")
-}
-
 FILESPATH = "${FILE_DIRNAME}/bluez-utils-${PV}:${FILE_DIRNAME}/bluez-utils"
 
 SRC_URI = "http://bluez.sourceforge.net/download/bluez-utils-${PV}.tar.gz \