All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-selinux][PATCH] ustr: fix typo in SRC_URI
@ 2015-01-31  3:02 Armin Kuster
  2015-02-04 18:17 ` Philip Tricca
  0 siblings, 1 reply; 3+ messages in thread
From: Armin Kuster @ 2015-01-31  3:02 UTC (permalink / raw)
  To: yocto

From: Armin Kuster <akuster@mvista.com>

This fixes
ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
http://www.and.org/ustr/$%7BBPV%7D/ustr-1.0.4.tar.bz2:
2015-01-30 18:26:38 ERROR 404: Not Found.

Changed "BPV" to "PV"

Signed-off-by: Armin Kuster <akuster@mvista.com>
---
 recipes-extended/ustr/ustr_1.0.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/recipes-extended/ustr/ustr_1.0.4.bb b/recipes-extended/ustr/ustr_1.0.4.bb
index a0a1e41..cdb78ad 100644
--- a/recipes-extended/ustr/ustr_1.0.4.bb
+++ b/recipes-extended/ustr/ustr_1.0.4.bb
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c79c6e2ae13418d16d7dc82df960a1e7 \
 		    file://LICENSE_MIT;md5=c61e779b782608472bd87593c3c3916f"
 
 SRC_URI = "\
-    http://www.and.org/ustr/${BPV}/${BPN}-${PV}.tar.bz2 \
+    http://www.and.org/ustr/${PV}/${BPN}-${PV}.tar.bz2 \
     file://ustr-makefile-fix.patch;patch=1 \
     file://ustr-fix__va_copy-not-defined.patch;patch=2 \
     file://ustr-c99-inline.patch;patch=3"
-- 
1.9.1



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

* Re: [meta-selinux][PATCH] ustr: fix typo in SRC_URI
  2015-01-31  3:02 [meta-selinux][PATCH] ustr: fix typo in SRC_URI Armin Kuster
@ 2015-02-04 18:17 ` Philip Tricca
  2015-02-04 18:20   ` akuster
  0 siblings, 1 reply; 3+ messages in thread
From: Philip Tricca @ 2015-02-04 18:17 UTC (permalink / raw)
  To: Armin Kuster; +Cc: yocto

Hello Armin,

I've submitted a very similar patch a few days earlier. This was bundled
up into a larger series that *should* get meta-selinux master building
again. See:
https://lists.yoctoproject.org/pipermail/yocto/2015-January/023314.html

Philip

On 01/30/2015 10:02 PM, Armin Kuster wrote:
> From: Armin Kuster <akuster@mvista.com>
> 
> This fixes
> ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
> http://www.and.org/ustr/$%7BBPV%7D/ustr-1.0.4.tar.bz2:
> 2015-01-30 18:26:38 ERROR 404: Not Found.
> 
> Changed "BPV" to "PV"
> 
> Signed-off-by: Armin Kuster <akuster@mvista.com>
> ---
>  recipes-extended/ustr/ustr_1.0.4.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/recipes-extended/ustr/ustr_1.0.4.bb b/recipes-extended/ustr/ustr_1.0.4.bb
> index a0a1e41..cdb78ad 100644
> --- a/recipes-extended/ustr/ustr_1.0.4.bb
> +++ b/recipes-extended/ustr/ustr_1.0.4.bb
> @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c79c6e2ae13418d16d7dc82df960a1e7 \
>  		    file://LICENSE_MIT;md5=c61e779b782608472bd87593c3c3916f"
>  
>  SRC_URI = "\
> -    http://www.and.org/ustr/${BPV}/${BPN}-${PV}.tar.bz2 \
> +    http://www.and.org/ustr/${PV}/${BPN}-${PV}.tar.bz2 \
>      file://ustr-makefile-fix.patch;patch=1 \
>      file://ustr-fix__va_copy-not-defined.patch;patch=2 \
>      file://ustr-c99-inline.patch;patch=3"
> 



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

* Re: [meta-selinux][PATCH] ustr: fix typo in SRC_URI
  2015-02-04 18:17 ` Philip Tricca
@ 2015-02-04 18:20   ` akuster
  0 siblings, 0 replies; 3+ messages in thread
From: akuster @ 2015-02-04 18:20 UTC (permalink / raw)
  To: Philip Tricca, Armin Kuster; +Cc: yocto


Phillip,

thanks.

- armin

On 02/04/2015 10:17 AM, Philip Tricca wrote:
> Hello Armin,
>
> I've submitted a very similar patch a few days earlier. This was bundled
> up into a larger series that *should* get meta-selinux master building
> again. See:
> https://lists.yoctoproject.org/pipermail/yocto/2015-January/023314.html
>
> Philip
>
> On 01/30/2015 10:02 PM, Armin Kuster wrote:
>> From: Armin Kuster <akuster@mvista.com>
>>
>> This fixes
>> ERROR: Fetcher failure: Fetch command failed with exit code 8, output:
>> http://www.and.org/ustr/$%7BBPV%7D/ustr-1.0.4.tar.bz2:
>> 2015-01-30 18:26:38 ERROR 404: Not Found.
>>
>> Changed "BPV" to "PV"
>>
>> Signed-off-by: Armin Kuster <akuster@mvista.com>
>> ---
>>   recipes-extended/ustr/ustr_1.0.4.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/recipes-extended/ustr/ustr_1.0.4.bb b/recipes-extended/ustr/ustr_1.0.4.bb
>> index a0a1e41..cdb78ad 100644
>> --- a/recipes-extended/ustr/ustr_1.0.4.bb
>> +++ b/recipes-extended/ustr/ustr_1.0.4.bb
>> @@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c79c6e2ae13418d16d7dc82df960a1e7 \
>>   		    file://LICENSE_MIT;md5=c61e779b782608472bd87593c3c3916f"
>>
>>   SRC_URI = "\
>> -    http://www.and.org/ustr/${BPV}/${BPN}-${PV}.tar.bz2 \
>> +    http://www.and.org/ustr/${PV}/${BPN}-${PV}.tar.bz2 \
>>       file://ustr-makefile-fix.patch;patch=1 \
>>       file://ustr-fix__va_copy-not-defined.patch;patch=2 \
>>       file://ustr-c99-inline.patch;patch=3"
>>
>


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

end of thread, other threads:[~2015-02-04 18:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-31  3:02 [meta-selinux][PATCH] ustr: fix typo in SRC_URI Armin Kuster
2015-02-04 18:17 ` Philip Tricca
2015-02-04 18:20   ` akuster

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.