diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-18 13:16:01 +0100 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2009-03-18 14:01:25 +0100 |
commit | e1334a0cb02e4508337a6bb949362020e768e587 (patch) | |
tree | ae9bc2d4ec32879012b24c6e61af53fd94512ddf /recipes/busybox/busybox_1.13.2.bb | |
parent | 27cebb88719e395a9f282fe480942c5ab401f542 (diff) |
busybox: do not fetch fixes patches but store them in metadata
I am tired of discussions how to solve situation where upstream changes
it's files without versioning them and we workaround it instead of
solving.
Diffstat (limited to 'recipes/busybox/busybox_1.13.2.bb')
-rw-r--r-- | recipes/busybox/busybox_1.13.2.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/recipes/busybox/busybox_1.13.2.bb b/recipes/busybox/busybox_1.13.2.bb index cc2cb2b39e..d3e7f9acde 100644 --- a/recipes/busybox/busybox_1.13.2.bb +++ b/recipes/busybox/busybox_1.13.2.bb @@ -3,11 +3,11 @@ PR = "r16" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.gz \ - http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-depmod.patch;patch=1 \ - http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-init.patch;patch=1 \ - http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-mdev.patch;patch=1 \ - http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-modprobe.patch;patch=1 \ - http://busybox.net/downloads/fixes-1.13.2/busybox-1.13.2-tar.patch;patch=1 \ + file://busybox-1.13.2-depmod.patch;patch=1 \ + file://busybox-1.13.2-init.patch;patch=1 \ + file://busybox-1.13.2-mdev.patch;patch=1 \ + file://busybox-1.13.2-modprobe.patch;patch=1 \ + file://busybox-1.13.2-tar.patch;patch=1 \ \ file://udhcpscript.patch;patch=1 \ file://udhcpc-fix-nfsroot.patch;patch=1 \ |