]> code.ossystems Code Review - openembedded-core.git/commit
iptables: do not install /etc/ethertypes
authorTrevor Gamblin <trevor.gamblin@windriver.com>
Thu, 10 Mar 2022 14:10:03 +0000 (09:10 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 11 Mar 2022 06:54:39 +0000 (06:54 +0000)
commit297fde1a6fc9ddf12bb4b0cba1d5b03664a3f378
tree9c6b9c9cc6153187500a3c85bc8ae570cc6bda95
parentd5d702a2cd06f863340f8e4cdce0904c9d86384d
iptables: do not install /etc/ethertypes

Take inspiration from the ebtables recipe in meta-networking and omit
installation of etc/ethertypes, since it is provided by netbase. If we
don't do this, the following error occurs during build:

Error: Transaction test error:
  file /etc/ethertypes conflicts between attempted installs of
iptables-1.8.7-r0.core2_64 and netbase-1:6.3-r0.noarch

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/iptables/iptables/0001-Makefile.am-do-not-install-etc-ethertypes.patch [new file with mode: 0644]
meta/recipes-extended/iptables/iptables_1.8.7.bb