aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorZang Ruochen <zangrc.fnst@cn.fujitsu.com>2020-12-04 10:44:59 +0800
committerKhem Raj <raj.khem@gmail.com>2020-12-03 22:32:56 -0800
commitdb08067ebd49c3bbfd96bd7be166541aa82da611 (patch)
tree51f347334d6edf8ce3842ea53b163edbf2db5d24 /meta-oe
parent9099626c21e02f74ac0f52cadd399271538d741d (diff)
downloadmeta-openembedded-contrib-db08067ebd49c3bbfd96bd7be166541aa82da611.tar.gz
satyr: upgrade 0.31 -> 0.35
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-support/satyr/satyr_0.35.bb (renamed from meta-oe/recipes-support/satyr/satyr_0.31.bb)3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/satyr/satyr_0.31.bb b/meta-oe/recipes-support/satyr/satyr_0.35.bb
index e99f8ac6a1..c6159c42ba 100644
--- a/meta-oe/recipes-support/satyr/satyr_0.31.bb
+++ b/meta-oe/recipes-support/satyr/satyr_0.35.bb
@@ -10,7 +10,7 @@ inherit autotools-brokensep python3native pkgconfig
SRC_URI = "git://github.com/abrt/satyr.git \
file://0002-fix-compile-failure-against-musl-C-library.patch \
"
-SRCREV = "79506592fa61fa10aa2e186158eecfa10b39e905"
+SRCREV = "8690a1f83adc5a7a83e856ebc7adf6310bbd3b9f"
S = "${WORKDIR}/git"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
@@ -20,6 +20,7 @@ DEPENDS += " \
gperf-native \
json-c \
nettle \
+ glib-2.0 \
"
PACKAGES += "python3-${BPN}"