[oe-commits] Martin Jansa : libpcap: change depend from bluez-libs to bluez4, if it doesn't work, it needs to be fixed in libpcap as we won' t ship bluez3 libs anymore

git version control git at git.openembedded.org
Tue Nov 17 12:44:56 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 31657f28834076492ae0470f1f07cc33880fe020
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=31657f28834076492ae0470f1f07cc33880fe020

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Tue Nov 17 13:38:55 2009 +0100

libpcap: change depend from bluez-libs to bluez4, if it doesn't work, it needs to be fixed in libpcap as we won't ship bluez3 libs anymore

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/libpcap/libpcap.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/libpcap/libpcap.inc b/recipes/libpcap/libpcap.inc
index 4468a4b..165971a 100644
--- a/recipes/libpcap/libpcap.inc
+++ b/recipes/libpcap/libpcap.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "Network Packet Capture Library"
 HOMEPAGE = "http://www.tcpdump.org/"
 SECTION = "libs/network"
 LICENSE = "BSD"
-DEPENDS = "bluez-libs flex-native bison-native"
+DEPENDS = "bluez4 flex-native bison-native"
 
 PR = "r1"
 





More information about the Openembedded-commits mailing list