From eda9af8f917b37f13323146af4e2f80cef5dc9f0 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Sun, 21 Jul 2013 15:47:51 +0200 Subject: [PATCH] quagga: add PACKAGECONFIG for capabilities * it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic (From meta-openembedded rev: 676a28cb6bcc8bc0ab5e532a99575b8cdfc0cbda) Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- meta-openembedded/meta-networking/recipes-protocols/quagga/quagga.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-openembedded/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-openembedded/meta-networking/recipes-protocols/quagga/quagga.inc index f9a32a9..f5489c6 100644 --- a/meta-openembedded/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/meta-openembedded/meta-networking/recipes-protocols/quagga/quagga.inc @@ -30,6 +30,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 \ -- 2.7.4