Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
To: martin.jansa@gmail.com
Cc: openembedded-devel@lists.openembedded.org
Subject: [PATCH] busybox: drop run-parts.in.usr-bin.patch
Date: Wed,  9 Jun 2010 22:18:13 +0200	[thread overview]
Message-ID: <1276114693-6539-1-git-send-email-rep.dot.nop@gmail.com> (raw)

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 <rep.dot.nop@gmail.com>
---
 .../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




                 reply	other threads:[~2010-06-09 20:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1276114693-6539-1-git-send-email-rep.dot.nop@gmail.com \
    --to=rep.dot.nop@gmail.com \
    --cc=martin.jansa@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox