Files
poky/meta/recipes-extended
Rasmus Villemoes da04237311 iptables: remove /etc/ethertypes
When building an image including iptable built with the libnftnl
PACKAGECONFIG, one hits

Downloading file:.../oe-rootfs-repo/armv8a/libkmod2 * check_data_file_clashes: Package iptables wants to install file .../rootfs/etc/ethertypes
        But that file is already provided by package  * netbase

This used to be handled by
0003-Makefile.am-do-not-install-etc-ethertypes.patch, but that patch
got removed with the 1.8.9->1.8.10 upgrade (commit 4616ada82e70).

I think the rationale for dropping the patch was wrong; the commit log
talks about xtables.conf, which is indeed gone from upstream, but said
patch didn't change anything about xtables.conf, it did

-dist_conf_DATA        = etc/ethertypes etc/xtables.conf
+dist_conf_DATA        = etc/xtables.conf

However, instead of patching iptables to not install ethertypes, and
having to forward-port that patch, it is much simpler to just remove
the file in this do_install:append.

(From OE-Core rev: 3b9c8d5c26a48123d3845c93f6e04d430569e6a2)

Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2024-07-13 23:28:30 +01:00
..
2024-04-08 23:33:32 +01:00
2024-05-16 11:06:01 +01:00
2024-06-18 08:44:41 +01:00
2023-06-27 16:23:40 +01:00
2024-05-28 09:38:23 +01:00
2024-02-03 22:08:25 +00:00
2023-05-22 10:53:48 +01:00
2024-07-13 23:28:30 +01:00
2024-07-04 22:56:15 +01:00
2022-04-19 14:14:12 +01:00
2024-02-03 22:08:26 +00:00
2023-11-05 11:28:40 +00:00
2023-07-17 15:30:04 +01:00
2023-07-30 07:54:44 +01:00
2024-05-09 09:48:58 +01:00
2024-03-07 17:25:02 +00:00
2024-04-16 08:07:02 +01:00
2024-06-06 11:56:04 +01:00
2024-07-10 10:52:20 +01:00
2024-03-07 17:25:02 +00:00
2024-05-28 09:38:23 +01:00
2023-07-30 07:54:44 +01:00
2021-08-02 15:44:10 +01:00
2023-09-02 18:23:06 +01:00
2022-11-22 12:26:46 +00:00
2022-11-14 16:19:43 +00:00
2022-08-21 22:51:42 +01:00
2023-09-28 12:37:46 +01:00
2024-04-16 08:07:01 +01:00
2022-08-17 19:57:32 +01:00
2024-06-25 11:50:58 +01:00
2023-04-05 08:39:43 +01:00
2024-05-13 15:42:27 +01:00
2024-05-30 09:04:14 +01:00