* 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 <marcel@holtmann.org>
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 <Martin.Jansa@gmail.com>
--- /dev/null
+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}"