diff options
| -rw-r--r-- | meta/recipes-core/systemd/systemd_212.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-core/systemd/systemd_212.bb b/meta/recipes-core/systemd/systemd_212.bb index bbc5d34a19..233bd31144 100644 --- a/meta/recipes-core/systemd/systemd_212.bb +++ b/meta/recipes-core/systemd/systemd_212.bb | |||
| @@ -47,7 +47,7 @@ LDFLAGS_append_libc-uclibc = " -lrt" | |||
| 47 | 47 | ||
| 48 | GTKDOC_DOCDIR = "${S}/docs/" | 48 | GTKDOC_DOCDIR = "${S}/docs/" |
| 49 | 49 | ||
| 50 | PACKAGECONFIG ??= "xz tcp-wrappers" | 50 | PACKAGECONFIG ??= "xz" |
| 51 | # Sign the journal for anti-tampering | 51 | # Sign the journal for anti-tampering |
| 52 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" | 52 | PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" |
| 53 | # regardless of PACKAGECONFIG, libgcrypt is always required to expand | 53 | # regardless of PACKAGECONFIG, libgcrypt is always required to expand |
| @@ -55,7 +55,6 @@ PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt" | |||
| 55 | DEPENDS += "libgcrypt" | 55 | DEPENDS += "libgcrypt" |
| 56 | # Compress the journal | 56 | # Compress the journal |
| 57 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" | 57 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" |
| 58 | PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers" | ||
| 59 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" | 58 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" |
| 60 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" | 59 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" |
| 61 | 60 | ||
