summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Prince <vincent.prince.fr@gmail.com>2019-10-17 13:09:40 +0200
committerJoe MacDonald <joe_macdonald@mentor.com>2019-10-18 10:57:07 -0400
commit988f58701697876cde0f640023390cc65a7a59a5 (patch)
tree4587eb5d101e7ab1d92693e34eac96f6f2f9818f
parentf5170305dcff65926dc83ade1396fd025c340938 (diff)
downloadmeta-selinux-988f58701697876cde0f640023390cc65a7a59a5.tar.gz
Revert glib-2.0: fix configure error for meson build
On Warrior branch, glib-2.0 is in version 2.58.3 so we need to revert commit [bb0c9c3abcb] until then. Signed-off-by: Vincent Prince <vincent.prince.fr@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
-rw-r--r--classes/meson-enable-selinux.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/meson-enable-selinux.bbclass b/classes/meson-enable-selinux.bbclass
index 91c2a2b..77a763a 100644
--- a/classes/meson-enable-selinux.bbclass
+++ b/classes/meson-enable-selinux.bbclass
@@ -1,4 +1,4 @@
1inherit selinux 1inherit selinux
2 2
3PACKAGECONFIG_append = " ${@target_selinux(d)}" 3PACKAGECONFIG_append = " ${@target_selinux(d)}"
4PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux," 4PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux,"