All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] download link fixed
@ 2010-11-27 10:15 Klaus Schwarzkopf
  2010-11-27 10:20 ` Klaus Schwarzkopf
  0 siblings, 1 reply; 4+ messages in thread
From: Klaus Schwarzkopf @ 2010-11-27 10:15 UTC (permalink / raw)
  To: openembedded-devel

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
 
-- 
1.7.0.4




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

* Re: [PATCH] download link fixed
  2010-11-27 10:15 [PATCH] download link fixed Klaus Schwarzkopf
@ 2010-11-27 10:20 ` Klaus Schwarzkopf
  2010-11-27 10:23   ` Stefan Schmidt
  0 siblings, 1 reply; 4+ messages in thread
From: Klaus Schwarzkopf @ 2010-11-27 10:20 UTC (permalink / raw)
  To: openembedded-devel

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
>





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

* Re: [PATCH] download link fixed
  2010-11-27 10:20 ` Klaus Schwarzkopf
@ 2010-11-27 10:23   ` Stefan Schmidt
  2010-11-27 10:27     ` Klaus Schwarzkopf
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Schmidt @ 2010-11-27 10:23 UTC (permalink / raw)
  To: openembedded-devel

Hello.

On Sat, 2010-11-27 at 11:20, Klaus Schwarzkopf wrote:
> Is this patch ok or what can i do better?

You could do better, but already on the right way :)

- The subject line does not mention which areas/recipes are touched.
- Separate patches for separate recipes are better to track changes on recipe
  level.

http://wiki.openembedded.org/index.php/Commit_Policy

regards
Stefan Schmidt



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

* Re: [PATCH] download link fixed
  2010-11-27 10:23   ` Stefan Schmidt
@ 2010-11-27 10:27     ` Klaus Schwarzkopf
  0 siblings, 0 replies; 4+ messages in thread
From: Klaus Schwarzkopf @ 2010-11-27 10:27 UTC (permalink / raw)
  To: openembedded-devel

Hi Stefan,

ok, i try it on my next patch ;-)

Regards,

Klaus


Am 27.11.2010 11:23, schrieb Stefan Schmidt:
> Hello.
>
> On Sat, 2010-11-27 at 11:20, Klaus Schwarzkopf wrote:
>> Is this patch ok or what can i do better?
>
> You could do better, but already on the right way :)
>
> - The subject line does not mention which areas/recipes are touched.
> - Separate patches for separate recipes are better to track changes on recipe
>    level.
>
> http://wiki.openembedded.org/index.php/Commit_Policy
>
> regards
> Stefan Schmidt
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel





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

end of thread, other threads:[~2010-11-27 10:29 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-27 10:15 [PATCH] download link fixed Klaus Schwarzkopf
2010-11-27 10:20 ` Klaus Schwarzkopf
2010-11-27 10:23   ` Stefan Schmidt
2010-11-27 10:27     ` Klaus Schwarzkopf

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.