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:
46c1243
)
bluez 4.62: add missing libnl dependency
author
Grazvydas Ignotas
<notasas@gmail.com>
Sat, 26 Jun 2010 11:17:10 +0000
(14:17 +0300)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Sat, 26 Jun 2010 11:17:10 +0000
(14:17 +0300)
as reported by sinoth and others.
recipes/bluez/bluez4_4.62.bb
patch
|
blob
|
history
diff --git
a/recipes/bluez/bluez4_4.62.bb
b/recipes/bluez/bluez4_4.62.bb
index
f11b142
..
a2da444
100644
(file)
--- a/
recipes/bluez/bluez4_4.62.bb
+++ b/
recipes/bluez/bluez4_4.62.bb
@@
-3,7
+3,7
@@
require bluez4.inc
DEFAULT_PREFERENCE = "-1"
DEFAULT_PREFERENCE_angstrom = "1"
-DEPENDS += "libsndfile1"
+DEPENDS += "libsndfile1
libnl
"
PR = "${INC_PR}.0"