All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-networking] firewalld: update to 0.8.3
@ 2020-07-29 12:26 Oleksandr Kravchuk
  2020-07-30  5:16 ` [oe] " Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2020-07-29 12:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

nft build dependency has been removed in @3f7419dcb50a5bdcf800512d2491.

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../firewalld/{firewalld_0.7.5.bb => firewalld_0.8.3.bb}      | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)
 rename meta-networking/recipes-connectivity/firewalld/{firewalld_0.7.5.bb => firewalld_0.8.3.bb} (95%)

diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.7.5.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.8.3.bb
similarity index 95%
rename from meta-networking/recipes-connectivity/firewalld/firewalld_0.7.5.bb
rename to meta-networking/recipes-connectivity/firewalld/firewalld_0.8.3.bb
index fbf586f76..ddf5ff88e 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"
 SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \
            file://firewalld.init \
 "
-SRC_URI[md5sum] = "b1aeede85a72adcf4f79d98019811244"
-SRC_URI[sha256sum] = "45a8a7dbc084ef56ce306154d3834922e7f1fc2bf11b6c821f579cad51313226"
+SRC_URI[sha256sum] = "4ecb16d82c2825ccfb8f109e543c0492cf6ea8c43e2d0f59901bddcead037dc6"
 
 # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4
 DEPENDS = "intltool-native glib-2.0-native"
@@ -29,7 +28,6 @@ PACKAGES += "${PN}-zsh-completion"
 # /etc/sysconfig/firewalld is a Red Hat-ism, only referenced by
 # the Red Hat-specific init script which we aren't using, so we disable that.
 EXTRA_OECONF = "\
-    --with-nft=${sbindir}/nft \
     --without-ipset \
     --with-iptables=${sbindir}/iptables \
     --with-iptables-restore=${sbindir}/iptables-restore \
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [PATCH][meta-networking] firewalld: update to 0.8.3
  2020-07-29 12:26 [PATCH][meta-networking] firewalld: update to 0.8.3 Oleksandr Kravchuk
@ 2020-07-30  5:16 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2020-07-30  5:16 UTC (permalink / raw)
  To: Oleksandr Kravchuk, openembedded-devel



On 7/29/20 5:26 AM, Oleksandr Kravchuk wrote:
> nft build dependency has been removed in @3f7419dcb50a5bdcf800512d2491.
> 

does this also mean we do not need nftables in rdeps ?

> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>   .../firewalld/{firewalld_0.7.5.bb => firewalld_0.8.3.bb}      | 4 +---
>   1 file changed, 1 insertion(+), 3 deletions(-)
>   rename meta-networking/recipes-connectivity/firewalld/{firewalld_0.7.5.bb => firewalld_0.8.3.bb} (95%)
> 
> diff --git a/meta-networking/recipes-connectivity/firewalld/firewalld_0.7.5.bb b/meta-networking/recipes-connectivity/firewalld/firewalld_0.8.3.bb
> similarity index 95%
> rename from meta-networking/recipes-connectivity/firewalld/firewalld_0.7.5.bb
> rename to meta-networking/recipes-connectivity/firewalld/firewalld_0.8.3.bb
> index fbf586f76..ddf5ff88e 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"
>   SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz \
>              file://firewalld.init \
>   "
> -SRC_URI[md5sum] = "b1aeede85a72adcf4f79d98019811244"
> -SRC_URI[sha256sum] = "45a8a7dbc084ef56ce306154d3834922e7f1fc2bf11b6c821f579cad51313226"
> +SRC_URI[sha256sum] = "4ecb16d82c2825ccfb8f109e543c0492cf6ea8c43e2d0f59901bddcead037dc6"
>   
>   # glib-2.0-native is needed for GSETTINGS_RULES autoconf macro from gsettings.m4
>   DEPENDS = "intltool-native glib-2.0-native"
> @@ -29,7 +28,6 @@ PACKAGES += "${PN}-zsh-completion"
>   # /etc/sysconfig/firewalld is a Red Hat-ism, only referenced by
>   # the Red Hat-specific init script which we aren't using, so we disable that.
>   EXTRA_OECONF = "\
> -    --with-nft=${sbindir}/nft \
>       --without-ipset \
>       --with-iptables=${sbindir}/iptables \
>       --with-iptables-restore=${sbindir}/iptables-restore \
> 
> 
> 
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-07-30  5:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-29 12:26 [PATCH][meta-networking] firewalld: update to 0.8.3 Oleksandr Kravchuk
2020-07-30  5:16 ` [oe] " Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.