diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2017-03-14 01:45:43 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-17 16:53:05 +0000 |
commit | 1accf1f22101ff244e2d48221969d6e28ceba0f5 (patch) | |
tree | bd8d5d0e3aaafb05c838f7b09b64fa2db931c310 /meta/recipes-devtools | |
parent | 08dfb8930158a2b34d530ea188f757a4a81b55c1 (diff) | |
download | poky-1accf1f22101ff244e2d48221969d6e28ceba0f5.tar.gz |
autogen-native: config/libopts.m4
It was out of date compared to config/libopts.def, so regenerate it via
"autogen config/libopts.def" command.
(From OE-Core rev: 221403f6e73c2bea327f3df4e8b76c11e5dd8aa7)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/autogen/autogen-native_5.18.12.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch | 39 |
2 files changed, 40 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autogen/autogen-native_5.18.12.bb b/meta/recipes-devtools/autogen/autogen-native_5.18.12.bb index cf1744c8c0..0004389b11 100644 --- a/meta/recipes-devtools/autogen/autogen-native_5.18.12.bb +++ b/meta/recipes-devtools/autogen/autogen-native_5.18.12.bb | |||
@@ -12,6 +12,7 @@ SRC_URI = "${GNU_MIRROR}/autogen/rel${PV}/autogen-${PV}.tar.gz \ | |||
12 | file://increase-timeout-limit.patch \ | 12 | file://increase-timeout-limit.patch \ |
13 | file://mk-tpl-config.sh-force-exit-value-to-be-0-in-subproc.patch \ | 13 | file://mk-tpl-config.sh-force-exit-value-to-be-0-in-subproc.patch \ |
14 | file://fix-script-err-when-processing-libguile.patch \ | 14 | file://fix-script-err-when-processing-libguile.patch \ |
15 | file://0001-config-libopts.m4-regenerate-it-from-config-libopts..patch \ | ||
15 | " | 16 | " |
16 | 17 | ||
17 | SRC_URI[md5sum] = "551d15ccbf5b5fc5658da375d5003389" | 18 | SRC_URI[md5sum] = "551d15ccbf5b5fc5658da375d5003389" |
diff --git a/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch b/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch new file mode 100644 index 0000000000..a14018e339 --- /dev/null +++ b/meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch | |||
@@ -0,0 +1,39 @@ | |||
1 | From 45040e7d268329ebc40e6cb237c64a6637cfab5c Mon Sep 17 00:00:00 2001 | ||
2 | From: Robert Yang <liezhi.yang@windriver.com> | ||
3 | Date: Mon, 13 Mar 2017 20:22:10 -0700 | ||
4 | Subject: [PATCH] config/libopts.m4: regenerate it from config/libopts.def | ||
5 | |||
6 | It was out of date compared to config/libopts.def, so regenerate it via | ||
7 | "autogen config/libopts.def" command. | ||
8 | |||
9 | Upstream-Status: Pending | ||
10 | |||
11 | Signed-off-by: Robert Yang <liezhi.yang@windriver.com> | ||
12 | --- | ||
13 | config/libopts.m4 | 3 ++- | ||
14 | 1 file changed, 2 insertions(+), 1 deletion(-) | ||
15 | |||
16 | diff --git a/config/libopts.m4 b/config/libopts.m4 | ||
17 | index c7ba4f3..51e6a39 100644 | ||
18 | --- a/config/libopts.m4 | ||
19 | +++ b/config/libopts.m4 | ||
20 | @@ -2,7 +2,7 @@ dnl -*- buffer-read-only: t -*- vi: set ro: | ||
21 | dnl | ||
22 | dnl DO NOT EDIT THIS FILE (libopts.m4) | ||
23 | dnl | ||
24 | -dnl It has been AutoGen-ed | ||
25 | +dnl It has been AutoGen-ed March 13, 2017 at 08:21:21 PM by AutoGen 5.18 | ||
26 | dnl From the definitions libopts.def | ||
27 | dnl and the template file conftest.tpl | ||
28 | dnl | ||
29 | @@ -114,6 +114,7 @@ AC_DEFUN([INVOKE_LIBOPTS_MACROS_FIRST],[ | ||
30 | AC_PROG_SED | ||
31 | [while : | ||
32 | do | ||
33 | + test -x "$POSIX_SHELL" && break | ||
34 | POSIX_SHELL=`which bash` | ||
35 | test -x "$POSIX_SHELL" && break | ||
36 | POSIX_SHELL=`which dash` | ||
37 | -- | ||
38 | 2.10.2 | ||
39 | |||