diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-08-02 21:41:06 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-08-06 09:12:15 -0700 |
| commit | 11d5fe77c874f3edce5d3d6bd8ecedba1ba77f90 (patch) | |
| tree | a22810929401f5154b29895c612493c556f8de97 | |
| parent | eb7b368ffce0ae5571a606c58bda9a61b08b81fb (diff) | |
| download | meta-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/" | |||
| 5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" | 5 | BUGTRACKER = "https://github.com/michaelrsweet/mxml/issues" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https" | 7 | SRC_URI = "git://github.com/michaelrsweet/mxml.git;nobranch=1;protocol=https" |
| 8 | SRCREV = "0237559fdbcecae34157b547aa2b99e12de305a2" | 8 | SRCREV = "fd47c7d115191c8a6bce2c781ffee41e179530f2" |
| 9 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
| 10 | 10 | ||
| 11 | inherit autotools | 11 | inherit autotools |
