summaryrefslogtreecommitdiff
path: root/packages/btscanner/btscanner_2.0.bb
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-08-11 17:23:16 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-08-11 17:23:16 +0000
commitf26a15dfb9e4e7be20ce4e1163366edea621794b (patch)
tree56a1e750783f91c3cd48a086d215cf7ed2fafa92 /packages/btscanner/btscanner_2.0.bb
parente290732e0e199a033745a27b7e08cf1733f77779 (diff)
btscanner: fix hardcoded paths in configuration file
Diffstat (limited to 'packages/btscanner/btscanner_2.0.bb')
-rw-r--r--packages/btscanner/btscanner_2.0.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/btscanner/btscanner_2.0.bb b/packages/btscanner/btscanner_2.0.bb
index 0478577320..4063a98b8e 100644
--- a/packages/btscanner/btscanner_2.0.bb
+++ b/packages/btscanner/btscanner_2.0.bb
@@ -3,14 +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 libxml2"
-PR = "r1"
+PR = "r2"
LICENSE = "GPLv2"
SRC_URI = "http://www.pentest.co.uk/src/btscanner-${PV}.tar.bz2 \
file://gcc-4.patch;patch=1 \
+ file://configurable-paths.patch;patch=1 \
"
-#Yes, the packages uses this ugly hardcoded path instead of ${sysconfdir}
-FILES_${PN} += "/usr/share/oui.txt"
+FILES_${PN} += "${datadir}/oui.txt"
inherit autotools