From: Martin Jansa Date: Wed, 5 Jan 2011 15:25:32 +0000 (+0100) Subject: bluez4: add 4.84 with DP -1 (except SHR) and without libnl dependency X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b117b871f48013dc571d5ff02235382dc31f5372;p=openembedded.git bluez4: add 4.84 with DP -1 (except SHR) and without libnl dependency * libnl1 and libnl2 create conflicts, fso needs libnl2 so we try keep images without libnl1 depenency * 16:18:27 < mickeyl> commit ecb835fca7e7134f38a3d061d186eb38d83bcb8b 16:18:27 < mickeyl> Author: Marcel Holtmann 16:18:27 < mickeyl> Date: Wed Oct 6 10:21:11 2010 +0200 16:18:27 < mickeyl> Remove netlink plugin Signed-off-by: Martin Jansa --- diff --git a/recipes/bluez/bluez4_4.84.bb b/recipes/bluez/bluez4_4.84.bb new file mode 100644 index 0000000000..b964f2724e --- /dev/null +++ b/recipes/bluez/bluez4_4.84.bb @@ -0,0 +1,18 @@ +require bluez4.inc + +SRC_URI[md5sum] = "95e66f26f69aa425d27718f487b6bc74" +SRC_URI[sha256sum] = "2913b0b09738295547c1bfdcca9e1da456c9ad6950cc499b1ee83b330bf8a5b6" + +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_shr = "1" + +DEPENDS += "libsndfile1" + +PR = "${INC_PR}.0" + +# Not all distros have a recent enough udev +BTUDEV = " --disable-udevrules" +BTUDEV_angstrom = " --enable-udevrules" +BTUDEV_shr = " --enable-udevrules" + +EXTRA_OECONF += "${BTUDEV}"