summaryrefslogtreecommitdiffstats
path: root/recipes-networking
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2020-11-06 11:02:41 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-03-15 23:15:42 -0400
commit913b8e51d7adc5c3d1e339e9ac9f485e83057439 (patch)
treee20401742f6e6f1286b4083034c741e1e832a8af /recipes-networking
parentfda56295124e40080051d54c999d14e3d9d94b8e (diff)
downloadmeta-virtualization-913b8e51d7adc5c3d1e339e9ac9f485e83057439.tar.gz
ipset: warning fix, use BPN instead of PN in SRC_URI
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-networking')
-rw-r--r--recipes-networking/ipset/ipset_6.38.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-networking/ipset/ipset_6.38.bb b/recipes-networking/ipset/ipset_6.38.bb
index 273531fe..b3f450ba 100644
--- a/recipes-networking/ipset/ipset_6.38.bb
+++ b/recipes-networking/ipset/ipset_6.38.bb
@@ -10,7 +10,7 @@ SECTION = "base"
10DEPENDS = "libtool libmnl" 10DEPENDS = "libtool libmnl"
11RDEPENDS_${PN} = "kernel-module-ip-set" 11RDEPENDS_${PN} = "kernel-module-ip-set"
12 12
13SRC_URI = "http://ftp.netfilter.org/pub/ipset/${PN}-${PV}.tar.bz2" 13SRC_URI = "http://ftp.netfilter.org/pub/ipset/${BPN}-${PV}.tar.bz2"
14 14
15SRC_URI[md5sum] = "0e5d9c85f6b78e7dff0c996e2900574b" 15SRC_URI[md5sum] = "0e5d9c85f6b78e7dff0c996e2900574b"
16SRC_URI[sha256sum] = "ceef625ba31fe0aaa422926c7231a819de0b07644c02c17ebdd3022a29e3e244" 16SRC_URI[sha256sum] = "ceef625ba31fe0aaa422926c7231a819de0b07644c02c17ebdd3022a29e3e244"