diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:47:51 +0200 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2013-08-22 09:51:27 +0200 |
commit | 6d8433ac6af3beec4f458767a63d71e7e33c46f6 (patch) | |
tree | a69edfa177187266fe014da63b0b1c828576e11a /meta-networking | |
parent | 8fffbfa4577e111784114ceff41e88d3ccb35960 (diff) | |
download | meta-openembedded-6d8433ac6af3beec4f458767a63d71e7e33c46f6.tar.gz |
quagga: add PACKAGECONFIG for capabilities
* it's autodetected from sysroot
* add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/recipes-protocols/quagga/quagga.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index 160c458cc..d66eed3d9 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-networking/recipes-protocols/quagga/quagga.inc @@ -29,6 +29,9 @@ SRC_URI = "http://download.savannah.gnu.org/releases/quagga${QUAGGASUBDIR}/quagg file://watchquagga.default \ file://volatiles.03_quagga" +PACKAGECONFIG ??= "" +PACKAGECONFIG[cap] = "--enable-capabilities,--disable-capabilities,libcap" + inherit autotools update-rc.d useradd EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \ |