From d52f05a809fc60a7d17b4ec9ba8dd35522c09ecf Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Fri, 24 Aug 2012 07:23:37 +0000 Subject: busybox/meta-oe: follow oe-core to 1.20.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Koen Kooi --- meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend | 11 ----------- meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend create mode 100644 meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend diff --git a/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend b/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend deleted file mode 100644 index e9dd4ac9e6..0000000000 --- a/meta-oe/recipes-core/busybox/busybox_1.19.4.bbappend +++ /dev/null @@ -1,11 +0,0 @@ -PRINC := "${@int(PRINC) + 5}" - -# look for files in the layer first -FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" - -SRC_URI += "file://busybox-syslog.default" - -do_install_append() { - install -d ${D}${sysconfdir}/default - install -m 0644 ${WORKDIR}/busybox-syslog.default ${D}${sysconfdir}/default/busybox-syslog -} diff --git a/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend new file mode 100644 index 0000000000..0741b76fcd --- /dev/null +++ b/meta-oe/recipes-core/busybox/busybox_1.20.2.bbappend @@ -0,0 +1,11 @@ +PRINC := "${@int(PRINC) + 1}" + +# look for files in the layer first +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +SRC_URI += "file://busybox-syslog.default" + +do_install_append() { + install -d ${D}${sysconfdir}/default + install -m 0644 ${WORKDIR}/busybox-syslog.default ${D}${sysconfdir}/default/busybox-syslog +} -- cgit v1.2.3-54-g00ecf