From 5d67ab67b20fe3d5f6c0a46e956d5c8f5296968f Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 22 Apr 2016 13:28:12 -0400 Subject: [PATCH] libxml++: update to the latest stable version (2.38.1) Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../libxml/{libxml++-2.37.1 => libxml++}/libxml++_ptest.patch | 0 .../libxml/{libxml++-2.37.1 => libxml++}/run-ptest | 0 .../libxml/{libxml++_2.37.1.bb => libxml++_2.38.1.bb} | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-core/libxml/{libxml++-2.37.1 => libxml++}/libxml++_ptest.patch (100%) rename meta-oe/recipes-core/libxml/{libxml++-2.37.1 => libxml++}/run-ptest (100%) rename meta-oe/recipes-core/libxml/{libxml++_2.37.1.bb => libxml++_2.38.1.bb} (84%) diff --git a/meta-oe/recipes-core/libxml/libxml++-2.37.1/libxml++_ptest.patch b/meta-oe/recipes-core/libxml/libxml++/libxml++_ptest.patch similarity index 100% rename from meta-oe/recipes-core/libxml/libxml++-2.37.1/libxml++_ptest.patch rename to meta-oe/recipes-core/libxml/libxml++/libxml++_ptest.patch diff --git a/meta-oe/recipes-core/libxml/libxml++-2.37.1/run-ptest b/meta-oe/recipes-core/libxml/libxml++/run-ptest similarity index 100% rename from meta-oe/recipes-core/libxml/libxml++-2.37.1/run-ptest rename to meta-oe/recipes-core/libxml/libxml++/run-ptest diff --git a/meta-oe/recipes-core/libxml/libxml++_2.37.1.bb b/meta-oe/recipes-core/libxml/libxml++_2.38.1.bb similarity index 84% rename from meta-oe/recipes-core/libxml/libxml++_2.37.1.bb rename to meta-oe/recipes-core/libxml/libxml++_2.38.1.bb index 0ed8ee3992..20313fe56a 100644 --- a/meta-oe/recipes-core/libxml/libxml++_2.37.1.bb +++ b/meta-oe/recipes-core/libxml/libxml++_2.38.1.bb @@ -11,8 +11,8 @@ SRC_URI = "${GNOME_MIRROR}/${BPN}/${SHRT_VER}/${BP}.tar.xz \ file://libxml++_ptest.patch \ file://run-ptest \ " -SRC_URI[md5sum] = "2f9372a6eba6e40206c11f558a8fbc32" -SRC_URI[sha256sum] = "f3b183600532a92af355719210223f858857092b8b1531c7907155c59a6db39f" +SRC_URI[md5sum] = "6b16aac575725a9bc0e9d96489e9251f" +SRC_URI[sha256sum] = "882529189b03db6c69925b3f579ab1941feb4f02b5fe2612504ee7e498a4a05f" DEPENDS = "libxml2 glibmm"