From: Grazvydas Ignotas Date: Sat, 26 Jun 2010 11:17:10 +0000 (+0300) Subject: bluez 4.62: add missing libnl dependency X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91d4592519fd8de5a2b53088e301025940bc6b4c;p=openembedded.git bluez 4.62: add missing libnl dependency as reported by sinoth and others. --- diff --git a/recipes/bluez/bluez4_4.62.bb b/recipes/bluez/bluez4_4.62.bb index f11b14260d..a2da444f13 100644 --- 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"