mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-07-19 15:29:08 +02:00

* some old patches apparently unneeded have been removed * patches are now better split * fix build for x86 and x86-64 * tested with qemuarm, qemuppc, qemumips, qemux86, qemux86-64 Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
14 lines
402 B
Diff
14 lines
402 B
Diff
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -106,8 +106,8 @@
|
|
|
|
MAN_PAGES:= kexec/kexec.8
|
|
MAN_PAGES+= kdump/kdump.8
|
|
-BINARIES_i386:= $(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test
|
|
-BINARIES_x86_64:=$(SBINDIR)/kexec $(PKGLIBDIR)/kexec_test
|
|
+BINARIES_i386:= $(SBINDIR)/kexec
|
|
+BINARIES_x86_64:=$(SBINDIR)/kexec
|
|
BINARIES:=$(SBINDIR)/kexec $(SBINDIR)/kdump $(BINARIES_$(ARCH))
|
|
|
|
TARGETS:=$(BINARIES) $(MAN_PAGES)
|