summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesse Gilles <jgilles@multitech.com>2010-04-26 12:00:11 -0500
committerJesse Gilles <jgilles@multitech.com>2010-04-26 12:00:11 -0500
commit31f552622fdde5779b26e062b72bb21104f09c79 (patch)
tree7d5d2db3423bf0a3dddb8d9f5ab4dd6c18cf25e8
parent8139bc6bb5a301e872f79aec791300aab42b5512 (diff)
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.
-rw-r--r--recipes/libpcap/libpcap-nobluetooth_1.0.0.bb8
1 files changed, 8 insertions, 0 deletions
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}"
+