diff options
author | Phil Blundell <philb@gnu.org> | 2009-06-17 14:43:20 +0100 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2009-06-17 14:43:20 +0100 |
commit | c885754e73d7ae2f7ba4594a85784cbb294f8ee4 (patch) | |
tree | 3fdaa84e9b500a228be1748e2645269a9b6ec417 /recipes/busybox/busybox_1.7.2.bb | |
parent | c31afe4d59396126aed32352f00ef66f2bcb5f17 (diff) |
busybox: fix up some recipes with custom SRC_URIs
Diffstat (limited to 'recipes/busybox/busybox_1.7.2.bb')
-rw-r--r-- | recipes/busybox/busybox_1.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/busybox/busybox_1.7.2.bb b/recipes/busybox/busybox_1.7.2.bb index 6af073f39c..8ce081f82f 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 \ |