* [PATCH] dash_0.5.5.1: New download link for patch
@ 2010-11-27 12:22 Klaus Schwarzkopf
2010-11-27 12:47 ` Martin Jansa
0 siblings, 1 reply; 3+ messages in thread
From: Klaus Schwarzkopf @ 2010-11-27 12:22 UTC (permalink / raw)
To: openembedded-devel
The newest patch on the old download directory is dash_0.5.5.1-7.3.diff.gz
---
recipes/dash/dash_0.5.5.1.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/recipes/dash/dash_0.5.5.1.bb b/recipes/dash/dash_0.5.5.1.bb
index 319917d..bf00d4c 100644
--- a/recipes/dash/dash_0.5.5.1.bb
+++ b/recipes/dash/dash_0.5.5.1.bb
@@ -1,9 +1,10 @@
DESCRIPTION = "The Debian Almquist Shell is a POSIX compliant shell that is much smaller than 'bash'."
PROVIDES = "virtual/sh"
LICENSE = "BSD GPL"
+PR = "r0"
SRC_URI = "http://ftp.debian.org/debian/pool/main/d/dash/dash_${PV}.orig.tar.gz;name=archive \
- http://ftp.debian.org/debian/pool/main/d/dash/dash_${PV}-2.3.diff.gz;name=patch \
+ https://launchpad.net/debian/sid/+source/dash/0.5.5.1-2.3/+files/dash_${PV}-2.3.diff.gz;name=patch \
file://makefile-build-cc.diff"
SRC_URI[archive.md5sum] = "7ac832b440b91f5a52cf8eb68e172616"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] dash_0.5.5.1: New download link for patch
2010-11-27 12:22 [PATCH] dash_0.5.5.1: New download link for patch Klaus Schwarzkopf
@ 2010-11-27 12:47 ` Martin Jansa
2010-11-27 12:58 ` Klaus Schwarzkopf
0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2010-11-27 12:47 UTC (permalink / raw)
To: openembedded-devel
On Sat, Nov 27, 2010 at 01:22:14PM +0100, Klaus Schwarzkopf wrote:
> The newest patch on the old download directory is dash_0.5.5.1-7.3.diff.gz
> ---
> recipes/dash/dash_0.5.5.1.bb | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/recipes/dash/dash_0.5.5.1.bb b/recipes/dash/dash_0.5.5.1.bb
> index 319917d..bf00d4c 100644
> --- a/recipes/dash/dash_0.5.5.1.bb
> +++ b/recipes/dash/dash_0.5.5.1.bb
> @@ -1,9 +1,10 @@
> DESCRIPTION = "The Debian Almquist Shell is a POSIX compliant shell that is much smaller than 'bash'."
> PROVIDES = "virtual/sh"
> LICENSE = "BSD GPL"
> +PR = "r0"
this is defaut, putting it here won't change anything, if you want
everyone to rebuild it (with new, but same sources) then you have to
use r1.
> SRC_URI = "http://ftp.debian.org/debian/pool/main/d/dash/dash_${PV}.orig.tar.gz;name=archive \
> - http://ftp.debian.org/debian/pool/main/d/dash/dash_${PV}-2.3.diff.gz;name=patch \
> + https://launchpad.net/debian/sid/+source/dash/0.5.5.1-2.3/+files/dash_${PV}-2.3.diff.gz;name=patch \
> file://makefile-build-cc.diff"
>
> SRC_URI[archive.md5sum] = "7ac832b440b91f5a52cf8eb68e172616"
> --
> 1.7.0.4
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] dash_0.5.5.1: New download link for patch
2010-11-27 12:47 ` Martin Jansa
@ 2010-11-27 12:58 ` Klaus Schwarzkopf
0 siblings, 0 replies; 3+ messages in thread
From: Klaus Schwarzkopf @ 2010-11-27 12:58 UTC (permalink / raw)
To: openembedded-devel
Hi Martin,
thanks for the information!
Regards,
Klaus
Am 27.11.2010 13:47, schrieb Martin Jansa:
> On Sat, Nov 27, 2010 at 01:22:14PM +0100, Klaus Schwarzkopf wrote:
>> The newest patch on the old download directory is dash_0.5.5.1-7.3.diff.gz
>> ---
>> recipes/dash/dash_0.5.5.1.bb | 3 ++-
>> 1 files changed, 2 insertions(+), 1 deletions(-)
>>
>> diff --git a/recipes/dash/dash_0.5.5.1.bb b/recipes/dash/dash_0.5.5.1.bb
>> index 319917d..bf00d4c 100644
>> --- a/recipes/dash/dash_0.5.5.1.bb
>> +++ b/recipes/dash/dash_0.5.5.1.bb
>> @@ -1,9 +1,10 @@
>> DESCRIPTION = "The Debian Almquist Shell is a POSIX compliant shell that is much smaller than 'bash'."
>> PROVIDES = "virtual/sh"
>> LICENSE = "BSD GPL"
>> +PR = "r0"
>
> this is defaut, putting it here won't change anything, if you want
> everyone to rebuild it (with new, but same sources) then you have to
> use r1.
>
>> SRC_URI = "http://ftp.debian.org/debian/pool/main/d/dash/dash_${PV}.orig.tar.gz;name=archive \
>> - http://ftp.debian.org/debian/pool/main/d/dash/dash_${PV}-2.3.diff.gz;name=patch \
>> + https://launchpad.net/debian/sid/+source/dash/0.5.5.1-2.3/+files/dash_${PV}-2.3.diff.gz;name=patch \
>> file://makefile-build-cc.diff"
>>
>> SRC_URI[archive.md5sum] = "7ac832b440b91f5a52cf8eb68e172616"
>> --
>> 1.7.0.4
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-11-27 13:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27 12:22 [PATCH] dash_0.5.5.1: New download link for patch Klaus Schwarzkopf
2010-11-27 12:47 ` Martin Jansa
2010-11-27 12:58 ` Klaus Schwarzkopf
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox