diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-03-30 13:13:20 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2017-04-25 15:55:36 -0400 |
commit | 3692f1e2020661bc5cf45b73aa5ae99038484951 (patch) | |
tree | 269789a7666db9352cfdcca0f38569cebd5a8aef /meta-networking | |
parent | a8d26915e8776eb94adeb87de1d23a148cdb2265 (diff) | |
download | meta-openembedded-3692f1e2020661bc5cf45b73aa5ae99038484951.tar.gz |
libnetfilter-log: Switch to git URI
Move to tip of tree which has needed fixes for musl build
add missing dependency on libmnl
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb b/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb index 30c9ae6bc..2f627d458 100644 --- a/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb +++ b/meta-networking/recipes-filter/libnetfilter/libnetfilter-log_1.0.1.bb | |||
@@ -4,12 +4,12 @@ HOMEPAGE = "http://www.netfilter.org/projects/libnetfilter_log/index.html" | |||
4 | SECTION = "libs" | 4 | SECTION = "libs" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
7 | DEPENDS = "libnfnetlink" | 7 | DEPENDS = "libnfnetlink libmnl" |
8 | SRCREV = "ba196a97e810746e5660fe3f57c87c0ed0f2b324" | ||
9 | PV .= "+git${SRCPV}" | ||
8 | 10 | ||
9 | SRC_URI = "http://www.netfilter.org/projects/libnetfilter_log/files/libnetfilter_log-${PV}.tar.bz2;name=tar" | 11 | SRC_URI = "git://git.netfilter.org/libnetfilter_log" |
10 | SRC_URI[tar.md5sum] = "2a4bb0654ae675a52d2e8d1c06090b94" | ||
11 | SRC_URI[tar.sha256sum] = "74e0fe75753dba3ac114531b5e73240452c789a3f3adccf5c51217da1d933b21" | ||
12 | 12 | ||
13 | S = "${WORKDIR}/libnetfilter_log-${PV}" | 13 | S = "${WORKDIR}/git" |
14 | 14 | ||
15 | inherit autotools pkgconfig | 15 | inherit autotools pkgconfig |