From 68c81d448be35cb07440cb1366aeff01be232876 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 26 Jun 2010 14:17:10 +0300 Subject: [PATCH] bluez 4.62: add missing libnl dependency as reported by sinoth and others. --- recipes/bluez/bluez4_4.62.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.39.5