From f1b326c83be0d95571b991d8d2ee239982380b6b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 30 Apr 2010 15:37:38 +0200 Subject: busybox: add patch for installing run-parts to /usr/bin/ instead of /bin * otherwise debianutils install will fail with update-alternatives: Error: cannot register alternative run-parts to /usr/bin/run-parts since it is already registered to /bin/run-parts Signed-off-by: Martin Jansa --- recipes/busybox/busybox_1.15.3.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'recipes/busybox/busybox_1.15.3.bb') diff --git a/recipes/busybox/busybox_1.15.3.bb b/recipes/busybox/busybox_1.15.3.bb index 1e1aa1e32a..dbf60aff57 100644 --- a/recipes/busybox/busybox_1.15.3.bb +++ b/recipes/busybox/busybox_1.15.3.bb @@ -1,5 +1,5 @@ require busybox.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ @@ -10,6 +10,7 @@ SRC_URI = "\ file://get_header_tar.patch;patch=1 \ file://busybox-appletlib-dependency.patch;patch=1 \ file://0000-wget-no-check-certificate.patch;patch=1 \ + file://run-parts.in.usr-bin.patch;patch=1 \ file://find-touchscreen.sh \ file://busybox-cron \ file://busybox-httpd \ -- cgit 1.2.3-korg