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>
This commit is contained in:
Yi Zhao 2021-08-13 10:21:39 +08:00 committed by Khem Raj
parent 71c5cc44c7
commit 643d09d623

View File

@ -28,6 +28,6 @@ do_install:append() {
}
PACKAGECONFIG ??= ""
PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux"
PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"