From: Koen Kooi Date: Fri, 7 Oct 2005 14:11:59 +0000 (+0000) Subject: packages/btscanner/btscanner_1.0.bb: fix compile with recent bluez headers, patch... X-Git-Tag: Release-2010-05/1~9453^2~3325 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12a9cacc9909ddf0510bb9f0d2a580d7ebda9cf1;p=openembedded.git packages/btscanner/btscanner_1.0.bb: fix compile with recent bluez headers, patch adapted from https://rocklinux.net/submaster/data//2005/06/0909132213173.patch --- diff --git a/packages/btscanner/btscanner_1.0.bb b/packages/btscanner/btscanner_1.0.bb index d45b7acd3a..d08e3e1ae8 100644 --- a/packages/btscanner/btscanner_1.0.bb +++ b/packages/btscanner/btscanner_1.0.bb @@ -3,10 +3,14 @@ SECTION = "libs" PRIORITY = "optional" HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads§ion=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