All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] rlpr 2.05: unbreak recipe
@ 2010-09-08 14:01 Eric Bénard
  2010-09-08 14:01 ` [PATCH 2/3] rlpr: add version 2.06 Eric Bénard
  2010-09-08 17:37 ` [PATCH 1/3] rlpr 2.05: unbreak recipe Khem Raj
  0 siblings, 2 replies; 10+ messages in thread
From: Eric Bénard @ 2010-09-08 14:01 UTC (permalink / raw)
  To: openembedded-devel

* source URL is no more working so use debian mirrors
* fix GNU_HASH issue
* tested on armv5

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/rlpr/rlpr_2.05.bb |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.05.bb
index 47ac9c3..2751b9f 100644
--- a/recipes/rlpr/rlpr_2.05.bb
+++ b/recipes/rlpr/rlpr_2.05.bb
@@ -1,18 +1,20 @@
-SECTION = "console/network"
 DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
-HOMEPAGE = "http://truffula.com/rlpr/"
+HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
+SECTION = "console/network"
 LICENSE = "GPL"
-SRC_URI = "ftp://www.truffula.com/pub/rlpr-2.05.tar.gz"
+PR = "r1"
+
+SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
+SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
+SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
 
 inherit autotools
 
 do_configure() {
-	oe_runconf
+        oe_runconf
 }
-
 do_install() {
-	make install DESTDIR=${D}
+        make install DESTDIR=${D}
 }
 
-SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
-SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
+TARGET_CC_ARCH += " ${LDFLAGS}"
-- 
1.6.3.3




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

* [PATCH 2/3] rlpr: add version 2.06
  2010-09-08 14:01 [PATCH 1/3] rlpr 2.05: unbreak recipe Eric Bénard
@ 2010-09-08 14:01 ` Eric Bénard
  2010-09-08 14:01   ` [PATCH 3/3] rlpr: remove version 2.05 Eric Bénard
  2010-09-08 17:37 ` [PATCH 1/3] rlpr 2.05: unbreak recipe Khem Raj
  1 sibling, 1 reply; 10+ messages in thread
From: Eric Bénard @ 2010-09-08 14:01 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/rlpr/rlpr_2.06.bb |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
 create mode 100644 recipes/rlpr/rlpr_2.06.bb

diff --git a/recipes/rlpr/rlpr_2.06.bb b/recipes/rlpr/rlpr_2.06.bb
new file mode 100644
index 0000000..64220ce
--- /dev/null
+++ b/recipes/rlpr/rlpr_2.06.bb
@@ -0,0 +1,20 @@
+DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
+HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
+SECTION = "console/network"
+LICENSE = "GPL"
+PR = "r0"
+
+SRC_URI = "http://linuxfocus.org/~guido/rlpr-2.06.tar.gz"
+SRC_URI[md5sum] = "c3192d0e84ccae432e754640f6003478"
+SRC_URI[sha256sum] = "32ae5893f4b9250b7a02c98a41b5929cfdd5731b6efbd7edfc77c2c5314388f7"
+
+inherit autotools
+
+do_configure() {
+        oe_runconf
+}
+do_install() {
+        make install DESTDIR=${D}
+}
+
+TARGET_CC_ARCH += " ${LDFLAGS}"
-- 
1.6.3.3




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

* [PATCH 3/3] rlpr: remove version 2.05
  2010-09-08 14:01 ` [PATCH 2/3] rlpr: add version 2.06 Eric Bénard
@ 2010-09-08 14:01   ` Eric Bénard
  2010-09-08 14:54     ` Frans Meulenbroeks
  0 siblings, 1 reply; 10+ messages in thread
From: Eric Bénard @ 2010-09-08 14:01 UTC (permalink / raw)
  To: openembedded-devel

now replaced by 2.06

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/rlpr/rlpr_2.05.bb |   20 --------------------
 1 files changed, 0 insertions(+), 20 deletions(-)
 delete mode 100644 recipes/rlpr/rlpr_2.05.bb

diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.05.bb
deleted file mode 100644
index 2751b9f..0000000
--- a/recipes/rlpr/rlpr_2.05.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
-HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
-SECTION = "console/network"
-LICENSE = "GPL"
-PR = "r1"
-
-SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
-SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
-SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
-
-inherit autotools
-
-do_configure() {
-        oe_runconf
-}
-do_install() {
-        make install DESTDIR=${D}
-}
-
-TARGET_CC_ARCH += " ${LDFLAGS}"
-- 
1.6.3.3




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

* Re: [PATCH 3/3] rlpr: remove version 2.05
  2010-09-08 14:01   ` [PATCH 3/3] rlpr: remove version 2.05 Eric Bénard
@ 2010-09-08 14:54     ` Frans Meulenbroeks
  2010-09-08 15:18       ` [PATCH v2 1/2] rlpr 2.05: unbreak recipe Eric Bénard
  0 siblings, 1 reply; 10+ messages in thread
From: Frans Meulenbroeks @ 2010-09-08 14:54 UTC (permalink / raw)
  To: openembedded-devel

2010/9/8 Eric Bénard <eric@eukrea.com>:
> now replaced by 2.06
>
> Signed-off-by: Eric Bénard <eric@eukrea.com>
> ---
>  recipes/rlpr/rlpr_2.05.bb |   20 --------------------
>  1 files changed, 0 insertions(+), 20 deletions(-)
>  delete mode 100644 recipes/rlpr/rlpr_2.05.bb
>
> diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.05.bb
> deleted file mode 100644
> index 2751b9f..0000000
> --- a/recipes/rlpr/rlpr_2.05.bb
> +++ /dev/null
> @@ -1,20 +0,0 @@
> -DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
> -HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
> -SECTION = "console/network"
> -LICENSE = "GPL"
> -PR = "r1"
> -
> -SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
> -SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
> -SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
> -
> -inherit autotools
> -
> -do_configure() {
> -        oe_runconf
> -}
> -do_install() {
> -        make install DESTDIR=${D}
> -}
> -
> -TARGET_CC_ARCH += " ${LDFLAGS}"
> --
> 1.6.3.3
>

if you are updating a recipe I suggest to use git mv
That way the history is retained.

Frans



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

* [PATCH v2 1/2] rlpr 2.05: unbreak recipe
  2010-09-08 14:54     ` Frans Meulenbroeks
@ 2010-09-08 15:18       ` Eric Bénard
  2010-09-08 15:18         ` [PATCH v2 2/2] rlpr: upgrade to version 2.06 Eric Bénard
  0 siblings, 1 reply; 10+ messages in thread
From: Eric Bénard @ 2010-09-08 15:18 UTC (permalink / raw)
  To: openembedded-devel

* source URL is no more working so use debian mirrors
* fix GNU_HASH issue
* tested on armv5

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/rlpr/rlpr_2.05.bb |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.05.bb
index 47ac9c3..2751b9f 100644
--- a/recipes/rlpr/rlpr_2.05.bb
+++ b/recipes/rlpr/rlpr_2.05.bb
@@ -1,18 +1,20 @@
-SECTION = "console/network"
 DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
-HOMEPAGE = "http://truffula.com/rlpr/"
+HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
+SECTION = "console/network"
 LICENSE = "GPL"
-SRC_URI = "ftp://www.truffula.com/pub/rlpr-2.05.tar.gz"
+PR = "r1"
+
+SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
+SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
+SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
 
 inherit autotools
 
 do_configure() {
-	oe_runconf
+        oe_runconf
 }
-
 do_install() {
-	make install DESTDIR=${D}
+        make install DESTDIR=${D}
 }
 
-SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
-SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
+TARGET_CC_ARCH += " ${LDFLAGS}"
-- 
1.6.3.3




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

* [PATCH v2 2/2] rlpr: upgrade to version 2.06
  2010-09-08 15:18       ` [PATCH v2 1/2] rlpr 2.05: unbreak recipe Eric Bénard
@ 2010-09-08 15:18         ` Eric Bénard
  2010-09-08 17:36           ` Khem Raj
  0 siblings, 1 reply; 10+ messages in thread
From: Eric Bénard @ 2010-09-08 15:18 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Eric Bénard <eric@eukrea.com>
---
 recipes/rlpr/{rlpr_2.05.bb => rlpr_2.06.bb} |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
 rename recipes/rlpr/{rlpr_2.05.bb => rlpr_2.06.bb} (60%)

diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.06.bb
similarity index 60%
rename from recipes/rlpr/rlpr_2.05.bb
rename to recipes/rlpr/rlpr_2.06.bb
index 2751b9f..64220ce 100644
--- a/recipes/rlpr/rlpr_2.05.bb
+++ b/recipes/rlpr/rlpr_2.06.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "rlpr makes it possible to print files on remote sites to your net
 HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
 SECTION = "console/network"
 LICENSE = "GPL"
-PR = "r1"
+PR = "r0"
 
-SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
-SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
-SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
+SRC_URI = "http://linuxfocus.org/~guido/rlpr-2.06.tar.gz"
+SRC_URI[md5sum] = "c3192d0e84ccae432e754640f6003478"
+SRC_URI[sha256sum] = "32ae5893f4b9250b7a02c98a41b5929cfdd5731b6efbd7edfc77c2c5314388f7"
 
 inherit autotools
 
-- 
1.6.3.3




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

* Re: [PATCH v2 2/2] rlpr: upgrade to version 2.06
  2010-09-08 15:18         ` [PATCH v2 2/2] rlpr: upgrade to version 2.06 Eric Bénard
@ 2010-09-08 17:36           ` Khem Raj
  2010-09-08 17:42             ` Frans Meulenbroeks
  0 siblings, 1 reply; 10+ messages in thread
From: Khem Raj @ 2010-09-08 17:36 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Sep 8, 2010 at 8:18 AM, Eric Bénard <eric@eukrea.com> wrote:
> Signed-off-by: Eric Bénard <eric@eukrea.com>

Acked-by: Khem Raj <raj.khem@gmail.com>

> ---
>  recipes/rlpr/{rlpr_2.05.bb => rlpr_2.06.bb} |    8 ++++----
>  1 files changed, 4 insertions(+), 4 deletions(-)
>  rename recipes/rlpr/{rlpr_2.05.bb => rlpr_2.06.bb} (60%)
>
> diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.06.bb
> similarity index 60%
> rename from recipes/rlpr/rlpr_2.05.bb
> rename to recipes/rlpr/rlpr_2.06.bb
> index 2751b9f..64220ce 100644
> --- a/recipes/rlpr/rlpr_2.05.bb
> +++ b/recipes/rlpr/rlpr_2.06.bb
> @@ -2,11 +2,11 @@ DESCRIPTION = "rlpr makes it possible to print files on remote sites to your net
>  HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
>  SECTION = "console/network"
>  LICENSE = "GPL"
> -PR = "r1"
> +PR = "r0"
>
> -SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
> -SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
> -SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
> +SRC_URI = "http://linuxfocus.org/~guido/rlpr-2.06.tar.gz"
> +SRC_URI[md5sum] = "c3192d0e84ccae432e754640f6003478"
> +SRC_URI[sha256sum] = "32ae5893f4b9250b7a02c98a41b5929cfdd5731b6efbd7edfc77c2c5314388f7"
>
>  inherit autotools
>
> --
> 1.6.3.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH 1/3] rlpr 2.05: unbreak recipe
  2010-09-08 14:01 [PATCH 1/3] rlpr 2.05: unbreak recipe Eric Bénard
  2010-09-08 14:01 ` [PATCH 2/3] rlpr: add version 2.06 Eric Bénard
@ 2010-09-08 17:37 ` Khem Raj
  2010-09-08 17:44   ` Frans Meulenbroeks
  1 sibling, 1 reply; 10+ messages in thread
From: Khem Raj @ 2010-09-08 17:37 UTC (permalink / raw)
  To: openembedded-devel

On Wed, Sep 8, 2010 at 7:01 AM, Eric Bénard <eric@eukrea.com> wrote:
> * source URL is no more working so use debian mirrors
> * fix GNU_HASH issue
> * tested on armv5
>
> Signed-off-by: Eric Bénard <eric@eukrea.com>

Acked-by: Khem Raj <raj.khem@gmail.com>

> ---
>  recipes/rlpr/rlpr_2.05.bb |   18 ++++++++++--------
>  1 files changed, 10 insertions(+), 8 deletions(-)
>
> diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.05.bb
> index 47ac9c3..2751b9f 100644
> --- a/recipes/rlpr/rlpr_2.05.bb
> +++ b/recipes/rlpr/rlpr_2.05.bb
> @@ -1,18 +1,20 @@
> -SECTION = "console/network"
>  DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
> -HOMEPAGE = "http://truffula.com/rlpr/"
> +HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
> +SECTION = "console/network"
>  LICENSE = "GPL"
> -SRC_URI = "ftp://www.truffula.com/pub/rlpr-2.05.tar.gz"
> +PR = "r1"
> +
> +SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
> +SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
> +SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
>
>  inherit autotools
>
>  do_configure() {
> -       oe_runconf
> +        oe_runconf
>  }
> -
>  do_install() {
> -       make install DESTDIR=${D}
> +        make install DESTDIR=${D}
>  }
>
> -SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
> -SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
> +TARGET_CC_ARCH += " ${LDFLAGS}"
> --
> 1.6.3.3
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH v2 2/2] rlpr: upgrade to version 2.06
  2010-09-08 17:36           ` Khem Raj
@ 2010-09-08 17:42             ` Frans Meulenbroeks
  0 siblings, 0 replies; 10+ messages in thread
From: Frans Meulenbroeks @ 2010-09-08 17:42 UTC (permalink / raw)
  To: openembedded-devel

2010/9/8 Khem Raj <raj.khem@gmail.com>:
> On Wed, Sep 8, 2010 at 8:18 AM, Eric Bénard <eric@eukrea.com> wrote:
>> Signed-off-by: Eric Bénard <eric@eukrea.com>
>
> Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
>
>> ---
>>  recipes/rlpr/{rlpr_2.05.bb => rlpr_2.06.bb} |    8 ++++----
>>  1 files changed, 4 insertions(+), 4 deletions(-)
>>  rename recipes/rlpr/{rlpr_2.05.bb => rlpr_2.06.bb} (60%)
>>
>> diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.06.bb
>> similarity index 60%
>> rename from recipes/rlpr/rlpr_2.05.bb
>> rename to recipes/rlpr/rlpr_2.06.bb
>> index 2751b9f..64220ce 100644
>> --- a/recipes/rlpr/rlpr_2.05.bb
>> +++ b/recipes/rlpr/rlpr_2.06.bb
>> @@ -2,11 +2,11 @@ DESCRIPTION = "rlpr makes it possible to print files on remote sites to your net
>>  HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
>>  SECTION = "console/network"
>>  LICENSE = "GPL"
>> -PR = "r1"
>> +PR = "r0"
>>
>> -SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
>> -SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
>> -SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
>> +SRC_URI = "http://linuxfocus.org/~guido/rlpr-2.06.tar.gz"
>> +SRC_URI[md5sum] = "c3192d0e84ccae432e754640f6003478"
>> +SRC_URI[sha256sum] = "32ae5893f4b9250b7a02c98a41b5929cfdd5731b6efbd7edfc77c2c5314388f7"
>>
>>  inherit autotools
>>
>> --
>> 1.6.3.3
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

* Re: [PATCH 1/3] rlpr 2.05: unbreak recipe
  2010-09-08 17:37 ` [PATCH 1/3] rlpr 2.05: unbreak recipe Khem Raj
@ 2010-09-08 17:44   ` Frans Meulenbroeks
  0 siblings, 0 replies; 10+ messages in thread
From: Frans Meulenbroeks @ 2010-09-08 17:44 UTC (permalink / raw)
  To: openembedded-devel

2010/9/8 Khem Raj <raj.khem@gmail.com>:
> On Wed, Sep 8, 2010 at 7:01 AM, Eric Bénard <eric@eukrea.com> wrote:
>> * source URL is no more working so use debian mirrors
>> * fix GNU_HASH issue
>> * tested on armv5
>>
>> Signed-off-by: Eric Bénard <eric@eukrea.com>
>
> Acked-by: Khem Raj <raj.khem@gmail.com>

Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
>
>> ---
>>  recipes/rlpr/rlpr_2.05.bb |   18 ++++++++++--------
>>  1 files changed, 10 insertions(+), 8 deletions(-)
>>
>> diff --git a/recipes/rlpr/rlpr_2.05.bb b/recipes/rlpr/rlpr_2.05.bb
>> index 47ac9c3..2751b9f 100644
>> --- a/recipes/rlpr/rlpr_2.05.bb
>> +++ b/recipes/rlpr/rlpr_2.05.bb
>> @@ -1,18 +1,20 @@
>> -SECTION = "console/network"
>>  DESCRIPTION = "rlpr makes it possible to print files on remote sites to your networked printers"
>> -HOMEPAGE = "http://truffula.com/rlpr/"
>> +HOMEPAGE = "http://freshmeat.net/projects/rlpr/"
>> +SECTION = "console/network"
>>  LICENSE = "GPL"
>> -SRC_URI = "ftp://www.truffula.com/pub/rlpr-2.05.tar.gz"
>> +PR = "r1"
>> +
>> +SRC_URI = "${DEBIAN_MIRROR}/main/r/rlpr/rlpr_2.05.orig.tar.gz"
>> +SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
>> +SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
>>
>>  inherit autotools
>>
>>  do_configure() {
>> -       oe_runconf
>> +        oe_runconf
>>  }
>> -
>>  do_install() {
>> -       make install DESTDIR=${D}
>> +        make install DESTDIR=${D}
>>  }
>>
>> -SRC_URI[md5sum] = "64ee8ccd94aabc90b9f40d0b2ad79e79"
>> -SRC_URI[sha256sum] = "6b1261c8a23a58c8e174d8ee1ad53c138ed0b9211f7ea3f3efe22d16af14ba9a"
>> +TARGET_CC_ARCH += " ${LDFLAGS}"
>> --
>> 1.6.3.3
>>
>>
>> _______________________________________________
>> Openembedded-devel mailing list
>> Openembedded-devel@lists.openembedded.org
>> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>



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

end of thread, other threads:[~2010-09-08 17:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-08 14:01 [PATCH 1/3] rlpr 2.05: unbreak recipe Eric Bénard
2010-09-08 14:01 ` [PATCH 2/3] rlpr: add version 2.06 Eric Bénard
2010-09-08 14:01   ` [PATCH 3/3] rlpr: remove version 2.05 Eric Bénard
2010-09-08 14:54     ` Frans Meulenbroeks
2010-09-08 15:18       ` [PATCH v2 1/2] rlpr 2.05: unbreak recipe Eric Bénard
2010-09-08 15:18         ` [PATCH v2 2/2] rlpr: upgrade to version 2.06 Eric Bénard
2010-09-08 17:36           ` Khem Raj
2010-09-08 17:42             ` Frans Meulenbroeks
2010-09-08 17:37 ` [PATCH 1/3] rlpr 2.05: unbreak recipe Khem Raj
2010-09-08 17:44   ` Frans Meulenbroeks

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.