All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] libreport: fix typo of SRC_URI
@ 2017-08-25  7:19 Hongxu Jia
  2017-08-25 14:58 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: Hongxu Jia @ 2017-08-25  7:19 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
---
 meta-oe/recipes-extended/libreport/libreport_2.9.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 459f0f2..ee9a84c 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 \
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
 
-SRC_URI = "https://github.com/abrt/${BPN}/archive/${PV}/${BPN}}-%{PV}.tar.gz"
+SRC_URI = "https://github.com/abrt/${BPN}/archive/${PV}/${BPN}-${PV}.tar.gz"
 SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
             file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch \
             file://0003-without-build-plugins.patch \
-- 
2.8.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] libreport: fix typo of SRC_URI
  2017-08-25  7:19 [meta-oe][PATCH] libreport: fix typo of SRC_URI Hongxu Jia
@ 2017-08-25 14:58 ` Martin Jansa
  2017-08-28  1:12   ` Hongxu Jia
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2017-08-25 14:58 UTC (permalink / raw)
  To: Hongxu Jia; +Cc: openembedded-devel

Please change it to git fetcher, github archives can be regenerated from
time to time with different checksums.

On Fri, Aug 25, 2017 at 9:19 AM, Hongxu Jia <hongxu.jia@windriver.com>
wrote:

> Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
> ---
>  meta-oe/recipes-extended/libreport/libreport_2.9.1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 459f0f2..ee9a84c 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 \
>  LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
>
>
> -SRC_URI = "https://github.com/abrt/${BPN}/archive/${PV}/${BPN}}-%{
> PV}.tar.gz"
> +SRC_URI = "https://github.com/abrt/${BPN}/archive/${PV}/${BPN}-${
> PV}.tar.gz"
>  SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
>              file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch
> \
>              file://0003-without-build-plugins.patch \
> --
> 2.8.1
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [meta-oe][PATCH] libreport: fix typo of SRC_URI
  2017-08-25 14:58 ` Martin Jansa
@ 2017-08-28  1:12   ` Hongxu Jia
  0 siblings, 0 replies; 3+ messages in thread
From: Hongxu Jia @ 2017-08-28  1:12 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembedded-devel

On 2017年08月25日 22:58, Martin Jansa wrote:
> Please change it to git fetcher, github archives can be regenerated 
> from time to time with different checksums.
>

OK, I will update it.

//Hongxu

> On Fri, Aug 25, 2017 at 9:19 AM, Hongxu Jia <hongxu.jia@windriver.com 
> <mailto:hongxu.jia@windriver.com>> wrote:
>
>     Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com
>     <mailto:hongxu.jia@windriver.com>>
>     ---
>      meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
>     <http://libreport_2.9.1.bb> | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
>
>     diff --git a/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
>     <http://libreport_2.9.1.bb>
>     b/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
>     <http://libreport_2.9.1.bb>
>     index 459f0f2..ee9a84c 100644
>     --- a/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
>     <http://libreport_2.9.1.bb>
>     +++ b/meta-oe/recipes-extended/libreport/libreport_2.9.1.bb
>     <http://libreport_2.9.1.bb>
>     @@ -11,7 +11,7 @@ DEPENDS = "xmlrpc-c xmlrpc-c-native
>     intltool-native \
>      LIC_FILES_CHKSUM =
>     "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
>
>
>     -SRC_URI =
>     "https://github.com/abrt/${BPN}/archive/${PV}/${BPN}}-%{PV}.tar.gz
>     <https://github.com/abrt/$%7BBPN%7D/archive/$%7BPV%7D/$%7BBPN%7D%7D-%%7BPV%7D.tar.gz>"
>     +SRC_URI =
>     "https://github.com/abrt/${BPN}/archive/${PV}/${BPN}-${PV}.tar.gz
>     <https://github.com/abrt/$%7BBPN%7D/archive/$%7BPV%7D/$%7BBPN%7D-$%7BPV%7D.tar.gz>"
>      SRC_URI += "file://0001-Makefile.am-remove-doc-and-apidoc.patch \
>                
>      file://0002-configure.ac-remove-prog-test-of-xmlto-and-asciidoc.patch
>     \
>                  file://0003-without-build-plugins.patch \
>     --
>     2.8.1
>
>



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-08-28  1:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-25  7:19 [meta-oe][PATCH] libreport: fix typo of SRC_URI Hongxu Jia
2017-08-25 14:58 ` Martin Jansa
2017-08-28  1:12   ` Hongxu Jia

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.