From 31f552622fdde5779b26e062b72bb21104f09c79 Mon Sep 17 00:00:00 2001 From: Jesse Gilles Date: Mon, 26 Apr 2010 12:00:11 -0500 Subject: add libpcap-nobluetooth standard libpcap recipe depends on bluez, which depends on gst-plugins-base, which depends on MANY things..gstreamer, cdparanoia, and many other packages that really don't need to built. --- recipes/libpcap/libpcap-nobluetooth_1.0.0.bb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 recipes/libpcap/libpcap-nobluetooth_1.0.0.bb diff --git a/recipes/libpcap/libpcap-nobluetooth_1.0.0.bb b/recipes/libpcap/libpcap-nobluetooth_1.0.0.bb new file mode 100644 index 0000000000..7737c92dc0 --- /dev/null +++ b/recipes/libpcap/libpcap-nobluetooth_1.0.0.bb @@ -0,0 +1,8 @@ +# libpcap without bluetooth support -- has MANY less dependencies +require libpcap_${PV}.bb + +DEPENDS = "flex-native bison-native" +PROVIDES = "libpcap" +FILESPATHPKG =. "libpcap-${PV}:" +S = "${WORKDIR}/libpcap-${PV}" + -- cgit v1.2.3