summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-extended/libreport/libreport_2.9.2.bb (renamed from meta-oe/recipes-extended/libreport/libreport_2.9.1.bb)7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb b/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb
index ee9a84c8c..2fdfd7d72 100644
--- a/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
+++ b/meta-oe/recipes-extended/libreport/libreport_2.9.2.bb
@@ -11,16 +11,15 @@ DEPENDS = "xmlrpc-c xmlrpc-c-native intltool-native \
11LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe" 11LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
12 12
13 13
14SRC_URI = "https://github.com/abrt/${BPN}/archive/${PV}/${BPN}-${PV}.tar.gz" 14SRC_URI = "git://github.com/abrt/libreport.git;protocol=https"
15SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \ 15SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
16 file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch \ 16 file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch \
17 file://0003-without-build-plugins.patch \ 17 file://0003-without-build-plugins.patch \
18 file://0004-configure.ac-remove-prog-test-of-augparse.patch \ 18 file://0004-configure.ac-remove-prog-test-of-augparse.patch \
19 file://0005-remove-python2-support.patch \ 19 file://0005-remove-python2-support.patch \
20" 20"
21 21SRCREV = "cfff49f06d9d17e269d463ee71b3d94c8bfb0c58"
22SRC_URI[md5sum] = "f732a63dcc68cf96f0df02bcfc5fccc7" 22S = "${WORKDIR}/git"
23SRC_URI[sha256sum] = "484e15759a079730608b708ea9ae74a045ebe74f35dbfe9c9c16834c4462bcd4"
24 23
25inherit distro_features_check 24inherit distro_features_check
26REQUIRED_DISTRO_FEATURES = "systemd" 25REQUIRED_DISTRO_FEATURES = "systemd"