summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/systemd/systemd_228.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/systemd/systemd_228.bb')
-rw-r--r--meta/recipes-core/systemd/systemd_228.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_228.bb b/meta/recipes-core/systemd/systemd_228.bb
index 0e1bd8b7f1..a110f0cdea 100644
--- a/meta/recipes-core/systemd/systemd_228.bb
+++ b/meta/recipes-core/systemd/systemd_228.bb
@@ -45,6 +45,7 @@ SRC_URI = "git://github.com/systemd/systemd.git;protocol=git \
45 file://00-create-volatile.conf \ 45 file://00-create-volatile.conf \
46 file://init \ 46 file://init \
47 file://run-ptest \ 47 file://run-ptest \
48 file://0001-make-test-dir-configurable.patch \
48 " 49 "
49SRC_URI_append_libc-uclibc = "\ 50SRC_URI_append_libc-uclibc = "\
50 file://0001-define-exp10-if-missing.patch \ 51 file://0001-define-exp10-if-missing.patch \
@@ -127,6 +128,7 @@ EXTRA_OECONF = " --with-rootprefix=${rootprefix} \
127 --without-python \ 128 --without-python \
128 --with-sysvrcnd-path=${sysconfdir} \ 129 --with-sysvrcnd-path=${sysconfdir} \
129 --with-firmware-path=/lib/firmware \ 130 --with-firmware-path=/lib/firmware \
131 --with-testdir=${PTEST_PATH} \
130 " 132 "
131# uclibc does not have NSS 133# uclibc does not have NSS
132EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname --disable-sysusers" 134EXTRA_OECONF_append_libc-uclibc = " --disable-myhostname --disable-sysusers"
@@ -215,7 +217,7 @@ do_install() {
215 217
216do_install_ptest () { 218do_install_ptest () {
217 install -d ${D}${PTEST_PATH}/test 219 install -d ${D}${PTEST_PATH}/test
218 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test 220 cp -rfL ${S}/test/* ${D}${PTEST_PATH}/test
219 install -m 0755 ${B}/test-udev ${D}${PTEST_PATH}/ 221 install -m 0755 ${B}/test-udev ${D}${PTEST_PATH}/
220 install -d ${D}${PTEST_PATH}/build-aux 222 install -d ${D}${PTEST_PATH}/build-aux
221 cp ${S}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/ 223 cp ${S}/build-aux/test-driver ${D}${PTEST_PATH}/build-aux/