summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autogen
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2017-03-14 01:45:43 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-17 16:53:05 +0000
commit1accf1f22101ff244e2d48221969d6e28ceba0f5 (patch)
treebd8d5d0e3aaafb05c838f7b09b64fa2db931c310 /meta/recipes-devtools/autogen
parent08dfb8930158a2b34d530ea188f757a4a81b55c1 (diff)
downloadpoky-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/autogen')
-rw-r--r--meta/recipes-devtools/autogen/autogen-native_5.18.12.bb1
-rw-r--r--meta/recipes-devtools/autogen/autogen/0001-config-libopts.m4-regenerate-it-from-config-libopts..patch39
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
17SRC_URI[md5sum] = "551d15ccbf5b5fc5658da375d5003389" 18SRC_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 @@
1From 45040e7d268329ebc40e6cb237c64a6637cfab5c Mon Sep 17 00:00:00 2001
2From: Robert Yang <liezhi.yang@windriver.com>
3Date: Mon, 13 Mar 2017 20:22:10 -0700
4Subject: [PATCH] config/libopts.m4: regenerate it from config/libopts.def
5
6It was out of date compared to config/libopts.def, so regenerate it via
7"autogen config/libopts.def" command.
8
9Upstream-Status: Pending
10
11Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
12---
13 config/libopts.m4 | 3 ++-
14 1 file changed, 2 insertions(+), 1 deletion(-)
15
16diff --git a/config/libopts.m4 b/config/libopts.m4
17index 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--
382.10.2
39