diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-09 17:13:26 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-09 17:13:26 +0200 |
commit | eb751a519b4b888caff0dd1f2bd15557df6b4ec8 (patch) | |
tree | 33c6ac7223719acd1584d3eb658625a7ad636b43 /recipes/busybox/busybox_1.16.2.bb | |
parent | 5a0e69c2f1d467a3bc412b01fdacee68b470dcd5 (diff) |
busybox 1.16.2: added a defined(__nios2__)
(actually as there were two entries for __s390__ hijacked one of it
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/busybox/busybox_1.16.2.bb')
-rw-r--r-- | recipes/busybox/busybox_1.16.2.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/busybox/busybox_1.16.2.bb b/recipes/busybox/busybox_1.16.2.bb index 2175607cc7..c5d27b7aa4 100644 --- a/recipes/busybox/busybox_1.16.2.bb +++ b/recipes/busybox/busybox_1.16.2.bb @@ -1,11 +1,12 @@ require busybox.inc -PR = "${INC_PR}.1" +PR = "${INC_PR}.2" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_shr = "1" SRC_URI = "\ http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \ + file://fdisk_nios2.patch \ \ file://udhcpscript.patch \ file://udhcpc-fix-nfsroot.patch \ |