aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/busybox/busybox_1.13.2.bb
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 17:28:20 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 22:40:27 +0800
commit483450b23bd2ebaa63fada21aa5ed61b1cefada0 (patch)
treedaae04a32c0d5e188f5417254cc02dd0a03dec51 /recipes/busybox/busybox_1.13.2.bb
parentd50fa7e5a22e546c5548d2cd2b20e313307e0afe (diff)
downloadopenembedded-483450b23bd2ebaa63fada21aa5ed61b1cefada0.tar.gz
busybox: Apply a paych for make3.82 and the Makefile
Newer make do not like to mix different types of rules, take the patch from upstream master to address this.
Diffstat (limited to 'recipes/busybox/busybox_1.13.2.bb')
-rw-r--r--recipes/busybox/busybox_1.13.2.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/busybox/busybox_1.13.2.bb b/recipes/busybox/busybox_1.13.2.bb
index 0741d5c614..a3acceb5ae 100644
--- a/recipes/busybox/busybox_1.13.2.bb
+++ b/recipes/busybox/busybox_1.13.2.bb
@@ -1,5 +1,5 @@
require busybox.inc
-PR = "${INC_PR}.2"
+PR = "${INC_PR}.3"
SRC_URI = "\
http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
@@ -15,6 +15,7 @@ SRC_URI = "\
file://busybox-1.13.2-top24.patch \
file://busybox-1.13.2-unzip.patch \
file://busybox-1.13.2-wget.patch \
+ file://busybox-1.13.2-make382.patch \
file://fdisk_nios2.patch \
\
file://udhcpscript.patch \