All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] libpcap: weaken bluez-libs dependency
@ 2009-04-15  8:36 Roman I Khimov
  2009-04-15  9:04 ` Koen Kooi
  2009-04-15  9:24 ` Graeme Gregory
  0 siblings, 2 replies; 8+ messages in thread
From: Roman I Khimov @ 2009-04-15  8:36 UTC (permalink / raw)
  To: openembedded-devel

libpcap can be used in distros where no bluetooth support will ever
exist. So this dependency should be weakened to only exist in distros
that explicitly need bluetooth.
---
 recipes/libpcap/libpcap.inc |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/recipes/libpcap/libpcap.inc b/recipes/libpcap/libpcap.inc
index 4468a4b..81bf826 100644
--- a/recipes/libpcap/libpcap.inc
+++ b/recipes/libpcap/libpcap.inc
@@ -2,7 +2,11 @@ DESCRIPTION = "Network Packet Capture Library"
 HOMEPAGE = "http://www.tcpdump.org/"
 SECTION = "libs/network"
 LICENSE = "BSD"
-DEPENDS = "bluez-libs flex-native bison-native"
+DEPENDS = " \
+	${@base_contains("COMBINED_FEATURES", "bluetooth", "bluez-libs", "", d)} \
+	flex-native \
+	bison-native \
+	"
 
 PR = "r1"
 
-- 
1.6.2.1


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2009-04-15 11:13 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-15  8:36 [PATCH] libpcap: weaken bluez-libs dependency Roman I Khimov
2009-04-15  9:04 ` Koen Kooi
2009-04-15  9:47   ` Roman I Khimov
2009-04-15 10:08     ` Andrea Adami
2009-04-15 10:47   ` Holger Schurig
2009-04-15 11:06     ` Koen Kooi
2009-04-15  9:24 ` Graeme Gregory
2009-04-15  9:41   ` Roman I Khimov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.