summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_229.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2016-03-31 12:00:16 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-31 23:01:37 +0100
commit22bd875a5a7a5ccd8021c17ebb9b3eab2226f190 (patch)
treeeefb6f710d97e61ddc5469960a78640feba27843 /meta/recipes-core/systemd/systemd_229.bb
parent4b7790915f77731e2bcb5ed3159cc8f4d8adc176 (diff)
downloadpoky-22bd875a5a7a5ccd8021c17ebb9b3eab2226f190.tar.gz
systemd: fix build with gcrypt PACKAGECONFIG disabled
systemd-resolved build fails without gcrypt PACKAGECONFIG. Backport the fix. Also remove the comment about resolved's dependence on gcrypt. [YOCTO #9219] (From OE-Core rev: 5ba3115a699357a5d272836b7edf883753a551d0) Signed-off-by: Maxin B. John <maxin.john@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/systemd/systemd_229.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_229.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb
index b16cacb10f..309a4c3a08 100644
--- a/meta/recipes-core/systemd/systemd_229.bb
+++ b/meta/recipes-core/systemd/systemd_229.bb
@@ -53,6 +53,7 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=git \
53 file://0020-check-for-uchar.h-in-configure.patch \ 53 file://0020-check-for-uchar.h-in-configure.patch \
54 file://0021-include-missing.h-for-getting-secure_getenv-definiti.patch \ 54 file://0021-include-missing.h-for-getting-secure_getenv-definiti.patch \
55 file://0022-socket-util-don-t-fail-if-libc-doesn-t-support-IDN.patch \ 55 file://0022-socket-util-don-t-fail-if-libc-doesn-t-support-IDN.patch \
56 file://0023-build-sys-fix-build-with-libgrcypt-disabled.patch \
56" 57"
57SRC_URI_append_libc-uclibc = "\ 58SRC_URI_append_libc-uclibc = "\
58 file://0002-units-Prefer-getty-to-agetty-in-console-setup-system.patch \ 59 file://0002-units-Prefer-getty-to-agetty-in-console-setup-system.patch \
@@ -101,7 +102,6 @@ PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt"
101PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" 102PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup"
102PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" 103PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd"
103PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils" 104PACKAGECONFIG[elfutils] = "--enable-elfutils,--disable-elfutils,elfutils"
104# resolved needs gcrypt
105PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved" 105PACKAGECONFIG[resolved] = "--enable-resolved,--disable-resolved"
106PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd" 106PACKAGECONFIG[networkd] = "--enable-networkd,--disable-networkd"
107PACKAGECONFIG[machined] = "--enable-machined,--disable-machined" 107PACKAGECONFIG[machined] = "--enable-machined,--disable-machined"