[oe-commits] Stanislav Brabec : lynx: Fixed download URL of the latest release.

git version control git at git.openembedded.org
Wed Jun 1 15:44:43 UTC 2011


Module: openembedded.git
Branch: master
Commit: 60dce4afbc68565e487651bc628487f4af2b5ea3
URL:    http://git.openembedded.org/?p=openembedded.git&a=commit;h=60dce4afbc68565e487651bc628487f4af2b5ea3

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Wed Jun  1 15:42:27 2011 +0000

lynx: Fixed download URL of the latest release.

Signed-off-by: Stanislav Brabec <utx at penguin.cz>

---

 recipes/lynx/lynx_2.8.7.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/lynx/lynx_2.8.7.bb b/recipes/lynx/lynx_2.8.7.bb
index 77434d1..b9b5407 100644
--- a/recipes/lynx/lynx_2.8.7.bb
+++ b/recipes/lynx/lynx_2.8.7.bb
@@ -6,7 +6,9 @@ HOMEPAGE = "http://lynx.isc.org/"
 PR = "r0"
 S = "${WORKDIR}/${PN}${@bb.data.getVar('PV',d,1).replace('.', '-')}"
 
-SRC_URI = "http://lynx.isc.org/${PN}${PV}/${PN}${PV}.tar.bz2 \
+# This URL should point to the latest tarball, but apparently does not:
+# http://lynx.isc.org/${PN}${PV}/${PN}${PV}.tar.bz2
+SRC_URI = "http://lynx.isc.org/current/${PN}${PV}rel.2.tar.bz2 \
 	   file://locale-charset.patch"
 
 inherit autotools





More information about the Openembedded-commits mailing list