diff options
author | Kai Kang <kai.kang@windriver.com> | 2018-11-07 02:56:28 -0500 |
---|---|---|
committer | Jia Zhang <zhang.jia@linux.alibaba.com> | 2018-11-07 17:09:00 +0800 |
commit | 66d764ad2b4cc372f5ba0c51e1bffe5c670444d7 (patch) | |
tree | a0c574bb86216b1ea3287bbf43bc80306503e435 | |
parent | 37a59625e5cc1cebb95427fdbc86826e02d7e065 (diff) | |
download | meta-secure-core-66d764ad2b4cc372f5ba0c51e1bffe5c670444d7.tar.gz |
mtree: update context of configure.ac-automake-error.patch
It shows warning when apply configure.ac-automake-error.patch:
| WARNING: mtree-1.0.3+gitAUTOINC+4f3e901aea-r0 do_patch:
| ...
| Details:
| Applying patch configure.ac-automake-error.patch
| patching file configure.ac
| Hunk #1 succeeded at 4 with fuzz 2 (offset -2 lines).
Update context of configure.ac-automake-error.patch to sync with current
mtree source codes.
Signed-off-by: Kai Kang <kai.kang@windriver.com>
-rw-r--r-- | meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch b/meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch index 41d9025..823468a 100644 --- a/meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch +++ b/meta-ids/recipes-ids/mtree/mtree/configure.ac-automake-error.patch | |||
@@ -18,18 +18,18 @@ Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | |||
18 | 1 file changed, 1 insertion(+), 1 deletion(-) | 18 | 1 file changed, 1 insertion(+), 1 deletion(-) |
19 | 19 | ||
20 | diff --git a/configure.ac b/configure.ac | 20 | diff --git a/configure.ac b/configure.ac |
21 | index bf228df..dc10bff 100644 | 21 | index 00cfc4a..dc59f73 100644 |
22 | --- a/configure.ac | 22 | --- a/configure.ac |
23 | +++ b/configure.ac | 23 | +++ b/configure.ac |
24 | @@ -6,7 +6,7 @@ | 24 | @@ -4,7 +4,7 @@ |
25 | 25 | ||
26 | AC_INIT([mtree Utility for creating and verifying file hierarchies], [1.0.2], [http://www.freebsd.org/], [mtree]) | 26 | AC_INIT([mtree Utility for creating and verifying file hierarchies], [1.0.3], [http://www.freebsd.org/], [mtree]) |
27 | AC_CONFIG_AUX_DIR(scripts) | 27 | AC_CONFIG_AUX_DIR(scripts) |
28 | -AM_INIT_AUTOMAKE | 28 | -AM_INIT_AUTOMAKE |
29 | +AM_INIT_AUTOMAKE([foreign]) | 29 | +AM_INIT_AUTOMAKE([foreign]) |
30 | dnl AM_MAINTAINER_MODE | 30 | dnl AM_MAINTAINER_MODE |
31 | AC_PREREQ(2.59) | 31 | AC_PREREQ(2.59) |
32 | AC_REVISION($Id: configure.ac 15 2013-05-30 15:29:35Z archie.cobbs $) | 32 | AC_PREFIX_DEFAULT(/usr) |
33 | -- | 33 | -- |
34 | 1.7.9.5 | 34 | 1.7.9.5 |
35 | 35 | ||