mirror of
https://git.yoctoproject.org/poky
synced 2026-04-01 14:02:23 +02:00
(From OE-Core rev: fc626a1badc8260ac8f4d44db5c40a6072d3956c) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 lines
538 B
Diff
16 lines
538 B
Diff
Upstream-Status: Inappropriate [configuration]
|
|
|
|
Index: qemu-0.14.0/Makefile
|
|
===================================================================
|
|
--- qemu-0.14.0.orig/Makefile
|
|
+++ qemu-0.14.0/Makefile
|
|
@@ -235,7 +235,7 @@ install-sysconfig:
|
|
install: all $(if $(BUILD_DOCS),install-doc) install-sysconfig
|
|
$(INSTALL_DIR) "$(DESTDIR)$(bindir)"
|
|
ifneq ($(TOOLS),)
|
|
- $(INSTALL_PROG) $(STRIP_OPT) $(TOOLS) "$(DESTDIR)$(bindir)"
|
|
+ $(INSTALL_PROG) $(TOOLS) "$(DESTDIR)$(bindir)"
|
|
endif
|
|
ifneq ($(BLOBS),)
|
|
$(INSTALL_DIR) "$(DESTDIR)$(datadir)"
|