mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
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@gmail.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user