diff options
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.patch | 13 |
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 @@ | |||
1 | From 4f0d7d2f4900ce8555e09854dc681278b7a3d9a9 Mon Sep 17 00:00:00 2001 | 1 | From b2715c3f4d28fab1c238086d9b5435e269b06301 Mon Sep 17 00:00:00 2001 |
2 | From: Chen Qi <Qi.Chen@windriver.com> | 2 | From: Chen Qi <Qi.Chen@windriver.com> |
3 | Date: Thu, 23 Mar 2023 13:09:23 +0800 | 3 | Date: Thu, 23 Mar 2023 13:09:23 +0800 |
4 | Subject: [PATCH 3/3] Makefile.am: do not update manual | 4 | Subject: [PATCH] Makefile.am: do not update manual |
5 | 5 | ||
6 | The tarball ships these manuals, no need to re-generate them. | 6 | The tarball ships these manuals, no need to re-generate them. |
7 | We have local patches for debugedit.c and sepdebugcrcfix.c, | 7 | We 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 | ||
22 | diff --git a/Makefile.am b/Makefile.am | 22 | diff --git a/Makefile.am b/Makefile.am |
23 | index 98b2f20..f91deea 100644 | 23 | index 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 | -- | ||
64 | 2.17.1 | ||
65 | |||