From b5ebefcd8d91f77046854cc3a785093c6ab015d4 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Fri, 22 Jan 2021 18:55:43 +0800 Subject: satyr: upgrade 0.35 -> 0.36 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-oe/recipes-support/satyr/satyr_0.35.bb | 35 ----------------------------- meta-oe/recipes-support/satyr/satyr_0.36.bb | 35 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+), 35 deletions(-) delete mode 100644 meta-oe/recipes-support/satyr/satyr_0.35.bb create mode 100644 meta-oe/recipes-support/satyr/satyr_0.36.bb (limited to 'meta-oe') diff --git a/meta-oe/recipes-support/satyr/satyr_0.35.bb b/meta-oe/recipes-support/satyr/satyr_0.35.bb deleted file mode 100644 index c6159c42ba..0000000000 --- a/meta-oe/recipes-support/satyr/satyr_0.35.bb +++ /dev/null @@ -1,35 +0,0 @@ -DESCRIPTION = "Satyr is a collection of low-level algorithms for program \ -failure processing, analysis, and reporting supporting kernel space, user \ -space, Python, and Java programs" - -HOMEPAGE = "https://github.com/abrt/satyr" -LICENSE = "GPLv2" - -inherit autotools-brokensep python3native pkgconfig - -SRC_URI = "git://github.com/abrt/satyr.git \ - file://0002-fix-compile-failure-against-musl-C-library.patch \ -" -SRCREV = "8690a1f83adc5a7a83e856ebc7adf6310bbd3b9f" -S = "${WORKDIR}/git" - -LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" - -DEPENDS += " \ - gdb \ - gperf-native \ - json-c \ - nettle \ - glib-2.0 \ -" - -PACKAGES += "python3-${BPN}" -FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}" - -PACKAGECONFIG ??= "python3 rpm" -PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" -PACKAGECONFIG[rpm] = "--with-rpm, --without-rpm, rpm" - -do_configure_prepend() { - ${S}/gen-version -} diff --git a/meta-oe/recipes-support/satyr/satyr_0.36.bb b/meta-oe/recipes-support/satyr/satyr_0.36.bb new file mode 100644 index 0000000000..b6988baa76 --- /dev/null +++ b/meta-oe/recipes-support/satyr/satyr_0.36.bb @@ -0,0 +1,35 @@ +DESCRIPTION = "Satyr is a collection of low-level algorithms for program \ +failure processing, analysis, and reporting supporting kernel space, user \ +space, Python, and Java programs" + +HOMEPAGE = "https://github.com/abrt/satyr" +LICENSE = "GPLv2" + +inherit autotools-brokensep python3native pkgconfig + +SRC_URI = "git://github.com/abrt/satyr.git \ + file://0002-fix-compile-failure-against-musl-C-library.patch \ +" +SRCREV = "a1f232b7dbca7ff787076fcfb63ce7d7fb15b753" +S = "${WORKDIR}/git" + +LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" + +DEPENDS += " \ + gdb \ + gperf-native \ + json-c \ + nettle \ + glib-2.0 \ +" + +PACKAGES += "python3-${BPN}" +FILES_python3-${BPN} = "${PYTHON_SITEPACKAGES_DIR}/${BPN}" + +PACKAGECONFIG ??= "python3 rpm" +PACKAGECONFIG[python3] = "--with-python3, --without-python3,,python3" +PACKAGECONFIG[rpm] = "--with-rpm, --without-rpm, rpm" + +do_configure_prepend() { + ${S}/gen-version +} -- cgit v1.2.3-54-g00ecf