Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Klaus Schwarzkopf <schwarzkopf@sensortherm.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] download link fixed
Date: Sat, 27 Nov 2010 11:20:26 +0100	[thread overview]
Message-ID: <4CF0DB6A.6010107@sensortherm.de> (raw)
In-Reply-To: <1290852938-4776-1-git-send-email-schwarzkopf@sensortherm.de>

Is this patch ok or what can i do better?


Am 27.11.2010 11:15, schrieb Klaus Schwarzkopf:
> From: Klaus Schwarzkopf<schwarzkopf@sensortherm>
>
> modified the download link for the commited recipes
> ---
>   recipes/asterisk/asterisk_1.2.28.bb     |    8 ++++++--
>   recipes/bmon/bmon_2.1.0.bb              |    2 +-
>   recipes/cdtool/cdtool_2.1.8.bb          |    4 +++-
>   recipes/chillispot/chillispot_0.98.bb   |    6 +++---
>   recipes/chillispot/chillispot_1.0RC3.bb |    6 +++---
>   5 files changed, 16 insertions(+), 10 deletions(-)
>
> diff --git a/recipes/asterisk/asterisk_1.2.28.bb b/recipes/asterisk/asterisk_1.2.28.bb
> index e49e68d..e3c2009 100644
> --- a/recipes/asterisk/asterisk_1.2.28.bb
> +++ b/recipes/asterisk/asterisk_1.2.28.bb
> @@ -5,9 +5,9 @@ HOMEPAGE="www.asterisk.org"
>   LICENSE="GPL"
>   DEPENDS="ncurses zlib openssl curl alsa-lib libogg libvorbis speex"
>   SECTION = "console/telephony"
> -PR = "r2"
> +PR = "r3"
>
> -SRC_URI="http://ftp.digium.com/pub/asterisk/releases/asterisk-${PV}.tar.gz \
> +SRC_URI="http://downloads.asterisk.org/pub/telephony/asterisk/releases/${P}.tar.gz \
>   	 file://uclibc-compat-getloadavg.patch \
>   	 file://uclibc-dns.patch \
>            file://asterisk.patch \
> @@ -44,3 +44,7 @@ do_stage () {
>   FILES_${PN}-dbg += "${libdir}/asterisk/modules/.debug"
>   FILES_${PN}-dbg += "/var/lib/asterisk/agi-bin/.debug"
>
> +
> +SRC_URI[md5sum] = "facf156d84559f28ef4ce61790d161ef"
> +SRC_URI[sha256sum] = "9a63d9d34d5ed9870d988ede614665e2105007705c0a878ff1e48afbaaae1c6d"
> +
> diff --git a/recipes/bmon/bmon_2.1.0.bb b/recipes/bmon/bmon_2.1.0.bb
> index 0f263ab..e540eb5 100644
> --- a/recipes/bmon/bmon_2.1.0.bb
> +++ b/recipes/bmon/bmon_2.1.0.bb
> @@ -5,7 +5,7 @@ LICENSE = "MIT"
>   # only works with libnl-0.5.0
>   DEPENDS = "libnl"
>
> -SRC_URI = "http://people.suug.ch/~tgr/bmon/files/bmon-2.1.0.tar.gz \
> +SRC_URI = "http://distfiles.macports.org/bmon/${P}.tar.gz \
>              file://no-strip.patch"
>
>   inherit autotools
> diff --git a/recipes/cdtool/cdtool_2.1.8.bb b/recipes/cdtool/cdtool_2.1.8.bb
> index eaed3f6..1d35d6b 100644
> --- a/recipes/cdtool/cdtool_2.1.8.bb
> +++ b/recipes/cdtool/cdtool_2.1.8.bb
> @@ -7,7 +7,9 @@ DESCRIPTION="cdtool is a free software package to control the audio functions \
>   of an attached CDROM drive from the command line in a quick and scriptable way."
>   LICENSE = "GPL"
>
> -SRC_URI="http://hinterhof.net/${PN}/dist/${PN}-${PV}.tar.gz \
> +PR = "r0"
> +
> +SRC_URI="http://www.sfr-fresh.com/linux/misc/${PN}-${PV}.tar.gz \
>   	file://install-no-owner.patch"
>
>   inherit autotools
> diff --git a/recipes/chillispot/chillispot_0.98.bb b/recipes/chillispot/chillispot_0.98.bb
> index 687b17f..b9d36e7 100644
> --- a/recipes/chillispot/chillispot_0.98.bb
> +++ b/recipes/chillispot/chillispot_0.98.bb
> @@ -1,9 +1,9 @@
>   DESCRIPTION = "ChilliSpot is an open source captive portal or wireless LAN access point controller. It is used for authenticating users of a wireless LAN."
> -HOMEPAGE = "http://www.chillispot.org/"
> +HOMEPAGE = "http://www.chillispot.info/"
>   LICENSE = "GPL"
> -PR = "r2"
> +PR = "r3"
>
> -SRC_URI = "http://www.chillispot.org/download/chillispot-${PV}.tar.gz \
> +SRC_URI = "http://www.chillispot.info/download/chillispot-${PV}.tar.gz \
>   	file://no-ansi.patch \
>   	file://init"
>   RRECOMMENDS_${PN} = "kernel-module-tun"
> diff --git a/recipes/chillispot/chillispot_1.0RC3.bb b/recipes/chillispot/chillispot_1.0RC3.bb
> index 0da9706..a3f7df5 100644
> --- a/recipes/chillispot/chillispot_1.0RC3.bb
> +++ b/recipes/chillispot/chillispot_1.0RC3.bb
> @@ -1,11 +1,11 @@
>   DESCRIPTION = "ChilliSpot is an open source captive portal or wireless LAN access point controller. It is used for authenticating users of a wireless LAN."
> -HOMEPAGE = "http://www.chillispot.org/"
> +HOMEPAGE = "http://www.chillispot.info/"
>   LICENSE = "GPL"
> -SRC_URI = "http://www.chillispot.org/download/chillispot-${PV}.tar.gz \
> +SRC_URI = "http://www.chillispot.info/download/chillispot-${PV}.tar.gz \
>   	file://no-ansi.patch \
>   	file://init"
>   RDEPENDS_${PN} = "kernel-module-tun"
> -PR = "r1"
> +PR = "r2"
>
>   inherit autotools
>





  reply	other threads:[~2010-11-27 10:21 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-11-27 10:15 [PATCH] download link fixed Klaus Schwarzkopf
2010-11-27 10:20 ` Klaus Schwarzkopf [this message]
2010-11-27 10:23   ` Stefan Schmidt
2010-11-27 10:27     ` Klaus Schwarzkopf

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=4CF0DB6A.6010107@sensortherm.de \
    --to=schwarzkopf@sensortherm.de \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox