[oe-commits] Khem Raj : libnetfilter-queue: Add missing libmnl to DEPENDS

git at git.openembedded.org git at git.openembedded.org
Tue Apr 2 15:13:06 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: af6c39379dbe6822d1457498e53747ed63bdbb65
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=af6c39379dbe6822d1457498e53747ed63bdbb65

Author: Khem Raj <raj.khem at gmail.com>
Date:   Fri Mar 29 09:59:24 2013 -0700

libnetfilter-queue: Add missing libmnl to DEPENDS

otherwise Errors are seen with sstate

| configure:11780: error: Package requirements (libmnl >= 1.0.3) were
not met:
|
| No package 'libmnl' found
|
| Consider adjusting the PKG_CONFIG_PATH environment variable if you
| installed software in a non-standard prefix.

Signed-off-by: Khem Raj <raj.khem at gmail.com>
Signed-off-by: Joe MacDonald <joe.macdonald at windriver.com>

---

 .../libnetfilter/libnetfilter-queue_1.0.2.bb       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb
index 7276f5c..b932ff6 100644
--- a/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb
+++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.2.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Userspace library providing a programming interface (API) to acce
 HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_queue/index.html"
 LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
-DEPENDS = "libnfnetlink"
+DEPENDS = "libnfnetlink libmnl"
 
 SRC_URI = "http://www.netfilter.org/projects/libnetfilter_queue/files/libnetfilter_queue-${PV}.tar.bz2;name=tar"
 SRC_URI[tar.md5sum] = "df09befac35cb215865b39a36c96a3fa"





More information about the Openembedded-commits mailing list