From aaa29fff393dc7ed460713ef45b9654b1d2c623e Mon Sep 17 00:00:00 2001 From: Qing He Date: Wed, 17 Nov 2010 10:51:45 +0800 Subject: busybox: upgrade to version 1.17.3 from 1.16.2 update license info: add checksum and change gplv2+ to gplv2 Signed-off-by: Qing He --- .../busybox/busybox-1.17.3/make-382-fix.patch | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 meta/recipes-core/busybox/busybox-1.17.3/make-382-fix.patch (limited to 'meta/recipes-core/busybox/busybox-1.17.3/make-382-fix.patch') diff --git a/meta/recipes-core/busybox/busybox-1.17.3/make-382-fix.patch b/meta/recipes-core/busybox/busybox-1.17.3/make-382-fix.patch new file mode 100644 index 000000000..4ef125d6c --- /dev/null +++ b/meta/recipes-core/busybox/busybox-1.17.3/make-382-fix.patch @@ -0,0 +1,25 @@ +From ef6c6d8cfef071435ccf275ad404a501626b706c Mon Sep 17 00:00:00 2001 +From: Thomas Chou +Date: Tue, 19 Oct 2010 07:17:12 +0000 +Subject: mkmakefile: make 3.82 fix + +Signed-off-by: Thomas Chou +Signed-off-by: Denys Vlasenko +--- +diff --git a/scripts/mkmakefile b/scripts/mkmakefile +index 7f9d544..9fc51a7 100755 +--- a/scripts/mkmakefile ++++ b/scripts/mkmakefile +@@ -31,6 +31,9 @@ all: + + Makefile:; + +-\$(filter-out all Makefile,\$(MAKECMDGOALS)) %/: ++\$(filter-out all Makefile,\$(MAKECMDGOALS)): ++ \$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@ ++ ++%/: + \$(MAKE) -C \$(KERNELSRC) O=\$(KERNELOUTPUT) \$@ + EOF +-- +cgit v0.8.2.1 -- cgit v1.2.3