summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd
diff options
context:
space:
mode:
authorJonathan Liu <net147@gmail.com>2015-09-28 13:10:22 +1000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-10-01 07:43:32 +0100
commitc7548b50b9761994ede3c882e30c8bceda8bdc12 (patch)
tree365c046c7afd2ba5c52157b9bb349fba6fde4b70 /meta/recipes-core/systemd
parent3b04553a88c629997bfcf955476ff9c3e12320dd (diff)
downloadpoky-c7548b50b9761994ede3c882e30c8bceda8bdc12.tar.gz
systemd: add PACKAGECONFIG for qrencode
(From OE-Core rev: 5c0dc3e8f49621827e20f79fb6bc945c3f17315e) Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd')
-rw-r--r--meta/recipes-core/systemd/systemd_225.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/systemd/systemd_225.bb b/meta/recipes-core/systemd/systemd_225.bb
index 4f90ef6edf..30eb6cc3e7 100644
--- a/meta/recipes-core/systemd/systemd_225.bb
+++ b/meta/recipes-core/systemd/systemd_225.bb
@@ -88,6 +88,7 @@ PACKAGECONFIG[iptc] = "--enable-libiptc,--disable-libiptc,iptables"
88PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,," 88PACKAGECONFIG[ldconfig] = "--enable-ldconfig,--disable-ldconfig,,"
89PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux" 89PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux"
90PACKAGECONFIG[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" 90PACKAGECONFIG[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"
91PACKAGECONFIG[qrencode] = "--enable-qrencode,--disable-qrencode,qrencode"
91 92
92CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill" 93CACHED_CONFIGUREVARS += "ac_cv_path_KILL=${base_bindir}/kill"
93CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod" 94CACHED_CONFIGUREVARS += "ac_cv_path_KMOD=${base_bindir}/kmod"