diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-09 17:01:43 +0200 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-07-09 17:01:43 +0200 |
commit | 1620c1459b9a319e98239d7da81ae0d89768b032 (patch) | |
tree | 96a6ccab4bcc31393e4d1d1c34c9b1ea4f85f0b2 /recipes/busybox/busybox_1.14.3.bb | |
parent | b364659466f93a7361eee691bf25f63f382b6ec9 (diff) |
busybox 1.14.3: added a defined(__nios2__)
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes/busybox/busybox_1.14.3.bb')
-rw-r--r-- | recipes/busybox/busybox_1.14.3.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/busybox/busybox_1.14.3.bb b/recipes/busybox/busybox_1.14.3.bb index ebe018cc78..ffbd71eea5 100644 --- a/recipes/busybox/busybox_1.14.3.bb +++ b/recipes/busybox/busybox_1.14.3.bb @@ -1,10 +1,11 @@ require busybox.inc -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" DEFAULT_PREFERENCE = "-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 \ |