diff options
Diffstat (limited to 'recipes/bluez/bluez-libs.inc')
-rw-r--r-- | recipes/bluez/bluez-libs.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/bluez/bluez-libs.inc b/recipes/bluez/bluez-libs.inc index d740bd80a9..1de371840a 100644 --- a/recipes/bluez/bluez-libs.inc +++ b/recipes/bluez/bluez-libs.inc @@ -5,6 +5,12 @@ 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 |