mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 09:13:16 +00:00
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:
parent
71c5cc44c7
commit
643d09d623
@ -28,6 +28,6 @@ do_install:append() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
PACKAGECONFIG ??= ""
|
PACKAGECONFIG ??= ""
|
||||||
PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux"
|
PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux"
|
||||||
|
|
||||||
EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"
|
EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user