summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2025-01-07 17:01:31 +0800
committerKhem Raj <raj.khem@gmail.com>2025-01-07 09:33:14 -0800
commitbe2c8c1f0bb91db3e03a9a7eac7c1d46f3fb6e11 (patch)
tree2fac8e6a4703f7237b8f9ba2859b81848972150b /meta-oe/recipes-extended
parentef3aa56f795ceba345171c6289649fdfc9d1fd74 (diff)
downloadmeta-openembedded-be2c8c1f0bb91db3e03a9a7eac7c1d46f3fb6e11.tar.gz
byacc: upgrade 20230219 -> 20241231
0001-byacc-do-not-reorder-CC-and-CFLAGS.patch refreshed for 20241231 Licese-Update: copyright year updated to 2024 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-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_20241231.bb (renamed from meta-oe/recipes-extended/byacc/byacc_20230219.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 f761ccbdc8..53aabd6035 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
@@ -24,16 +24,19 @@ Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
24 24
25Update for 20210201 25Update for 20210201
26Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> 26Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
27
28Update for 20241231
29Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
27--- 30---
28 aclocal.m4 | 1 - 31 aclocal.m4 | 1 -
29 configure | 259 ----------------------------------------------------- 32 configure | 259 -----------------------------------------------------
30 2 files changed, 260 deletions(-) 33 2 files changed, 260 deletions(-)
31 34
32diff --git a/aclocal.m4 b/aclocal.m4 35diff --git a/aclocal.m4 b/aclocal.m4
33index 832d0c8..63b03f2 100644 36index 5c83bbd..ab3ffe7 100644
34--- a/aclocal.m4 37--- a/aclocal.m4
35+++ b/aclocal.m4 38+++ b/aclocal.m4
36@@ -1421,7 +1421,6 @@ CF_GCC_VERSION 39@@ -1762,7 +1762,6 @@ CF_GCC_VERSION
37 CF_ACVERSION_CHECK(2.52, 40 CF_ACVERSION_CHECK(2.52,
38 [AC_PROG_CC_STDC], 41 [AC_PROG_CC_STDC],
39 [CF_ANSI_CC_REQD]) 42 [CF_ANSI_CC_REQD])
@@ -42,20 +45,20 @@ index 832d0c8..63b03f2 100644
42 dnl --------------------------------------------------------------------------- 45 dnl ---------------------------------------------------------------------------
43 dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19 46 dnl CF_PROG_GROFF version: 3 updated: 2018/01/07 13:16:19
44diff --git a/configure b/configure 47diff --git a/configure b/configure
45index cb47b4c..c72b6e4 100755 48index da9a5c5..65ee092 100755
46--- a/configure 49--- a/configure
47+++ b/configure 50+++ b/configure
48@@ -2144,265 +2144,6 @@ esac 51@@ -2152,265 +2152,6 @@ esac
49 # This should have been defined by AC_PROG_CC 52 # This should have been defined by AC_PROG_CC
50 : "${CC:=cc}" 53 : "${CC:=cc}"
51 54
52-echo "$as_me:2147: checking \$CFLAGS variable" >&5 55-echo "$as_me:2155: checking \$CFLAGS variable" >&5
53-echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6 56-echo $ECHO_N "checking \$CFLAGS variable... $ECHO_C" >&6
54-case "x$CFLAGS" in 57-case "x$CFLAGS" in
55-(*-[IUD]*) 58-(*-[IUD]*)
56- echo "$as_me:2151: result: broken" >&5 59- echo "$as_me:2159: result: broken" >&5
57-echo "${ECHO_T}broken" >&6 60-echo "${ECHO_T}broken" >&6
58- { echo "$as_me:2153: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5 61- { echo "$as_me:2161: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&5
59-echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;} 62-echo "$as_me: WARNING: your environment uses the CFLAGS variable to hold CPPFLAGS options" >&2;}
60- cf_flags="$CFLAGS" 63- cf_flags="$CFLAGS"
61- CFLAGS= 64- CFLAGS=
@@ -163,22 +166,22 @@ index cb47b4c..c72b6e4 100755
163- done 166- done
164- ;; 167- ;;
165-(*) 168-(*)
166- echo "$as_me:2261: result: ok" >&5 169- echo "$as_me:2269: result: ok" >&5
167-echo "${ECHO_T}ok" >&6 170-echo "${ECHO_T}ok" >&6
168- ;; 171- ;;
169-esac 172-esac
170- 173-
171-echo "$as_me:2266: checking \$CC variable" >&5 174-echo "$as_me:2274: checking \$CC variable" >&5
172-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6 175-echo $ECHO_N "checking \$CC variable... $ECHO_C" >&6
173-case "$CC" in 176-case "$CC" in
174-(*[\ \ ]-*) 177-(*[\ \ ]-*)
175- echo "$as_me:2270: result: broken" >&5 178- echo "$as_me:2278: result: broken" >&5
176-echo "${ECHO_T}broken" >&6 179-echo "${ECHO_T}broken" >&6
177- { echo "$as_me:2272: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5 180- { echo "$as_me:2280: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&5
178-echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;} 181-echo "$as_me: WARNING: your environment uses the CC variable to hold CFLAGS/CPPFLAGS options" >&2;}
179- # humor him... 182- # humor him...
180- cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'` 183- cf_prog=`echo "$CC" | sed -e 's/ / /g' -e 's/[ ]* / /g' -e 's/[ ]*[ ]-[^ ].*//'`
181- cf_flags=`echo "$CC" | ${AWK:-awk} -v prog="$cf_prog" '{ printf("%s", substr($0,1+length(prog))); }'` 184- cf_flags=`echo "$CC" | sed -e "s%^$cf_prog%%"`
182- CC="$cf_prog" 185- CC="$cf_prog"
183- for cf_arg in $cf_flags 186- for cf_arg in $cf_flags
184- do 187- do
@@ -291,26 +294,26 @@ index cb47b4c..c72b6e4 100755
291- done 294- done
292- test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6 295- test -n "$verbose" && echo " resulting CC: '$CC'" 1>&6
293- 296-
294-echo "${as_me:-configure}:2389: testing resulting CC: '$CC' ..." 1>&5 297-echo "${as_me:-configure}:2397: testing resulting CC: '$CC' ..." 1>&5
295- 298-
296- test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6 299- test -n "$verbose" && echo " resulting CFLAGS: '$CFLAGS'" 1>&6
297- 300-
298-echo "${as_me:-configure}:2393: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5 301-echo "${as_me:-configure}:2401: testing resulting CFLAGS: '$CFLAGS' ..." 1>&5
299- 302-
300- test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6 303- test -n "$verbose" && echo " resulting CPPFLAGS: '$CPPFLAGS'" 1>&6
301- 304-
302-echo "${as_me:-configure}:2397: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5 305-echo "${as_me:-configure}:2405: testing resulting CPPFLAGS: '$CPPFLAGS' ..." 1>&5
303- 306-
304- ;; 307- ;;
305-(*) 308-(*)
306- echo "$as_me:2401: result: ok" >&5 309- echo "$as_me:2409: result: ok" >&5
307-echo "${ECHO_T}ok" >&6 310-echo "${ECHO_T}ok" >&6
308- ;; 311- ;;
309-esac 312-esac
310- 313-
311 echo "$as_me:2406: checking whether ${MAKE-make} sets \${MAKE}" >&5 314 echo "$as_me:2414: checking whether ${MAKE-make} sets \${MAKE}" >&5
312 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6 315 echo $ECHO_N "checking whether ${MAKE-make} sets \${MAKE}... $ECHO_C" >&6
313 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'` 316 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,./+-,__p_,'`
314-- 317--
3152.34.1 3182.43.0
316 319
diff --git a/meta-oe/recipes-extended/byacc/byacc_20230219.bb b/meta-oe/recipes-extended/byacc/byacc_20241231.bb
index 614bcaf646..8d74dbb83e 100644
--- a/meta-oe/recipes-extended/byacc/byacc_20230219.bb
+++ b/meta-oe/recipes-extended/byacc/byacc_20241231.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=b56b7454f5f865de2e6e35ee2185b461" 7LIC_FILES_CHKSUM = "file://package/debian/copyright;md5=6a728308869d7a7901618a5bcb970f7e"
8require byacc.inc 8require byacc.inc
9 9
10SRC_URI[sha256sum] = "36b972a6d4ae97584dd186925fbbc397d26cb20632a76c2f52ac7653cd081b58" 10SRC_URI[sha256sum] = "192c2fae048d4e7f514ba451627f9c4e612765099f819c19191f9fde3e609673"