aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/busybox/busybox_1.20.2.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:24:08 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-02 17:25:43 +0100
commit43b4ffc11874803db37c43b521ce27c51c677c8b (patch)
tree835d8be62dfa039ba0aed93325bf45cd9a700ff4 /meta/recipes-core/busybox/busybox_1.20.2.bb
parentb9fc4928bb93ad720c47920db3869d860c531d0a (diff)
downloadopenembedded-core-contrib-43b4ffc11874803db37c43b521ce27c51c677c8b.tar.gz
busybox: Add missing INITSCRIPT_NAME_${PN}-hwclock
Fix failures like: Configuring busybox-hwclock. usage: update-rc.d [-n] [-f] [-r <root>] <basename> remove update-rc.d [-n] [-r <root>] [-s] <basename> defaults [NN | sNN kNN] update-rc.d [-n] [-r <root>] [-s] <basename> start|stop NN runlvl [runlvl] [...] . -n: not really -f: force -v: verbose -r: alternate root path (default is /) -s: invoke start methods if appropriate to current runlevel Collected errors: * pkg_run_script: package "busybox-hwclock" postinst script returned status 1. * opkg_configure: busybox-hwclock.postinst returned 1. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/busybox/busybox_1.20.2.bb')
-rw-r--r--meta/recipes-core/busybox/busybox_1.20.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/busybox/busybox_1.20.2.bb b/meta/recipes-core/busybox/busybox_1.20.2.bb
index d7b807339f..3814dcfa6b 100644
--- a/meta/recipes-core/busybox/busybox_1.20.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.20.2.bb
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
file://B921600.patch \