From f9f868e3e3d023e80b20fd3c46884d72a503104a Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Tue, 7 Jan 2020 18:13:02 +0100 Subject: [PATCH] libmxml: upgrade 3.0 -> 3.1 See https://github.com/michaelrsweet/mxml/releases/tag/v3.1 Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- .../recipes-support/libmxml/{libmxml_3.0.bb => libmxml_3.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libmxml/{libmxml_3.0.bb => libmxml_3.1.bb} (95%) diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.0.bb b/meta-oe/recipes-support/libmxml/libmxml_3.1.bb similarity index 95% rename from meta-oe/recipes-support/libmxml/libmxml_3.0.bb rename to meta-oe/recipes-support/libmxml/libmxml_3.1.bb index 5ca2dda323..4e77d6cc02 100644 --- a/meta-oe/recipes-support/libmxml/libmxml_3.0.bb +++ b/meta-oe/recipes-support/libmxml/libmxml_3.1.bb @@ -5,7 +5,7 @@ HOMEPAGE = "https://www.msweet.org/mxml/" BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" SRC_URI = "git://github.com/michaelrsweet/mxml.git" -SRCREV = "c7755b6992a2afdd34dde47fc9be97f1237cfded" +SRCREV = "e483e5fd8a33386fd46967681521bdd2da2b548f" S = "${WORKDIR}/git" inherit autotools