git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a13fed
)
btscanner 2.0: Add missing DEPENDS on libxml2.
author
Marek Vasut
<marek.vasut@gmail.com>
Fri, 6 Apr 2007 11:06:00 +0000
(11:06 +0000)
committer
Paul Sokolovsky
<pmiscml@gmail.com>
Fri, 6 Apr 2007 11:06:00 +0000
(11:06 +0000)
packages/btscanner/btscanner_2.0.bb
patch
|
blob
|
history
diff --git
a/packages/btscanner/btscanner_2.0.bb
b/packages/btscanner/btscanner_2.0.bb
index
ac991ef
..
1e75824
100644
(file)
--- a/
packages/btscanner/btscanner_2.0.bb
+++ b/
packages/btscanner/btscanner_2.0.bb
@@
-2,7
+2,7
@@
DESCRIPTION = "Extract information from Bluetooth devices in range."
SECTION = "libs"
PRIORITY = "optional"
HOMEPAGE = "http://www.pentest.co.uk/cgi-bin/viewcat.cgi?cat=downloads§ion=01_bluetooth"
-DEPENDS = "bluez-libs gdbm ncurses"
+DEPENDS = "bluez-libs gdbm ncurses
libxml2
"
PR = "r0"
LICENSE = "GPLv2"