revert f1b326c83be0d95571b991d8d2ee239982380b6b debianutils has /bin/run-parts as busybox does. Busybox handles run-parts as well as other binaries via update-alternatives, there is no /usr/bin/run-parts from debianutils like suggested in f1b326c83be0d95571b991d8d2ee239982380b6b.
Signed-off-by: Bernhard Reutner-Fischer <[email protected]> --- .../busybox-1.15.3/run-parts.in.usr-bin.patch | 12 ------------ .../busybox-1.16.1/run-parts.in.usr-bin.patch | 12 ------------ recipes/busybox/busybox_1.15.3.bb | 1 - recipes/busybox/busybox_1.16.1.bb | 1 - 4 files changed, 0 insertions(+), 26 deletions(-) delete mode 100644 recipes/busybox/busybox-1.15.3/run-parts.in.usr-bin.patch delete mode 100644 recipes/busybox/busybox-1.16.1/run-parts.in.usr-bin.patch diff --git a/recipes/busybox/busybox-1.15.3/run-parts.in.usr-bin.patch b/recipes/busybox/busybox-1.15.3/run-parts.in.usr-bin.patch deleted file mode 100644 index 6f209ce..0000000 --- a/recipes/busybox/busybox-1.15.3/run-parts.in.usr-bin.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr busybox-1.15.3.orig//include/applets.h busybox-1.15.3/include/applets.h ---- busybox-1.15.3.orig//include/applets.h 2009-12-12 22:13:28.000000000 +0100 -+++ busybox-1.15.3/include/applets.h 2010-04-30 15:35:40.000000000 +0200 -@@ -323,7 +323,7 @@ - IF_RPM(APPLET(rpm, _BB_DIR_BIN, _BB_SUID_DROP)) - IF_RPM2CPIO(APPLET(rpm2cpio, _BB_DIR_USR_BIN, _BB_SUID_DROP)) - IF_RTCWAKE(APPLET(rtcwake, _BB_DIR_USR_BIN, _BB_SUID_DROP)) --IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, _BB_DIR_BIN, _BB_SUID_DROP, run_parts)) -+IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, _BB_DIR_USR_BIN, _BB_SUID_DROP, run_parts)) - IF_RUNCON(APPLET(runcon, _BB_DIR_USR_BIN, _BB_SUID_DROP)) - IF_RUNLEVEL(APPLET(runlevel, _BB_DIR_SBIN, _BB_SUID_DROP)) - IF_RUNSV(APPLET(runsv, _BB_DIR_USR_BIN, _BB_SUID_DROP)) diff --git a/recipes/busybox/busybox-1.16.1/run-parts.in.usr-bin.patch b/recipes/busybox/busybox-1.16.1/run-parts.in.usr-bin.patch deleted file mode 100644 index 6f209ce..0000000 --- a/recipes/busybox/busybox-1.16.1/run-parts.in.usr-bin.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr busybox-1.15.3.orig//include/applets.h busybox-1.15.3/include/applets.h ---- busybox-1.15.3.orig//include/applets.h 2009-12-12 22:13:28.000000000 +0100 -+++ busybox-1.15.3/include/applets.h 2010-04-30 15:35:40.000000000 +0200 -@@ -323,7 +323,7 @@ - IF_RPM(APPLET(rpm, _BB_DIR_BIN, _BB_SUID_DROP)) - IF_RPM2CPIO(APPLET(rpm2cpio, _BB_DIR_USR_BIN, _BB_SUID_DROP)) - IF_RTCWAKE(APPLET(rtcwake, _BB_DIR_USR_BIN, _BB_SUID_DROP)) --IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, _BB_DIR_BIN, _BB_SUID_DROP, run_parts)) -+IF_RUN_PARTS(APPLET_ODDNAME(run-parts, run_parts, _BB_DIR_USR_BIN, _BB_SUID_DROP, run_parts)) - IF_RUNCON(APPLET(runcon, _BB_DIR_USR_BIN, _BB_SUID_DROP)) - IF_RUNLEVEL(APPLET(runlevel, _BB_DIR_SBIN, _BB_SUID_DROP)) - IF_RUNSV(APPLET(runsv, _BB_DIR_USR_BIN, _BB_SUID_DROP)) diff --git a/recipes/busybox/busybox_1.15.3.bb b/recipes/busybox/busybox_1.15.3.bb index 07103e8..9698f99 100644 --- a/recipes/busybox/busybox_1.15.3.bb +++ b/recipes/busybox/busybox_1.15.3.bb @@ -10,7 +10,6 @@ SRC_URI = "\ file://get_header_tar.patch \ file://busybox-appletlib-dependency.patch \ file://0000-wget-no-check-certificate.patch \ - file://run-parts.in.usr-bin.patch \ file://find-touchscreen.sh \ file://busybox-cron \ file://busybox-httpd \ diff --git a/recipes/busybox/busybox_1.16.1.bb b/recipes/busybox/busybox_1.16.1.bb index 6013afd..28940a2 100644 --- a/recipes/busybox/busybox_1.16.1.bb +++ b/recipes/busybox/busybox_1.16.1.bb @@ -12,7 +12,6 @@ SRC_URI = "\ file://get_header_tar.patch \ file://busybox-appletlib-dependency.patch \ # file://0000-wget-no-check-certificate.patch \ - file://run-parts.in.usr-bin.patch \ file://find-touchscreen.sh \ file://busybox-cron \ file://busybox-httpd \ -- 1.7.1 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
