From 643d09d6236acb11302451a0c723bbdd99ac95d9 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Fri, 13 Aug 2021 10:21:39 +0800 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-oe/recipes-support/augeas/augeas.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() { } PACKAGECONFIG ??= "" -PACKAGECONFIG[libselinux] = "--with-selinux,--without-selinux,libselinux" +PACKAGECONFIG[selinux] = "--with-selinux,--without-selinux,libselinux" EXTRA_AUTORECONF += "-I ${S}/gnulib/m4"