diff options
author | Vincent Prince <vincent.prince.fr@gmail.com> | 2019-10-17 13:09:40 +0200 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2019-10-18 10:57:07 -0400 |
commit | 988f58701697876cde0f640023390cc65a7a59a5 (patch) | |
tree | 4587eb5d101e7ab1d92693e34eac96f6f2f9818f | |
parent | f5170305dcff65926dc83ade1396fd025c340938 (diff) | |
download | meta-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.bbclass | 2 |
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 @@ | |||
1 | inherit selinux | 1 | inherit selinux |
2 | 2 | ||
3 | PACKAGECONFIG_append = " ${@target_selinux(d)}" | 3 | PACKAGECONFIG_append = " ${@target_selinux(d)}" |
4 | PACKAGECONFIG[selinux] = "-Dselinux=enabled,-Dselinux=disabled,libselinux," | 4 | PACKAGECONFIG[selinux] = "-Dselinux=true,-Dselinux=false,libselinux," |