summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/firewalld
diff options
context:
space:
mode:
authorOleksandr Kravchuk <open.source@oleksandr-kravchuk.com>2020-07-29 14:26:37 +0200
committerKhem Raj <raj.khem@gmail.com>2020-07-31 13:22:52 -0700
commitcbf752d9e4e23f828fe193df773aef2cc22b5385 (patch)
tree8cd5481bbc9bb88f9f7b92c0fe5b30585fbbaef9 /meta-networking/recipes-connectivity/firewalld
parent11343429713335a52e4e13480ed430c242909fd9 (diff)
downloadmeta-openembedded-cbf752d9e4e23f828fe193df773aef2cc22b5385.tar.gz
firewalld: update to 0.8.3
nft build dependency has been removed in @3f7419dcb50a5bdcf800512d2491. Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/firewalld')
-rw-r--r--meta-networking/recipes-connectivity/firewalld/firewalld_0.8.3.bb (renamed from meta-networking/recipes-connectivity/firewalld/firewalld_0.7.5.bb)4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.7.5.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.8.3.bb
index fbf586f769..ddf5ff88ee 100644
--- a/meta-networking/recipes-connectivity/firewalld/firewalld_0.7.5.bb
+++ b/meta-networking/recipes-connectivity/firewalld/firewalld_0.8.3.bb
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
8SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \ 8SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \
9 file://firewalld.init \ 9 file://firewalld.init \
10" 10"
11SRC_URI[md5sum] = "b1aeede85a72adcf4f79d98019811244" 11SRC_URI[sha256sum] = "4ecb16d82c2825ccfb8f109e543c0492cf6ea8c43e2d0f59901bddcead037dc6"
12SRC_URI[sha256sum] = "45a8a7dbc084ef56ce306154d3834922e7f1fc2bf11b6c821f579cad51313226"
13 12
14# glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4 13# glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4
15DEPENDS = "intltool-native glib-2.0-native" 14DEPENDS = "intltool-native glib-2.0-native"
@@ -29,7 +28,6 @@ PACKAGES += "${PN}-zsh-completion"
29# /etc/sysconfig/firewalld is a Red Hat-ism, only referenced by 28# /etc/sysconfig/firewalld is a Red Hat-ism, only referenced by
30# the Red Hat-specific init script which we aren't using, so we disable that. 29# the Red Hat-specific init script which we aren't using, so we disable that.
31EXTRA_OECONF = "\ 30EXTRA_OECONF = "\
32 --with-nft=${sbindir}/nft \
33 --without-ipset \ 31 --without-ipset \
34 --with-iptables=${sbindir}/iptables \ 32 --with-iptables=${sbindir}/iptables \
35 --with-iptables-restore=${sbindir}/iptables-restore \ 33 --with-iptables-restore=${sbindir}/iptables-restore \