From 78821b3a893c8934d0f0f54df46cdbbc37f082d8 Mon Sep 17 00:00:00 2001 From: Christopher Larson Date: Fri, 6 Apr 2012 19:01:51 -0500 Subject: libpcap: use PACKAGECONFIG for bluetooth distro feature Signed-off-by: Christopher Larson --- meta/recipes-connectivity/libpcap/libpcap.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'meta/recipes-connectivity/libpcap') diff --git a/meta/recipes-connectivity/libpcap/libpcap.inc b/meta/recipes-connectivity/libpcap/libpcap.inc index 6051bbc474..427078f7e2 100644 --- a/meta/recipes-connectivity/libpcap/libpcap.inc +++ b/meta/recipes-connectivity/libpcap/libpcap.inc @@ -10,7 +10,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1d4b0366557951c84a94fabe3529f867 \ file://pcap.h;beginline=1;endline=34;md5=8d6cf7e17d5745010d633e30bc529ea9" DEPENDS = "flex-native bison-native" -INC_PR = "r0" +PACKAGECONFIG ??= "${@base_contains('DISTRO_FEATURES', 'bluetooth', 'bluetooth', '', d)}" +PACKAGECONFIG[bluetooth] = "--enable-bluetooth,--disable-bluetooth,bluez4" + +INC_PR = "r1" SRC_URI = "http://www.tcpdump.org/release/libpcap-${PV}.tar.gz" -- cgit 1.2.3-korg