summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch')
-rw-r--r--import-layers/yocto-poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch b/import-layers/yocto-poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch
deleted file mode 100644
index ef376aa31..000000000
--- a/import-layers/yocto-poky/meta/recipes-bsp/libacpi/files/use_correct_strip_in_cross_environment.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Upstream-Status: Pending
-
-Used the cross strip instead of host strip to avoid this build error:
-
-| strip: Unable to recognise the format of the input file `test-libacpi'
-| make: *** [test-libacpi] Error 1
-| ERROR: oe_runmake failed
-
-Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> 2011/12/07
-
-Index: libacpi-0.2/Makefile
-===================================================================
---- libacpi-0.2.orig/Makefile
-+++ libacpi-0.2/Makefile
-@@ -39,7 +39,7 @@ libacpi.so: ${OBJ}
- test-libacpi: ${OBJ_test}
- @echo LD $@
- @${CC} -o $@ ${OBJ_test} ${LDFLAGS}
-- @strip $@
-+ @${STRIP} $@
-
- install: all
- @echo installing header to ${DESTDIR}${PREFIX}/include
OpenPOWER on IntegriCloud