summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/byacc/byacc/0001-byacc-do-not-reorder-CC-and-CFLAGS.patch37
-rw-r--r--meta-oe/recipes-extended/byacc/byacc_20230201.bb (renamed from meta-oe/recipes-extended/byacc/byacc_20221229.bb)4
2 files changed, 22 insertions, 19 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 8365da0f90..f761ccbdc8 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
@@ -21,16 +21,19 @@ Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
21 21
22Update for 20210808. 22Update for 20210808.
23Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> 23Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
24
25Update for 20210201
26Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
24--- 27---
25 aclocal.m4 | 1 - 28 aclocal.m4 | 1 -
26 configure | 259 ----------------------------------------------------- 29 configure | 259 -----------------------------------------------------
27 2 files changed, 260 deletions(-) 30 2 files changed, 260 deletions(-)
28 31
29diff --git a/aclocal.m4 b/aclocal.m4 32diff --git a/aclocal.m4 b/aclocal.m4
30index 7a9a8fb..108b6cc 100644 33index 832d0c8..63b03f2 100644
31--- a/aclocal.m4 34--- a/aclocal.m4
32+++ b/aclocal.m4 35+++ b/aclocal.m4
33@@ -1401,7 +1401,6 @@ CF_GCC_VERSION 36@@ -1421,7 +1421,6 @@ CF_GCC_VERSION
34 CF_ACVERSION_CHECK(2.52, 37 CF_ACVERSION_CHECK(2.52,
35 [AC_PROG_CC_STDC], 38 [AC_PROG_CC_STDC],
36 [CF_ANSI_CC_REQD]) 39 [CF_ANSI_CC_REQD])
@@ -39,20 +42,20 @@ index 7a9a8fb..108b6cc 100644
39 dnl --------------------------------------------------------------------------- 42 dnl ---------------------------------------------------------------------------
40 dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19 43 dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19
41diff --git a/configure b/configure 44diff --git a/configure b/configure
42index 5b98a03..e3a4237 100755 45index cb47b4c..c72b6e4 100755
43--- a/configure 46--- a/configure
44+++ b/configure 47+++ b/configure
45@@ -2146,265 +2146,6 @@ esac 48@@ -2144,265 +2144,6 @@ esac
46 # This should have been defined by AC_PROG_CC 49 # This should have been defined by AC_PROG_CC
47 : "${CC:=cc}" 50 : "${CC:=cc}"
48 51
49-echo "$as_me:2149: checking \$CFLAGS variable" >&5 52-echo "$as_me:2147: checking \$CFLAGS variable" >&5
50-echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6 53-echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6
51-case "x$CFLAGS" in 54-case "x$CFLAGS" in
52-(*-[IUD]*) 55-(*-[IUD]*)
53- echo "$as_me:2153: result: broken" >&5 56- echo "$as_me:2151: result: broken" >&5
54-echo "${ECHO_T}broken" >&6 57-echo "${ECHO_T}broken" >&6
55- { echo "$as_me:2155: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5 58- { echo "$as_me:2153: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5
56-echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;} 59-echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;}
57- cf_flags="$CFLAGS" 60- cf_flags="$CFLAGS"
58- CFLAGS= 61- CFLAGS=
@@ -160,18 +163,18 @@ index 5b98a03..e3a4237 100755
160- done 163- done
161- ;; 164- ;;
162-(*) 165-(*)
163- echo "$as_me:2263: result: ok" >&5 166- echo "$as_me:2261: result: ok" >&5
164-echo "${ECHO_T}ok" >&6 167-echo "${ECHO_T}ok" >&6
165- ;; 168- ;;
166-esac 169-esac
167- 170-
168-echo "$as_me:2268: checking \$CC variable" >&5 171-echo "$as_me:2266: checking \$CC variable" >&5
169-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6 172-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6
170-case "$CC" in 173-case "$CC" in
171-(*[\ \ ]-*) 174-(*[\ \ ]-*)
172- echo "$as_me:2272: result: broken" >&5 175- echo "$as_me:2270: result: broken" >&5
173-echo "${ECHO_T}broken" >&6 176-echo "${ECHO_T}broken" >&6
174- { echo "$as_me:2274: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5 177- { echo "$as_me:2272: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
175-echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;} 178-echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;}
176- # humor him... 179- # humor him...
177- cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'` 180- cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
@@ -288,26 +291,26 @@ index 5b98a03..e3a4237 100755
288- done 291- done
289- test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6 292- test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6
290- 293-
291-echo "${as_me:-configure}:2391: testing resulting CC: '$CC' ..." 1>&5 294-echo "${as_me:-configure}:2389: testing resulting CC: '$CC' ..." 1>&5
292- 295-
293- test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6 296- test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6
294- 297-
295-echo "${as_me:-configure}:2395: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5 298-echo "${as_me:-configure}:2393: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
296- 299-
297- test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6 300- test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6
298- 301-
299-echo "${as_me:-configure}:2399: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5 302-echo "${as_me:-configure}:2397: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
300- 303-
301- ;; 304- ;;
302-(*) 305-(*)
303- echo "$as_me:2403: result: ok" >&5 306- echo "$as_me:2401: result: ok" >&5
304-echo "${ECHO_T}ok" >&6 307-echo "${ECHO_T}ok" >&6
305- ;; 308- ;;
306-esac 309-esac
307- 310-
308 echo "$as_me:2408: checking whether ${MAKE-make} sets \${MAKE}" >&5 311 echo "$as_me:2406: checking whether ${MAKE-make} sets \${MAKE}" >&5
309 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 312 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
310 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 313 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
311-- 314--
3122.25.1 3152.34.1
313 316
diff --git a/meta-oe/recipes-extended/byacc/byacc_20221229.bb b/meta-oe/recipes-extended/byacc/byacc_20230201.bb
index f7f75b02cf..409212e693 100644
--- a/meta-oe/recipes-extended/byacc/byacc_20221229.bb
+++ b/meta-oe/recipes-extended/byacc/byacc_20230201.bb
@@ -4,7 +4,7 @@
4# Setting to PD as this is what the upstream has it as. 4# Setting to PD as this is what the upstream has it as.
5 5
6LICENSE = "PD" 6LICENSE = "PD"
7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=62c37a10a2faf90235ee64280ad72737" 7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=b56b7454f5f865de2e6e35ee2185b461"
8require byacc.inc 8require byacc.inc
9 9
10SRC_URI[sha256sum] = "1316c6f790fafa6688427f1ff91267b61d8b7873b443c620eef69a6eff0503bc" 10SRC_URI[sha256sum] = "576cc9d9ae5e22503ed5e3582498cf2cccacef401969106420547b4d05c87d76"