* [PATCH] netsurf: update SRC_URI
@ 2012-07-12 18:43 Apelete Seketeli
2012-07-12 19:15 ` Apelete Seketeli
0 siblings, 1 reply; 2+ messages in thread
From: Apelete Seketeli @ 2012-07-12 18:43 UTC (permalink / raw)
To: openembedded-devel; +Cc: Kristoffer Ericson
Update the SRC_URI of the following recipes, since the NetSurf project
has moved the download repository of its source packages:
- hubbub_0.0.2.bb
- libcss_0.0.2.bb
- libnsbmp_0.0.2.bb
- libnsgif_0.0.2.bb
- libparserutils_0.0.2.bb
- libwapcaplet_0.0.2.bb
- netsurf_2.6.bb
Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
---
recipes/netsurf/hubbub_0.0.2.bb | 2 +-
recipes/netsurf/libcss_0.0.2.bb | 2 +-
recipes/netsurf/libnsbmp_0.0.2.bb | 2 +-
recipes/netsurf/libnsgif_0.0.2.bb | 2 +-
recipes/netsurf/libparserutils_0.0.2.bb | 2 +-
recipes/netsurf/libwapcaplet_0.0.2.bb | 2 +-
recipes/netsurf/netsurf_2.6.bb | 2 +-
7 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/recipes/netsurf/hubbub_0.0.2.bb b/recipes/netsurf/hubbub_0.0.2.bb
index 0d6b828..319fe1d 100644
--- a/recipes/netsurf/hubbub_0.0.2.bb
+++ b/recipes/netsurf/hubbub_0.0.2.bb
@@ -7,7 +7,7 @@ DEPENDS = "libparserutils"
PR = "r1"
-SRC_URI = "http://www.netsurf-browser.org/projects/releases/hubbub-${PV}-src.tar.gz"
+SRC_URI = "http://download.netsurf-browser.org/libs/releases/hubbub-${PV}-src.tar.gz"
inherit pkgconfig
diff --git a/recipes/netsurf/libcss_0.0.2.bb b/recipes/netsurf/libcss_0.0.2.bb
index 42424c4..213b57e 100644
--- a/recipes/netsurf/libcss_0.0.2.bb
+++ b/recipes/netsurf/libcss_0.0.2.bb
@@ -7,7 +7,7 @@ DEPENDS = "libwapcaplet"
PR = "r1"
-SRC_URI = "http://www.netsurf-browser.org/projects/releases/libcss-${PV}-src.tar.gz \
+SRC_URI = "http://download.netsurf-browser.org/libs/releases/libcss-${PV}-src.tar.gz \
file://no-werror.patch"
inherit pkgconfig
diff --git a/recipes/netsurf/libnsbmp_0.0.2.bb b/recipes/netsurf/libnsbmp_0.0.2.bb
index db02c1e..56eeb81 100644
--- a/recipes/netsurf/libnsbmp_0.0.2.bb
+++ b/recipes/netsurf/libnsbmp_0.0.2.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
PR = "r1"
-SRC_URI = "http://www.netsurf-browser.org/projects/releases/libnsbmp-${PV}-src.tar.gz"
+SRC_URI = "http://download.netsurf-browser.org/libs/releases/libnsbmp-${PV}-src.tar.gz"
inherit pkgconfig
diff --git a/recipes/netsurf/libnsgif_0.0.2.bb b/recipes/netsurf/libnsgif_0.0.2.bb
index 5291169..57283f3 100644
--- a/recipes/netsurf/libnsgif_0.0.2.bb
+++ b/recipes/netsurf/libnsgif_0.0.2.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
PR = "r1"
-SRC_URI = "http://www.netsurf-browser.org/projects/releases/libnsgif-${PV}-src.tar.gz"
+SRC_URI = "http://download.netsurf-browser.org/libs/releases/libnsgif-${PV}-src.tar.gz"
inherit pkgconfig
diff --git a/recipes/netsurf/libparserutils_0.0.2.bb b/recipes/netsurf/libparserutils_0.0.2.bb
index ea59272..cca2c02 100644
--- a/recipes/netsurf/libparserutils_0.0.2.bb
+++ b/recipes/netsurf/libparserutils_0.0.2.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
PR = "r1"
-SRC_URI = "http://www.netsurf-browser.org/projects/releases/libparserutils-${PV}-src.tar.gz"
+SRC_URI = "http://download.netsurf-browser.org/libs/releases/libparserutils-${PV}-src.tar.gz"
inherit pkgconfig
diff --git a/recipes/netsurf/libwapcaplet_0.0.2.bb b/recipes/netsurf/libwapcaplet_0.0.2.bb
index 3ef4b3c..02c1d7a 100644
--- a/recipes/netsurf/libwapcaplet_0.0.2.bb
+++ b/recipes/netsurf/libwapcaplet_0.0.2.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
PR = "r1"
-SRC_URI = "http://www.netsurf-browser.org/projects/releases/libwapcaplet-${PV}-src.tar.gz"
+SRC_URI = "http://download.netsurf-browser.org/libs/releases/libwapcaplet-${PV}-src.tar.gz"
inherit pkgconfig
diff --git a/recipes/netsurf/netsurf_2.6.bb b/recipes/netsurf/netsurf_2.6.bb
index 607a18a..1e07223 100644
--- a/recipes/netsurf/netsurf_2.6.bb
+++ b/recipes/netsurf/netsurf_2.6.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.netsurf-browser.org/"
SECTION = "x11/network"
LICENSE = "GPLv2"
-SRC_URI = "http://www.netsurf-browser.org/downloads/releases/netsurf-${PV}-src.tar.gz \
+SRC_URI = "http://download.netsurf-browser.org/netsurf/releases/source/netsurf-${PV}-src.tar.gz \
file://fix_makefile.patch \
file://debugxml_fix.patch \
file://netsurf.png \
--
1.7.10.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] netsurf: update SRC_URI
2012-07-12 18:43 [PATCH] netsurf: update SRC_URI Apelete Seketeli
@ 2012-07-12 19:15 ` Apelete Seketeli
0 siblings, 0 replies; 2+ messages in thread
From: Apelete Seketeli @ 2012-07-12 19:15 UTC (permalink / raw)
To: openembedded-devel
Le 12-Jul-12, Apelete Seketeli a écrit:
> Update the SRC_URI of the following recipes, since the NetSurf project
> has moved the download repository of its source packages:
> - hubbub_0.0.2.bb
> - libcss_0.0.2.bb
> - libnsbmp_0.0.2.bb
> - libnsgif_0.0.2.bb
> - libparserutils_0.0.2.bb
> - libwapcaplet_0.0.2.bb
> - netsurf_2.6.bb
>
> Signed-off-by: Apelete Seketeli <apelete@seketeli.net>
I forgot the tag in the subject, but this is targeting oe-classic.
Cheers.
--
Apelete
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-07-12 19:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-12 18:43 [PATCH] netsurf: update SRC_URI Apelete Seketeli
2012-07-12 19:15 ` Apelete Seketeli
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox