diff mbox series

[v2,1/1] package/nftables: install libnftables to staging

Message ID 20230921141113.1742-1-tianyuanhao3@163.com
State Accepted
Headers show
Series [v2,1/1] package/nftables: install libnftables to staging | expand

Commit Message

TIAN Yuanhao Sept. 21, 2023, 2:11 p.m. UTC
Needed for network-config-manager:
https://github.com/vmware/network-config-manager/blob/v0.6.4/meson.build#L119

Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>
---
 package/nftables/nftables.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Arnout Vandecappelle Sept. 21, 2023, 6:23 p.m. UTC | #1
On 21/09/2023 16:11, TIAN Yuanhao wrote:
> Needed for network-config-manager:
> https://github.com/vmware/network-config-manager/blob/v0.6.4/meson.build#L119
> 
> Signed-off-by: TIAN Yuanhao <tianyuanhao3@163.com>

  Applied to master, thanks.

  Regards,
  Arnout

> ---
>   package/nftables/nftables.mk | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
> index 20a7cd07ef..9cba243372 100644
> --- a/package/nftables/nftables.mk
> +++ b/package/nftables/nftables.mk
> @@ -10,6 +10,7 @@ NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
>   NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
>   NFTABLES_LICENSE = GPL-2.0
>   NFTABLES_LICENSE_FILES = COPYING
> +NFTABLES_INSTALL_STAGING = YES
>   NFTABLES_SELINUX_MODULES = iptables
>   
>   # Python bindings are handled by package nftables-python
diff mbox series

Patch

diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
index 20a7cd07ef..9cba243372 100644
--- a/package/nftables/nftables.mk
+++ b/package/nftables/nftables.mk
@@ -10,6 +10,7 @@  NFTABLES_SITE = https://www.netfilter.org/projects/nftables/files
 NFTABLES_DEPENDENCIES = libmnl libnftnl host-pkgconf $(TARGET_NLS_DEPENDENCIES)
 NFTABLES_LICENSE = GPL-2.0
 NFTABLES_LICENSE_FILES = COPYING
+NFTABLES_INSTALL_STAGING = YES
 NFTABLES_SELINUX_MODULES = iptables
 
 # Python bindings are handled by package nftables-python