summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-core/systemd/systemd_225.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb
index 6936149fbd..a5909f5286 100644
--- a/meta/recipes-core/systemd/systemd_225.bb
+++ b/meta/recipes-core/systemd/systemd_225.bb
@@ -18,7 +18,7 @@ PROVIDES = "udev"
18 18
19PE = "1" 19PE = "1"
20 20
21DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup qemu-native util-linux" 21DEPENDS = "kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline libcap libcgroup qemu-native util-linux"
22 22
23SECTION = "base/shell" 23SECTION = "base/shell"
24 24
@@ -92,6 +92,7 @@ PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
92PACKAGECONFIG[valgrind] = "ac_cv_header_valgrind_memcheck_h=yes ac_cv_header_valgrind_valgrind_h=yes ,ac_cv_header_valgrind_memcheck_h=no ac_cv_header_valgrind_valgrind_h=no ,valgrind" 92PACKAGECONFIG[valgrind] = "ac_cv_header_valgrind_memcheck_h=yes ac_cv_header_valgrind_valgrind_h=yes ,ac_cv_header_valgrind_memcheck_h=no ac_cv_header_valgrind_valgrind_h=no ,valgrind"
93PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode" 93PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode"
94PACKAGECONFIG[compat] = "--enable-compat-libs,--disable-compat-libs" 94PACKAGECONFIG[compat] = "--enable-compat-libs,--disable-compat-libs"
95PACKAGECONFIG[dbus] = "--enable-dbus,--disable-dbus,dbus"
95 96
96CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill" 97CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill"
97CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod" 98CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod"