diff options
author | Graeme Gregory <dp@xora.org.uk> | 2009-07-16 15:16:08 +0100 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2009-07-16 15:16:08 +0100 |
commit | 493b9d2138f2abb286f2dcd248760c7d5adae713 (patch) | |
tree | c8c65a0346f5a99861de64fe3f121ff0654e14f9 /recipes/bluez/bluez-utils3.inc | |
parent | a254c83d5b2d128a6472f54a57ee0f5a22ae6f18 (diff) |
Revert "bluez3: blacklist for angstrom, bluez4 should be used instead"
This reverts commit 20f4fa12b285b8f41b1a215415a5732d633a0a83.
Reverted with permission, just about to check in a less intrusive method!
Diffstat (limited to 'recipes/bluez/bluez-utils3.inc')
-rw-r--r-- | recipes/bluez/bluez-utils3.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/recipes/bluez/bluez-utils3.inc b/recipes/bluez/bluez-utils3.inc index 824a753cc1..df071b76d9 100644 --- a/recipes/bluez/bluez-utils3.inc +++ b/recipes/bluez/bluez-utils3.inc @@ -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 \ |