summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb (renamed from meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb
index 0af64fe036..8368c9cc29 100644
--- a/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.8.bb
+++ b/meta-networking/recipes-filter/libnftnl/libnftnl_1.2.9.bb
@@ -3,11 +3,11 @@ LICENSE = "GPL-2.0-only"
3LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26" 3LIC_FILES_CHKSUM = "file://COPYING;md5=79808397c3355f163c012616125c9e26"
4SECTION = "libs" 4SECTION = "libs"
5 5
6SRC_URI = "git://git.netfilter.org/libnftnl;branch=master \ 6SRC_URI = "git://git.netfilter.org/libnftnl;branch=master;tag=${P} \
7 file://0001-configure.ac-Add-serial-tests.patch \ 7 file://0001-configure.ac-Add-serial-tests.patch \
8 file://run-ptest \ 8 file://run-ptest \
9 " 9 "
10SRCREV = "06e2cbec41c7cd7f2b1e660ce5e5f949912e32eb" 10SRCREV = "17190762f33f78090f5ff99a436c4cb866ac3ccd"
11 11
12S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
13 13