[oe-commits] Phil Blundell : busybox: fix up some recipes with custom SRC_URIs

git version control git at git.openembedded.org
Wed Jun 17 13:43:52 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: c885754e73d7ae2f7ba4594a85784cbb294f8ee4
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c885754e73d7ae2f7ba4594a85784cbb294f8ee4

Author: Phil Blundell <philb at gnu.org>
Date:   Wed Jun 17 14:43:20 2009 +0100

busybox: fix up some recipes with custom SRC_URIs

---

 recipes/busybox/busybox_1.11.3.bb |    2 +-
 recipes/busybox/busybox_1.13.2.bb |    2 +-
 recipes/busybox/busybox_1.7.2.bb  |    2 +-
 recipes/busybox/busybox_1.9.2.bb  |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/recipes/busybox/busybox_1.11.3.bb b/recipes/busybox/busybox_1.11.3.bb
index 5518264..293608b 100644
--- a/recipes/busybox/busybox_1.11.3.bb
+++ b/recipes/busybox/busybox_1.11.3.bb
@@ -11,7 +11,7 @@ SRC_URI = "\
   file://busybox-cron \
   file://busybox-httpd \
   file://busybox-udhcpd \
-  file://default.script \
+  file://default.script file://simple.script \
   file://hwclock.sh \
   file://mount.busybox \
   file://mountall \
diff --git a/recipes/busybox/busybox_1.13.2.bb b/recipes/busybox/busybox_1.13.2.bb
index 03a7208..18d49ba 100644
--- a/recipes/busybox/busybox_1.13.2.bb
+++ b/recipes/busybox/busybox_1.13.2.bb
@@ -25,7 +25,7 @@ SRC_URI = "\
   file://busybox-cron \
   file://busybox-httpd \
   file://busybox-udhcpd \
-  file://default.script \
+  file://default.script file://simple.script \
   file://hwclock.sh \
   file://mount.busybox \
   file://mountall \
diff --git a/recipes/busybox/busybox_1.7.2.bb b/recipes/busybox/busybox_1.7.2.bb
index 6af073f..8ce081f 100644
--- a/recipes/busybox/busybox_1.7.2.bb
+++ b/recipes/busybox/busybox_1.7.2.bb
@@ -5,7 +5,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
            file://busybox-cron \
            file://busybox-httpd \
            file://busybox-udhcpd \
-           file://default.script \
+           file://default.script file://simple.script \
            file://hwclock.sh \
            file://mount.busybox \
            file://mountall \
diff --git a/recipes/busybox/busybox_1.9.2.bb b/recipes/busybox/busybox_1.9.2.bb
index 64f9c62..cd9b6ab 100644
--- a/recipes/busybox/busybox_1.9.2.bb
+++ b/recipes/busybox/busybox_1.9.2.bb
@@ -10,7 +10,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.gz \
            file://busybox-cron \
            file://busybox-httpd \
            file://busybox-udhcpd \
-           file://default.script \
+           file://default.script file://simple.script \
            file://hwclock.sh \
            file://mount.busybox \
            file://mountall \





More information about the Openembedded-commits mailing list