[oe-commits] org.oe.dev libnetfilter_queue : Add libnetfilter_queue to OE. Needs libtool 1.5.24 to build.

crofton commit openembedded-commits at lists.openembedded.org
Sun Aug 26 12:28:30 UTC 2007


libnetfilter_queue : Add libnetfilter_queue to OE. Needs libtool 1.5.24 to build.

Author: crofton at openembedded.org
Branch: org.openembedded.dev
Revision: ae2a216bbda2ece2aa59f605c5345f7c13121c4e
ViewMTN: http://monotone.openembedded.org/revision.psp?id=ae2a216bbda2ece2aa59f605c5345f7c13121c4e
Files:
1
packages/libnetfilter-queue
packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb
Diffs:

#
# mt diff -r828c7ed803d3e94f12cb5a5e38678504e4690482 -rae2a216bbda2ece2aa59f605c5345f7c13121c4e
#
# 
# 
# add_dir "packages/libnetfilter-queue"
# 
# add_file "packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb"
#  content [04a37192b82f73eec2eb554a8eaea7576453863a]
# 
============================================================
--- packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb	04a37192b82f73eec2eb554a8eaea7576453863a
+++ packages/libnetfilter-queue/libnetfilter-queue_0.0.13.bb	04a37192b82f73eec2eb554a8eaea7576453863a
@@ -0,0 +1,30 @@
+DESCRIPTION = "libnetfilter_queue is a userspace library providing an API to \
+packets that have been queued by the kernel packet filter. It is is part of a \
+system that deprecates the old ip_queue / libipq mechanism."
+
+SECTION = "devel/libs"
+LICENSE = "GPL"
+HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
+PR = "r0"
+
+
+# This package requires libtool-cross-1.5.24 which is not the default libtool
+# used by OE (25AUG2007)
+DEPENDS = "libnfnetlink"
+
+SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2"
+
+S = "${WORKDIR}/libnetfilter_queue-${PV}"
+
+inherit autotools pkgconfig
+
+do_configure() {
+	gnu-configize
+	libtoolize --force
+	oe_runconf
+}
+
+do_stage() {
+	autotools_stage_all
+}
+






More information about the Openembedded-commits mailing list