meta-openembedded/meta-networking
Peter Kjellerstedt a19d1802b1 net-snmp: Avoid running make clean as it may fail
Rebuilding net-snmp may cause autotools_preconfigure() to run `make
clean`, which in turn can cause `configure`to be run. However, since
CACHED_CONFIGUREVARS is not set under those circumstances, `configure`
will run with an incorrect configuration and the build will fail with:

  checking for /etc/printcap... configure: error: cannot check for
  file existence when cross compiling

Avoid the problem by setting CLEANBROKEN = "1".

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-04-07 16:42:55 -07:00
..
classes waf-samba: switch to python3 2019-07-10 09:24:32 -07:00
conf layer.conf: Update to honister 2021-08-03 10:21:25 -07:00
files/waf-cross-answers waf-cross-answers: Add powerpc64le version 2021-03-11 22:34:53 -08:00
licenses crda: upgrade to 3.13 2015-02-23 13:21:07 -05:00
recipes-connectivity recipes: Update SRC_URI branch and protocols 2021-11-06 11:00:13 -07:00
recipes-core packagegroup-meta-networking: Add bmon 2021-08-23 22:00:39 -07:00
recipes-daemons postfix: upgrade 3.6.2 -> 3.6.3 2021-12-30 09:16:16 -08:00
recipes-devtools/python recipes: Update SRC_URI branch and protocols 2021-11-06 11:00:13 -07:00
recipes-extended kronosnet: Inherit pkgconfig 2021-09-24 08:12:35 -07:00
recipes-filter ebtables: remove perl from RDEPENDS 2022-02-20 12:32:20 -08:00
recipes-irc recipes: Update SRC_URI branch and protocols 2021-11-06 11:00:13 -07:00
recipes-kernel/wireguard recipes: Update SRC_URI branch and protocols 2021-11-06 11:00:13 -07:00
recipes-netkit Convert to new override syntax 2021-08-03 10:21:25 -07:00
recipes-protocols net-snmp: Avoid running make clean as it may fail 2022-04-07 16:42:55 -07:00
recipes-support wireshark: update to latest stable 3.4.11 2022-01-02 11:33:14 -08:00
COPYING.MIT meta-networking: add layer 2012-08-27 14:16:45 +02:00
MAINTAINERS README: updated Maintainers list for Honister 2021-10-01 15:30:15 -07:00
README README: updated Maintainers list for Honister 2021-10-01 15:30:15 -07:00

meta-networking
===============

This layer is intended to be a central point for networking-related
packages and configuration.  It should be useful directly on top of
oe-core and compliments meta-openembedded.  It should be primarily useful
to the following groups:

      - Anyone building a small networking device (eg. a home router /
        bridge / switch).

      - Anyone wanting to add network services to their device (eg.
        anything that might benefit from a small ftp/tftp server)

Dependencies
------------

This layer depends on:

URI: git://git.openembedded.org/openembedded-core
branch: honister

For some recipes, the meta-oe layer is required:

URI: git://git.openembedded.org/meta-openembedded
subdirectory: meta-oe
branch: honister

URI: git://git.openembedded.org/meta-openembedded
subdirectory: meta-python
branch: honister

Maintenance
-----------

Please see the MAINTAINERS file for information on contacting the
maintainers of this layer, as well as instructions for submitting patches.