All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Eric Bénard" <eric@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH v2 1/2] rlpr 2.05: unbreak recipe
Date: Wed,  8 Sep 2010 17:18:11 +0200	[thread overview]
Message-ID: <1283959092-6481-1-git-send-email-eric@eukrea.com> (raw)
In-Reply-To: <AANLkTinfxZO07kTjsaFWWZfXzwAdPgKNZAaWEKV-ZTVg@mail.gmail.com>

* 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




  reply	other threads:[~2010-09-08 15:20 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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       ` Eric Bénard [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1283959092-6481-1-git-send-email-eric@eukrea.com \
    --to=eric@eukrea.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.