summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch')
-rw-r--r--meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch b/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch
index de467f5365..d0414f739a 100644
--- a/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch
+++ b/meta/recipes-devtools/debugedit/files/0003-Makefile.am-do-not-update-manual.patch
@@ -1,7 +1,7 @@
1From 4f0d7d2f4900ce8555e09854dc681278b7a3d9a9 Mon Sep 17 00:00:00 2001 1From b2715c3f4d28fab1c238086d9b5435e269b06301 Mon Sep 17 00:00:00 2001
2From: Chen Qi <Qi.Chen@windriver.com> 2From: Chen Qi <Qi.Chen@windriver.com>
3Date: Thu, 23 Mar 2023 13:09:23 +0800 3Date: Thu, 23 Mar 2023 13:09:23 +0800
4Subject: [PATCH 3/3] Makefile.am: do not update manual 4Subject: [PATCH] Makefile.am: do not update manual
5 5
6The tarball ships these manuals, no need to re-generate them. 6The tarball ships these manuals, no need to re-generate them.
7We have local patches for debugedit.c and sepdebugcrcfix.c, 7We have local patches for debugedit.c and sepdebugcrcfix.c,
@@ -20,7 +20,7 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
20 1 file changed, 30 deletions(-) 20 1 file changed, 30 deletions(-)
21 21
22diff --git a/Makefile.am b/Makefile.am 22diff --git a/Makefile.am b/Makefile.am
23index 98b2f20..f91deea 100644 23index c590edf..692e016 100644
24--- a/Makefile.am 24--- a/Makefile.am
25+++ b/Makefile.am 25+++ b/Makefile.am
26@@ -52,36 +52,6 @@ sepdebugcrcfix_LDADD = @LIBELF_LIBS@ 26@@ -52,36 +52,6 @@ sepdebugcrcfix_LDADD = @LIBELF_LIBS@
@@ -58,8 +58,5 @@ index 98b2f20..f91deea 100644
58- esac 58- esac
59- 59-
60 noinst_HEADERS= tools/ansidecl.h \ 60 noinst_HEADERS= tools/ansidecl.h \
61 tools/hashtab.h \ 61 tools/hashtab.h
62 tools/md5.h \ 62
63--
642.17.1
65