summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
10SRC_URI = "git://github.com/abrt/satyr.git \ 10SRC_URI = "git://github.com/abrt/satyr.git \
11 file://0002-fix-compile-failure-against-musl-C-library.patch \ 11 file://0002-fix-compile-failure-against-musl-C-library.patch \
12" 12"
13SRCREV = "79506592fa61fa10aa2e186158eecfa10b39e905" 13SRCREV = "8690a1f83adc5a7a83e856ebc7adf6310bbd3b9f"
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
16LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 16LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
@@ -20,6 +20,7 @@ DEPENDS += " \
20 gperf-native \ 20 gperf-native \
21 json-c \ 21 json-c \
22 nettle \ 22 nettle \
23 glib-2.0 \
23" 24"
24 25
25PACKAGES += "python3-${BPN}" 26PACKAGES += "python3-${BPN}"