summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libreport
diff options
context:
space:
mode:
authorHongxu Jia <hongxu.jia@windriver.com>2017-08-25 03:19:25 -0400
committerMartin Jansa <Martin.Jansa@gmail.com>2017-08-28 11:06:06 +0200
commit5ecae0f0c1b161bff3fe7479178e5ce3517b226d (patch)
treee85fbeafe07521565d7d1c38af41012e98a8d970 /meta-oe/recipes-extended/libreport
parent2b1e724cbbb2260f41466a295aa01215164ec8b4 (diff)
downloadmeta-openembedded-5ecae0f0c1b161bff3fe7479178e5ce3517b226d.tar.gz
libreport: fix typo of SRC_URI
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libreport')
-rw-r--r--meta-oe/recipes-extended/libreport/libreport_2.9.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb b/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
index 459f0f23f..ee9a84c8c 100644
--- a/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
+++ b/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
@@ -11,7 +11,7 @@ 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 = "https://github.com/abrt/${BPN}/archive/${PV}/${BPN}-${PV}.tar.gz"
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 \