[oe-commits] [meta-openembedded] 31/89: augeas: fix QA warning

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 14:33:33 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 20d98f67a109b3b9e07c1a8c5042f7320fbc02c2
Author: dengke.du at windriver.com <dengke.du at windriver.com>
AuthorDate: Sat Nov 5 13:18:31 2016 +0800

    augeas: fix QA warning
    
    Add PACKAGECONFIG for libselinux.
    
    Signed-off-by: Dengke Du <dengke.du at windriver.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/augeas/augeas.inc | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc
index 354b180..185abae 100644
--- a/meta-oe/recipes-support/augeas/augeas.inc
+++ b/meta-oe/recipes-support/augeas/augeas.inc
@@ -28,3 +28,6 @@ LEAD_SONAME = "libaugeas.so"
 do_install_append() {
     rm -fr ${D}${datadir}/vim
 }
+
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list