From: wangmy Date: Wed, 15 Jun 2022 08:16:03 +0000 (+0800) Subject: musl-obstack: upgrade 1.1 -> 1.2 X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~3856 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a34986755a57b6467e78eb91042bb46f588b6856;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git musl-obstack: upgrade 1.1 -> 1.2 Changelog: ========= Use obstack.c and obstack.h from gcc-10.2.0 libiberty. Add AC_CONFIG_HEADERS to configure.ac and make ./bootstrap.sh create config.h.in. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/musl/musl-obstack.bb b/meta/recipes-core/musl/musl-obstack.bb index 4df24c013be..5c95ddbc945 100644 --- a/meta/recipes-core/musl/musl-obstack.bb +++ b/meta/recipes-core/musl/musl-obstack.bb @@ -8,8 +8,8 @@ LICENSE = "GPL-2.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=3d23e4eef8243efcaab6f0a438078932" SECTION = "libs" -PV = "1.1" -SRCREV = "d2ad66b0df44a4b784956f7f7f2717131ddc05f4" +PV = "1.2" +SRCREV = "466f773fe171da427e28be79b9cf48ccfddfb7e2" SRC_URI = "git://github.com/pullmoll/musl-obstack;branch=master;protocol=https" UPSTREAM_CHECK_COMMITS = "1"