diff options
author | Yi Zhao <yi.zhao@windriver.com> | 2021-08-13 10:21:39 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 19:50:53 -0700 |
commit | 643d09d6236acb11302451a0c723bbdd99ac95d9 (patch) | |
tree | 7b137b483444d860727a450e99c5764fee0a04d0 | |
parent | 71c5cc44c72d6862618a89895290628b2840cbe2 (diff) | |
download | meta-openembedded-643d09d6236acb11302451a0c723bbdd99ac95d9.tar.gz |
augeas: rename PACKAGECONFIG[libselinux] to PACKAGECONFIG[selinux]
Usually we use PACKAGECONFIG[selinux] rather than
PACKAGECONFIG[libselinux] for selinux distro feautre.
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/augeas/augeas.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/augeas/augeas.inc b/meta-oe/recipes-support/augeas/augeas.inc index 077a2db5ea..23a057135b 100644 --- a/meta-oe/recipes-support/augeas/augeas.inc +++ b/meta-oe/recipes-support/augeas/augeas.inc | |||
@@ -28,6 +28,6 @@ do_install:append() { | |||
28 | } | 28 | } |
29 | 29 | ||
30 | PACKAGECONFIG ??= "" | 30 | PACKAGECONFIG ??= "" |
31 | PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux" | 31 | PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" |
32 | 32 | ||
33 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" | 33 | EXTRA_AUTORECONF += "-I ${S}/gnulib/m4" |