From: Wang Mingyu Date: Tue, 17 Dec 2024 08:58:00 +0000 (+0800) Subject: libxxf86vm: upgrade 1.1.5 -> 1.1.6 X-Git-Tag: yocto-5.2~962 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0166ebe277e2620c3568ed5f02ae0e12cd71b096;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git libxxf86vm: upgrade 1.1.5 -> 1.1.6 Changelog: =========== - Add -no-undefined flag to LDFLAGS to fix Windows builds - Add X.Org's standard C warning flags to AM_CFLAGS - configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL - Remove "All rights reserved" from Oracle copyright notices Signed-off-by: Wang Mingyu Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.6.bb similarity index 85% rename from meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb rename to meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.6.bb index 16fd29ebcdd..bde3ad3ad36 100644 --- a/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.5.bb +++ b/meta/recipes-graphics/xorg-lib/libxxf86vm_1.1.6.bb @@ -15,6 +15,6 @@ DEPENDS += "libxext xorgproto" PE = "1" XORG_PN = "libXxf86vm" -SRC_URI[sha256sum] = "247fef48b3e0e7e67129e41f1e789e8d006ba47dba1c0cdce684b9b703f888e7" +SRC_URI[sha256sum] = "96af414c73ce1d5449ad04be7f9f27fa8330f844b6dda843ef22e3e1befb3ee3" BBCLASSEXTEND = "native nativesdk"