summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch39
-rw-r--r--meta-oe/recipes-extended/byacc/byacc_20200910.bb (renamed from meta-oe/recipes-extended/byacc/byacc_20200330.bb)4
2 files changed, 23 insertions, 20 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 c7830ed903..5dcc6afdfe 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
@@ -15,16 +15,19 @@ Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
15 15
16Update for 20191103. 16Update for 20191103.
17Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> 17Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
18
19Update for 20200910.
20Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
18--- 21---
19 aclocal.m4 | 1 - 22 aclocal.m4 | 1 -
20 configure | 259 ------------------------------------------------------------- 23 configure | 259 -----------------------------------------------------
21 2 files changed, 260 deletions(-) 24 2 files changed, 260 deletions(-)
22 25
23diff --git a/aclocal.m4 b/aclocal.m4 26diff --git a/aclocal.m4 b/aclocal.m4
24index b90cfe6..413ea9c 100644 27index 1c6a3ee..2f7e9b5 100644
25--- a/aclocal.m4 28--- a/aclocal.m4
26+++ b/aclocal.m4 29+++ b/aclocal.m4
27@@ -1232,7 +1232,6 @@ CF_GCC_VERSION 30@@ -1317,7 +1317,6 @@ CF_GCC_VERSION
28 CF_ACVERSION_CHECK(2.52, 31 CF_ACVERSION_CHECK(2.52,
29 [AC_PROG_CC_STDC], 32 [AC_PROG_CC_STDC],
30 [CF_ANSI_CC_REQD]) 33 [CF_ANSI_CC_REQD])
@@ -33,20 +36,20 @@ index b90cfe6..413ea9c 100644
33 dnl --------------------------------------------------------------------------- 36 dnl ---------------------------------------------------------------------------
34 dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19 37 dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19
35diff --git a/configure b/configure 38diff --git a/configure b/configure
36index ec77bba..234f271 100755 39index 378f27d..8f40229 100755
37--- a/configure 40--- a/configure
38+++ b/configure 41+++ b/configure
39@@ -2059,265 +2059,6 @@ esac 42@@ -2066,265 +2066,6 @@ esac
40 # This should have been defined by AC_PROG_CC 43 # This should have been defined by AC_PROG_CC
41 : ${CC:=cc} 44 : ${CC:=cc}
42 45
43-echo "$as_me:2062: checking \$CFLAGS variable" >&5 46-echo "$as_me:2069: checking \$CFLAGS variable" >&5
44-echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6 47-echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6
45-case "x$CFLAGS" in 48-case "x$CFLAGS" in
46-(*-[IUD]*) 49-(*-[IUD]*)
47- echo "$as_me:2066: result: broken" >&5 50- echo "$as_me:2073: result: broken" >&5
48-echo "${ECHO_T}broken" >&6 51-echo "${ECHO_T}broken" >&6
49- { echo "$as_me:2068: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5 52- { echo "$as_me:2075: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5
50-echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;} 53-echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;}
51- cf_flags="$CFLAGS" 54- cf_flags="$CFLAGS"
52- CFLAGS= 55- CFLAGS=
@@ -154,18 +157,18 @@ index ec77bba..234f271 100755
154- done 157- done
155- ;; 158- ;;
156-(*) 159-(*)
157- echo "$as_me:2176: result: ok" >&5 160- echo "$as_me:2183: result: ok" >&5
158-echo "${ECHO_T}ok" >&6 161-echo "${ECHO_T}ok" >&6
159- ;; 162- ;;
160-esac 163-esac
161- 164-
162-echo "$as_me:2181: checking \$CC variable" >&5 165-echo "$as_me:2188: checking \$CC variable" >&5
163-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6 166-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6
164-case "$CC" in 167-case "$CC" in
165-(*[\ \ ]-*) 168-(*[\ \ ]-*)
166- echo "$as_me:2185: result: broken" >&5 169- echo "$as_me:2192: result: broken" >&5
167-echo "${ECHO_T}broken" >&6 170-echo "${ECHO_T}broken" >&6
168- { echo "$as_me:2187: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5 171- { echo "$as_me:2194: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
169-echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;} 172-echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;}
170- # humor him... 173- # humor him...
171- cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'` 174- cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
@@ -282,26 +285,26 @@ index ec77bba..234f271 100755
282- done 285- done
283- test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6 286- test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6
284- 287-
285-echo "${as_me:-configure}:2304: testing resulting CC: '$CC' ..." 1>&5 288-echo "${as_me:-configure}:2311: testing resulting CC: '$CC' ..." 1>&5
286- 289-
287- test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6 290- test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6
288- 291-
289-echo "${as_me:-configure}:2308: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5 292-echo "${as_me:-configure}:2315: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
290- 293-
291- test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6 294- test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6
292- 295-
293-echo "${as_me:-configure}:2312: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5 296-echo "${as_me:-configure}:2319: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
294- 297-
295- ;; 298- ;;
296-(*) 299-(*)
297- echo "$as_me:2316: result: ok" >&5 300- echo "$as_me:2323: result: ok" >&5
298-echo "${ECHO_T}ok" >&6 301-echo "${ECHO_T}ok" >&6
299- ;; 302- ;;
300-esac 303-esac
301- 304-
302 echo "$as_me:2321: checking whether ${MAKE-make} sets \${MAKE}" >&5 305 echo "$as_me:2328: checking whether ${MAKE-make} sets \${MAKE}" >&5
303 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 306 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
304 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 307 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
305-- 308--
3062.7.4 3092.25.1
307 310
diff --git a/meta-oe/recipes-extended/byacc/byacc_20200330.bb b/meta-oe/recipes-extended/byacc/byacc_20200910.bb
index 975311c926..b7640ffca6 100644
--- a/meta-oe/recipes-extended/byacc/byacc_20200330.bb
+++ b/meta-oe/recipes-extended/byacc/byacc_20200910.bb
@@ -7,5 +7,5 @@ LICENSE = "PD"
7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=262857ec5923f073fa06a1f1812225ea" 7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=262857ec5923f073fa06a1f1812225ea"
8require byacc.inc 8require byacc.inc
9 9
10SRC_URI[md5sum] = "decf6e6b82ea2efae6bbad32d7777da8" 10SRC_URI[md5sum] = "5726a5a655c6fd4e8f950552cceeae29"
11SRC_URI[sha256sum] = "e099e2dd8a684d739ac6b9a0e43d468314a5bc34fd21466502d120b18df51fb0" 11SRC_URI[sha256sum] = "0a5906073aeaf23ddc20aaac0ea61cb5ccc18572870b113375dec4ffe85ecf30"