All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/1] busybox: Fix another make 3.82 issue
  2010-11-16 22:43 [PATCH 0/1] busybox: Fix another make 3.82 issue Scott Garman
@ 2010-11-16 20:56 ` Scott Garman
  0 siblings, 0 replies; 2+ messages in thread
From: Scott Garman @ 2010-11-16 20:56 UTC (permalink / raw)
  To: poky

This fixes two "mixed implicit and normal rules" Makefile errors
during do_configure, seen on Fedora 14 build hosts.

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
---
 .../busybox/busybox-1.16.2/make-382-fix2.patch     |   24 ++++++++++++++++++++
 meta/recipes-core/busybox/busybox_1.16.2.bb        |    1 +
 2 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox-1.16.2/make-382-fix2.patch

diff --git a/meta/recipes-core/busybox/busybox-1.16.2/make-382-fix2.patch b/meta/recipes-core/busybox/busybox-1.16.2/make-382-fix2.patch
new file mode 100644
index 0000000..b5f18cb
--- /dev/null
+++ b/meta/recipes-core/busybox/busybox-1.16.2/make-382-fix2.patch
@@ -0,0 +1,24 @@
+# Fix to build with make v3.82 (needed for Fedora 14 host)
+# Signed-off-by: Scott Garman <scott.a.garman@intel.com>
+
+diff -urN busybox-1.16.2.orig/Makefile busybox-1.16.2/Makefile
+--- busybox-1.16.2.orig/Makefile	2010-06-12 06:51:56.000000000 -0700
++++ busybox-1.16.2/Makefile	2010-11-16 12:49:42.890122989 -0800
+@@ -428,7 +428,7 @@
+ -include $(srctree)/arch/$(ARCH)/Makefile
+ export KBUILD_DEFCONFIG
+ 
+-config %config: scripts_basic outputmakefile FORCE
++%config: scripts_basic outputmakefile FORCE
+ 	$(Q)mkdir -p include
+ 	$(Q)$(MAKE) $(build)=scripts/kconfig $@
+ 	$(Q)$(MAKE) -C $(srctree) KBUILD_SRC= .kernelrelease
+@@ -1276,7 +1276,7 @@
+ 	$(Q)$(MAKE) $(build)=$(build-dir) $(target-dir)$(notdir $@)
+ 
+ # Modules
+-/ %/: prepare scripts FORCE
++%/: prepare scripts FORCE
+ 	$(Q)$(MAKE) KBUILD_MODULES=$(if $(CONFIG_MODULES),1) \
+ 	$(build)=$(build-dir)
+ %.ko: prepare scripts FORCE
diff --git a/meta/recipes-core/busybox/busybox_1.16.2.bb b/meta/recipes-core/busybox/busybox_1.16.2.bb
index 6e53502..b358fe0 100644
--- a/meta/recipes-core/busybox/busybox_1.16.2.bb
+++ b/meta/recipes-core/busybox/busybox_1.16.2.bb
@@ -9,6 +9,7 @@ SRC_URI = "http://www.busybox.net/downloads/busybox-${PV}.tar.bz2;name=tarball \
            file://busybox-appletlib-dependency.patch \
            file://run-parts.in.usr-bin.patch \
            file://make-382-fix.patch \
+           file://make-382-fix2.patch \
            file://find-touchscreen.sh \
            file://busybox-cron \
            file://busybox-httpd \
-- 
1.7.3.2



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH 0/1] busybox: Fix another make 3.82 issue
@ 2010-11-16 22:43 Scott Garman
  2010-11-16 20:56 ` [PATCH 1/1] " Scott Garman
  0 siblings, 1 reply; 2+ messages in thread
From: Scott Garman @ 2010-11-16 22:43 UTC (permalink / raw)
  To: poky

This fixes two "mixed implicit and normal rules" Makefile errors during
do_configure, seen on Fedora 14 build hosts.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: sgarman/busybox-fix
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=sgarman/busybox-fix

Thanks,
    Scott Garman <scott.a.garman@intel.com>
---


Scott Garman (1):
  busybox: Fix another make 3.82 issue

 .../busybox/busybox-1.16.2/make-382-fix2.patch     |   24 ++++++++++++++++++++
 meta/recipes-core/busybox/busybox_1.16.2.bb        |    1 +
 2 files changed, 25 insertions(+), 0 deletions(-)
 create mode 100644 meta/recipes-core/busybox/busybox-1.16.2/make-382-fix2.patch

-- 
1.7.3.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-11-16 22:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-16 22:43 [PATCH 0/1] busybox: Fix another make 3.82 issue Scott Garman
2010-11-16 20:56 ` [PATCH 1/1] " Scott Garman

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.