summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2022-08-02 21:41:06 +0800
committerKhem Raj <raj.khem@gmail.com>2022-08-06 09:12:15 -0700
commit11d5fe77c874f3edce5d3d6bd8ecedba1ba77f90 (patch)
treea22810929401f5154b29895c612493c556f8de97
parenteb7b368ffce0ae5571a606c58bda9a61b08b81fb (diff)
downloadmeta-openembedded-11d5fe77c874f3edce5d3d6bd8ecedba1ba77f90.tar.gz
libmxml: upgrade 3.3 -> 3.3.1
Fixed POSIX thread cleanup bugs (Issue #293) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb (renamed from meta-oe/recipes-support/libmxml/libmxml_3.3.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/libmxml/libmxml_3.3.bb b/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb
index c8e2167795..b81050b25a 100644
--- a/meta-oe/recipes-support/libmxml/libmxml_3.3.bb
+++ b/meta-oe/recipes-support/libmxml/libmxml_3.3.1.bb
@@ -5,7 +5,7 @@ HOMEPAGE = "https://www.msweet.org/mxml/"
5BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" 5BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues"
6 6
7SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https" 7SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https"
8SRCREV = "0237559fdbcecae34157b547aa2b99e12de305a2" 8SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2"
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10
11inherit autotools 11inherit autotools