aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/satyr
diff options
context:
space:
mode:
authorwangmy <wangmy@fujitsu.com>2021-12-20 23:02:21 +0800
committerKhem Raj <raj.khem@gmail.com>2021-12-21 18:49:37 -0800
commit917d6c301a8e648e9037dcdd72b3b93806cb9282 (patch)
treeddabab3b1d30fb65eea9954a40a0de45a85e2062 /meta-oe/recipes-support/satyr
parentc581dc38d7bd1481a4251b99e0984fe05f53569a (diff)
downloadmeta-openembedded-contrib-917d6c301a8e648e9037dcdd72b3b93806cb9282.tar.gz
satyr: upgrade 0.38 -> 0.39
Changelog: ========= Use g_malloc() and g_free() instead of malloc()/free() in many instances Fix call to a deprecated in Python tests Add test case for sr_rpm_package_cmp() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/satyr')
-rw-r--r--meta-oe/recipes-support/satyr/satyr_0.39.bb (renamed from meta-oe/recipes-support/satyr/satyr_0.38.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/satyr/satyr_0.38.bb b/meta-oe/recipes-support/satyr/satyr_0.39.bb
index 4cfa977c80..732a1440e0 100644
--- a/meta-oe/recipes-support/satyr/satyr_0.38.bb
+++ b/meta-oe/recipes-support/satyr/satyr_0.39.bb
@@ -10,7 +10,7 @@ inherit autotools-brokensep python3native pkgconfig
SRC_URI = "git://github.com/abrt/satyr.git;branch=master;protocol=https \
file://0002-fix-compile-failure-against-musl-C-library.patch \
"
-SRCREV = "ad0030f071b7ce7eb748eca3c31cb381038e2b21"
+SRCREV = "f8a0dbfe7fcc6e44f03d66ca5c81363aea318380"
S = "${WORKDIR}/git"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"