summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-03-05 16:04:56 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-06 09:52:16 +0000
commit0c879974c5243c2a970b0baee4d13e534a4f75d5 (patch)
tree0400df3010ebd46e346d0b7be023b3937f911a0a /meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb
parent44913cfab42856b8f40e13bac76c5abfa1df0cb2 (diff)
downloadpoky-0c879974c5243c2a970b0baee4d13e534a4f75d5.tar.gz
autoconf-archive: upgrade 2022.09.03 -> 2023.02.20
Changelog: ========== ax_have_qt: bump serial number Merge pull request #262 from bastien-roucaries/fromdebian20200930 Fix AX_HAVE_QT ax_have_qt: bump serial number Merge pull request #266 from netfab/fix-ax_have_qt AX_HAVE_QT: remove qmake stash file before rmdir ax_python_devel: bump serial number Merge pull request #267 from bastien-roucaries/fromdebian20221118 Fix ax_python_devel serial 32 fails with current python3 ax_add_fortify_source: fix formatting ax_check_sign: bump serial number ax_cxx_compile_stdcxx: bump serial number ax_c_restrict: fix formatting Merge pull request #268 from omoerbeek/master ax_check_sign: Avoid an unused warning Merge pull request #269 from rurban/fortify3 AX_ADD_FORTIFY_SOURCE: add -D_FORTIFY_SOURCE=3 check Merge pull request #270 from rurban/swig fix SWIG_LIB windows newline Merge pull request #271 from rurban/restrict Add ax_c_restrict Merge pull request #272 from ojwb/fix-AX_CXX_COMPILE_STDCXX-for-MSVC-C++17 AX_CXX_COMPILE_STDCXX: Fix MSVC with C++17 or later Merge pull request #264 from thesamesam/clang-16 Clang 16 fixes (From OE-Core rev: 4aa95afd64ce3cd4caba6f68d6b8aeeea606138a) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb')
-rw-r--r--meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb
new file mode 100644
index 0000000000..6ba7cdf3fe
--- /dev/null
+++ b/meta/recipes-devtools/autoconf-archive/autoconf-archive_2023.02.20.bb
@@ -0,0 +1,17 @@
1SUMMARY = "a collection of freely re-usable Autoconf macros"
2HOMEPAGE = "http://www.gnu.org/software/autoconf-archive/"
3SECTION = "devel"
4LICENSE = "GPL-3.0-with-autoconf-exception"
5LIC_FILES_CHKSUM = "file://COPYING;md5=11cc2d3ee574f9d6b7ee797bdce4d423 \
6 file://COPYING.EXCEPTION;md5=fdef168ebff3bc2f13664c365a5fb515"
7
8SRC_URI = "${GNU_MIRROR}/${BPN}/${BPN}-${PV}.tar.xz"
9SRC_URI[sha256sum] = "71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33"
10
11inherit autotools allarch texinfo
12
13PACKAGES = "${PN} ${PN}-doc"
14
15FILES:${PN} += "${datadir}/aclocal"
16
17BBCLASSEXTEND = "native nativesdk"