packages/btscanner/btscanner_1.0.bb: fix compile with recent bluez headers, patch...
authorKoen Kooi <koen@openembedded.org>
Fri, 7 Oct 2005 14:11:59 +0000 (14:11 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 7 Oct 2005 14:11:59 +0000 (14:11 +0000)
packages/btscanner/btscanner_1.0.bb

index d45b7ac..d08e3e1 100644 (file)
@@ -3,10 +3,14 @@ SECTION = "libs"
 PRIORITY = "optional"
 HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads&section=01_bluetooth"
 DEPENDS = "bluez-libs gdbm ncurses"
-PR = "r2"
+PR = "r3"
 LICENSE = "GPLv2"
 
 SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.gz \
+          file://0909132213173.patch;patch=1 \
           file://configure.patch;patch=1"
 
+#Yes, the packages uses this ugly hardcoded path instead of ${sysconfdir}
+FILES_${PN} += "/usr/etc/oui.txt"
+
 inherit autotools