diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-21 15:47:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-30 11:17:11 +0200 |
commit | 676a28cb6bcc8bc0ab5e532a99575b8cdfc0cbda (patch) | |
tree | adccddf61862047456a91be6c923d066490cf8aa /meta-networking/recipes-protocols/quagga/quagga.inc | |
parent | b231b19711f769b2a8fa89a61000e13e9f0385cf (diff) | |
download | meta-openembedded-676a28cb6bcc8bc0ab5e532a99575b8cdfc0cbda.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/recipes-protocols/quagga/quagga.inc')
-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 f9a32a99a..f5489c692 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 | |||
30 | file://watchquagga.default \ | 30 | file://watchquagga.default \ |
31 | file://volatiles.03_quagga" | 31 | file://volatiles.03_quagga" |
32 | 32 | ||
33 | PACKAGECONFIG ??= "" | ||
34 | PACKAGECONFIG[cap] = "--enable-capabilities,--disable-capabilities,libcap" | ||
35 | |||
33 | inherit autotools update-rc.d useradd | 36 | inherit autotools update-rc.d useradd |
34 | 37 | ||
35 | EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \ | 38 | EXTRA_OECONF = "--sysconfdir=${sysconfdir}/quagga \ |