* it's autodetected from sysroot * add PACKAGECONFIG to make it deterministic
Signed-off-by: Martin Jansa <[email protected]> --- meta-networking/recipes-protocols/quagga/quagga.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-networking/recipes-protocols/quagga/quagga.inc b/meta-networking/recipes-protocols/quagga/quagga.inc index f9a32a9..f5489c6 100644 --- a/meta-networking/recipes-protocols/quagga/quagga.inc +++ b/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 \ -- 1.8.3.2 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
