summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorZheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>2019-11-06 20:09:30 +0800
committerKhem Raj <raj.khem@gmail.com>2019-11-06 19:58:01 -0800
commitb749aee2b0b8b006afc263b51869849f4ff01c65 (patch)
treeefd9d389bc2678ce22352f87642f0aa42d3d24b2
parentc693c2c932700f474da2be5d596c590121560c13 (diff)
downloadmeta-openembedded-b749aee2b0b8b006afc263b51869849f4ff01c65.tar.gz
byacc: upgrade 20190617 -> 20191103
1) Update 0001-byacc-do-not-reorder-CC-and-CFLAGS.patch for new version. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch35
-rw-r--r--meta-oe/recipes-extended/byacc/byacc_20191103.bb (renamed from meta-oe/recipes-extended/byacc/byacc_20190617.bb)4
2 files changed, 21 insertions, 18 deletions
diff --git a/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch b/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
index 24864ea60..c7830ed90 100644
--- a/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
+++ b/meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch
@@ -12,16 +12,19 @@ Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
12 12
13Update for 20190617. 13Update for 20190617.
14Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> 14Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
15
16Update for 20191103.
17Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
15--- 18---
16 aclocal.m4 | 1 - 19 aclocal.m4 | 1 -
17 configure | 259 ------------------------------------------------------------- 20 configure | 259 -------------------------------------------------------------
18 2 files changed, 260 deletions(-) 21 2 files changed, 260 deletions(-)
19 22
20diff --git a/aclocal.m4 b/aclocal.m4 23diff --git a/aclocal.m4 b/aclocal.m4
21index 338465f..3311057 100644 24index b90cfe6..413ea9c 100644
22--- a/aclocal.m4 25--- a/aclocal.m4
23+++ b/aclocal.m4 26+++ b/aclocal.m4
24@@ -1231,7 +1231,6 @@ CF_GCC_VERSION 27@@ -1232,7 +1232,6 @@ CF_GCC_VERSION
25 CF_ACVERSION_CHECK(2.52, 28 CF_ACVERSION_CHECK(2.52,
26 [AC_PROG_CC_STDC], 29 [AC_PROG_CC_STDC],
27 [CF_ANSI_CC_REQD]) 30 [CF_ANSI_CC_REQD])
@@ -30,20 +33,20 @@ index 338465f..3311057 100644
30 dnl --------------------------------------------------------------------------- 33 dnl ---------------------------------------------------------------------------
31 dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19 34 dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19
32diff --git a/configure b/configure 35diff --git a/configure b/configure
33index ebb1f0f..a56cb17 100755 36index ec77bba..234f271 100755
34--- a/configure 37--- a/configure
35+++ b/configure 38+++ b/configure
36@@ -1957,265 +1957,6 @@ esac 39@@ -2059,265 +2059,6 @@ esac
37 # This should have been defined by AC_PROG_CC 40 # This should have been defined by AC_PROG_CC
38 : ${CC:=cc} 41 : ${CC:=cc}
39 42
40-echo "$as_me:1960: checking \$CFLAGS variable" >&5 43-echo "$as_me:2062: checking \$CFLAGS variable" >&5
41-echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6 44-echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6
42-case "x$CFLAGS" in 45-case "x$CFLAGS" in
43-(*-[IUD]*) 46-(*-[IUD]*)
44- echo "$as_me:1964: result: broken" >&5 47- echo "$as_me:2066: result: broken" >&5
45-echo "${ECHO_T}broken" >&6 48-echo "${ECHO_T}broken" >&6
46- { echo "$as_me:1966: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5 49- { echo "$as_me:2068: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5
47-echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;} 50-echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;}
48- cf_flags="$CFLAGS" 51- cf_flags="$CFLAGS"
49- CFLAGS= 52- CFLAGS=
@@ -151,18 +154,18 @@ index ebb1f0f..a56cb17 100755
151- done 154- done
152- ;; 155- ;;
153-(*) 156-(*)
154- echo "$as_me:2074: result: ok" >&5 157- echo "$as_me:2176: result: ok" >&5
155-echo "${ECHO_T}ok" >&6 158-echo "${ECHO_T}ok" >&6
156- ;; 159- ;;
157-esac 160-esac
158- 161-
159-echo "$as_me:2079: checking \$CC variable" >&5 162-echo "$as_me:2181: checking \$CC variable" >&5
160-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6 163-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6
161-case "$CC" in 164-case "$CC" in
162-(*[\ \ ]-*) 165-(*[\ \ ]-*)
163- echo "$as_me:2083: result: broken" >&5 166- echo "$as_me:2185: result: broken" >&5
164-echo "${ECHO_T}broken" >&6 167-echo "${ECHO_T}broken" >&6
165- { echo "$as_me:2085: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5 168- { echo "$as_me:2187: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
166-echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;} 169-echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;}
167- # humor him... 170- # humor him...
168- cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'` 171- cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
@@ -279,24 +282,24 @@ index ebb1f0f..a56cb17 100755
279- done 282- done
280- test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6 283- test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6
281- 284-
282-echo "${as_me:-configure}:2202: testing resulting CC: '$CC' ..." 1>&5 285-echo "${as_me:-configure}:2304: testing resulting CC: '$CC' ..." 1>&5
283- 286-
284- test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6 287- test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6
285- 288-
286-echo "${as_me:-configure}:2206: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5 289-echo "${as_me:-configure}:2308: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
287- 290-
288- test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6 291- test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6
289- 292-
290-echo "${as_me:-configure}:2210: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5 293-echo "${as_me:-configure}:2312: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
291- 294-
292- ;; 295- ;;
293-(*) 296-(*)
294- echo "$as_me:2214: result: ok" >&5 297- echo "$as_me:2316: result: ok" >&5
295-echo "${ECHO_T}ok" >&6 298-echo "${ECHO_T}ok" >&6
296- ;; 299- ;;
297-esac 300-esac
298- 301-
299 echo "$as_me:2219: checking whether ${MAKE-make} sets \${MAKE}" >&5 302 echo "$as_me:2321: checking whether ${MAKE-make} sets \${MAKE}" >&5
300 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 303 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
301 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 304 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
302-- 305--
diff --git a/meta-oe/recipes-extended/byacc/byacc_20190617.bb b/meta-oe/recipes-extended/byacc/byacc_20191103.bb
index 2834b7c5e..eae4618e2 100644
--- a/meta-oe/recipes-extended/byacc/byacc_20190617.bb
+++ b/meta-oe/recipes-extended/byacc/byacc_20191103.bb
@@ -7,6 +7,6 @@ LICENSE = "PD"
7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=3eb7c635434fafe23ef30fc263e63b2f" 7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=3eb7c635434fafe23ef30fc263e63b2f"
8require byacc.inc 8require byacc.inc
9 9
10SRC_URI[md5sum] = "17b3f7e7ed570d785b145064d99df615" 10SRC_URI[md5sum] = "84ffe59166f67bbe147a6f502c7af309"
11SRC_URI[sha256sum] = "f87868167b920bf2cb30fc32b62f63ae15671181ef329226d1063100be02518d" 11SRC_URI[sha256sum] = "d291fb34816f45079067366b7f7300ffbf9f7e3f1aaf6d509b84442d065d11b9"
12 12