bluez 4.62: add missing libnl dependency
authorGrazvydas Ignotas <notasas@gmail.com>
Sat, 26 Jun 2010 11:17:10 +0000 (14:17 +0300)
committerGrazvydas 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

index f11b142..a2da444 100644 (file)
@@ -3,7 +3,7 @@ require bluez4.inc
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_angstrom = "1"
 
-DEPENDS += "libsndfile1"
+DEPENDS += "libsndfile1 libnl"
 
 PR = "${INC_PR}.0"