summaryrefslogtreecommitdiffstats
path: root/meta-agl-devel/meta-oem-extra-libs/recipes-core/libtar/files/no_strip.patch
diff options
context:
space:
mode:
authortakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
committertakeshi_hoshina <takeshi_hoshina@mail.toyota.co.jp>2020-11-02 11:07:33 +0900
commit1c7d6584a7811b7785ae5c1e378f14b5ba0971cf (patch)
treecd70a267a5ef105ba32f200aa088e281fbd85747 /meta-agl-devel/meta-oem-extra-libs/recipes-core/libtar/files/no_strip.patch
parent4204309872da5cb401cbb2729d9e2d4869a87f42 (diff)
recipes
Diffstat (limited to 'meta-agl-devel/meta-oem-extra-libs/recipes-core/libtar/files/no_strip.patch')
-rw-r--r--meta-agl-devel/meta-oem-extra-libs/recipes-core/libtar/files/no_strip.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/meta-agl-devel/meta-oem-extra-libs/recipes-core/libtar/files/no_strip.patch b/meta-agl-devel/meta-oem-extra-libs/recipes-core/libtar/files/no_strip.patch
deleted file mode 100644
index a3187285..00000000
--- a/meta-agl-devel/meta-oem-extra-libs/recipes-core/libtar/files/no_strip.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: make install must not strip binaries
-
---- a/lib/Makefile.in
-+++ b/lib/Makefile.in
-@@ -20,7 +20,7 @@ SHELL = @SHELL@
-
- ### Installation programs and flags
- INSTALL = @INSTALL@
--INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
-+INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
- LN_S = @LN_S@
- MKDIR = @MKDIR@
---- a/libtar/Makefile.in
-+++ b/libtar/Makefile.in
-@@ -20,7 +20,7 @@ SHELL = @SHELL@
-
- ### Installation programs and flags
- INSTALL = @INSTALL@
--INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s
-+INSTALL_PROGRAM = @INSTALL_PROGRAM@
- INSTALL_DATA = @INSTALL_DATA@
- LN_S = @LN_S@
- MKDIR = @MKDIR@