diff options
author | dengke.du@windriver.com <dengke.du@windriver.com> | 2016-11-05 13:18:31 +0800 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:24:41 +0100 |
commit | 20d98f67a109b3b9e07c1a8c5042f7320fbc02c2 (patch) | |
tree | 61111a9a73ca42b02d6b3b1a0bb0ba6ebef32f58 /meta-oe/recipes-support/augeas/augeas.inc | |
parent | 9a0f8dcbfb6b9312e57d0928df4cafd7e399b7db (diff) | |
download | meta-openembedded-20d98f67a109b3b9e07c1a8c5042f7320fbc02c2.tar.gz |
augeas: fix QA warning
Add PACKAGECONFIG for libselinux.
Signed-off-by: Dengke Du <dengke.du@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/augeas/augeas.inc')
-rw-r--r-- | meta-oe/recipes-support/augeas/augeas.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc index 354b1809f..185abae18 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" | |||
28 | do_install_append() { | 28 | do_install_append() { |
29 | rm -fr ${D}${datadir}/vim | 29 | rm -fr ${D}${datadir}/vim |
30 | } | 30 | } |
31 | |||
32 | PACKAGECONFIG ??= "" | ||
33 | PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux" | ||