[oe-commits] Koen Kooi : busybox 1.19.4 bbapped: create dir before installing into it, fixes build failures on the autobuilder

git at git.openembedded.org git at git.openembedded.org
Fri Apr 27 20:04:29 UTC 2012


Module: meta-openembedded.git
Branch: master
Commit: 83aaa60d4934a70084a846a0e6d240c09dbc66a9
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=83aaa60d4934a70084a846a0e6d240c09dbc66a9

Author: Koen Kooi <koen at dominion.thruhere.net>
Date:   Fri Apr 27 12:57:15 2012 +0000

busybox 1.19.4 bbapped: create dir before installing into it, fixes build failures on the autobuilder

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
Acked-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-core/busybox/busybox_1.19.4.bbappend   |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend b/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
index 2c73732..786e1d5 100644
--- a/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
+++ b/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend
@@ -1,6 +1,6 @@
 inherit systemd
 
-PRINC := "${@int(PRINC) + 3}"
+PRINC := "${@int(PRINC) + 4}"
 
 # look for files in the layer first
 FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
@@ -16,6 +16,7 @@ do_install_append() {
 	install -d ${D}${sysconfdir}/default
 	install -m 0644 ${WORKDIR}/busybox-syslog.default ${D}${sysconfdir}/default/busybox-syslog
 
+	install -d ${D}${systemd_unitdir}/system
 	sed 's, at base_sbindir@,${base_sbindir},g' < ${WORKDIR}/busybox-syslog.service.in \
 	     > ${D}${systemd_unitdir}/system/busybox-syslog.service
 	sed 's, at base_sbindir@,${base_sbindir},g' < ${WORKDIR}/busybox-klogd.service.in \





More information about the Openembedded-commits mailing list