diff options
| author | Khem Raj <raj.khem@gmail.com> | 2014-02-08 08:35:19 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-02-11 17:15:55 +0000 |
| commit | 3273473d0fe1d33b406f4380e9f33bff69ab2d31 (patch) | |
| tree | 869816c1eaf22ef23c5d2155d57f1483b43b2868 | |
| parent | f7b44fe6db1895aa429962b47c0b9b1c9fecfd82 (diff) | |
| download | poky-3273473d0fe1d33b406f4380e9f33bff69ab2d31.tar.gz | |
systemd: Enable building microhttpd via PACKAGECONFIG
This will enables us to use journald-gatewayd
(From OE-Core rev: 09706953cf0e1b97d5b8808bdca1e8c125b8a9f7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/systemd/systemd_208.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_208.bb b/meta/recipes-core/systemd/systemd_208.bb index f94ce56252..219607f18f 100644 --- a/meta/recipes-core/systemd/systemd_208.bb +++ b/meta/recipes-core/systemd/systemd_208.bb | |||
| @@ -58,6 +58,7 @@ DEPENDS += "libgcrypt" | |||
| 58 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" | 58 | PACKAGECONFIG[xz] = "--enable-xz,--disable-xz,xz" |
| 59 | PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers" | 59 | PACKAGECONFIG[tcp-wrappers] = "--enable-tcpwrap,--disable-tcpwrap,tcp-wrappers" |
| 60 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" | 60 | PACKAGECONFIG[cryptsetup] = "--enable-libcryptsetup,--disable-libcryptsetup,cryptsetup" |
| 61 | PACKAGECONFIG[microhttpd] = "--enable-microhttpd,--disable-microhttpd,libmicrohttpd" | ||
| 61 | 62 | ||
| 62 | CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" | 63 | CACHED_CONFIGUREVARS = "ac_cv_path_KILL=${base_bindir}/kill" |
| 63 | 64 | ||
| @@ -77,7 +78,6 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \ | |||
| 77 | --disable-introspection \ | 78 | --disable-introspection \ |
| 78 | --disable-tcpwrap \ | 79 | --disable-tcpwrap \ |
| 79 | --enable-split-usr \ | 80 | --enable-split-usr \ |
| 80 | --disable-microhttpd \ | ||
| 81 | --without-python \ | 81 | --without-python \ |
| 82 | --with-sysvrcnd-path=${sysconfdir} \ | 82 | --with-sysvrcnd-path=${sysconfdir} \ |
| 83 | --with-firmware-path=/lib/firmware \ | 83 | --with-firmware-path=/lib/firmware \ |
| @@ -149,6 +149,7 @@ SYSTEMD_PACKAGES = "${PN}-binfmt" | |||
| 149 | SYSTEMD_SERVICE_${PN}-binfmt = "systemd-binfmt.service" | 149 | SYSTEMD_SERVICE_${PN}-binfmt = "systemd-binfmt.service" |
| 150 | 150 | ||
| 151 | USERADD_PACKAGES = "${PN}" | 151 | USERADD_PACKAGES = "${PN}" |
| 152 | USERADD_PARAM_${PN} += "--system systemd-journal-gateway" | ||
| 152 | GROUPADD_PARAM_${PN} = "-r lock; -r systemd-journal" | 153 | GROUPADD_PARAM_${PN} = "-r lock; -r systemd-journal" |
| 153 | 154 | ||
| 154 | FILES_${PN}-analyze = "${bindir}/systemd-analyze" | 155 | FILES_${PN}-analyze = "${bindir}/systemd-analyze" |
