* [Buildroot] [PATCH 1/1] package/nftables: install libnftables to staging
@ 2023-09-20 13:07 TIAN Yuanhao
2023-09-20 15:54 ` Yann E. MORIN
2023-09-21 14:11 ` [Buildroot] [PATCH v2 " TIAN Yuanhao
0 siblings, 2 replies; 4+ messages in thread
From: TIAN Yuanhao @ 2023-09-20 13:07 UTC (permalink / raw)
To: buildroot
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(+)
diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
index b0a14bd429..564c08c1b4 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_CONF_OPTS = --disable-debug --disable-man-doc --disable-pdf-doc
NFTABLES_SELINUX_MODULES = iptables
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH 1/1] package/nftables: install libnftables to staging
2023-09-20 13:07 [Buildroot] [PATCH 1/1] package/nftables: install libnftables to staging TIAN Yuanhao
@ 2023-09-20 15:54 ` Yann E. MORIN
2023-09-21 14:11 ` [Buildroot] [PATCH v2 " TIAN Yuanhao
1 sibling, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2023-09-20 15:54 UTC (permalink / raw)
To: TIAN Yuanhao; +Cc: buildroot
Yuanhao, All,
On 2023-09-20 13:07 +0000, TIAN Yuanhao spake thusly:
> 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(+)
>
> diff --git a/package/nftables/nftables.mk b/package/nftables/nftables.mk
> index b0a14bd429..564c08c1b4 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_CONF_OPTS = --disable-debug --disable-man-doc --disable-pdf-doc
This seems to be based off an old branch, as it applies neither to master,
nor to 2023.08.
Can you rebase and respin, please?
Regards,
Yann E. MORIN.
> NFTABLES_SELINUX_MODULES = iptables
>
> --
> 2.34.1
>
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH v2 1/1] package/nftables: install libnftables to staging
2023-09-20 13:07 [Buildroot] [PATCH 1/1] package/nftables: install libnftables to staging TIAN Yuanhao
2023-09-20 15:54 ` Yann E. MORIN
@ 2023-09-21 14:11 ` TIAN Yuanhao
2023-09-21 18:23 ` Arnout Vandecappelle via buildroot
1 sibling, 1 reply; 4+ messages in thread
From: TIAN Yuanhao @ 2023-09-21 14:11 UTC (permalink / raw)
To: buildroot
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(+)
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
--
2.34.1
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [Buildroot] [PATCH v2 1/1] package/nftables: install libnftables to staging
2023-09-21 14:11 ` [Buildroot] [PATCH v2 " TIAN Yuanhao
@ 2023-09-21 18:23 ` Arnout Vandecappelle via buildroot
0 siblings, 0 replies; 4+ messages in thread
From: Arnout Vandecappelle via buildroot @ 2023-09-21 18:23 UTC (permalink / raw)
To: TIAN Yuanhao, buildroot
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
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-09-21 18:24 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-20 13:07 [Buildroot] [PATCH 1/1] package/nftables: install libnftables to staging TIAN Yuanhao
2023-09-20 15:54 ` Yann E. MORIN
2023-09-21 14:11 ` [Buildroot] [PATCH v2 " TIAN Yuanhao
2023-09-21 18:23 ` Arnout Vandecappelle via buildroot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox