From: Marcin Juszkiewicz Date: Thu, 16 Nov 2006 14:19:23 +0000 (+0000) Subject: pine: fixed SRC_URI X-Git-Tag: Release-2010-05/1~9453^2~445^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ff6659eeaa3d00b36e2181643b6ced59d606f4c4;p=openembedded.git pine: fixed SRC_URI --- diff --git a/packages/pine/pine_4.64.bb b/packages/pine/pine_4.64.bb index 1bcb451f52..a69f1c5a96 100644 --- a/packages/pine/pine_4.64.bb +++ b/packages/pine/pine_4.64.bb @@ -5,7 +5,7 @@ DEPENDS = "ncurses openssl" RDEPENDS_pine = "pico" HOMEPAGE = "http://www.washington.edu/pine/" -SRC_URI = "ftp://ftp.cac.washington.edu/pine/old/pine${PV}.tar.Z" +SRC_URI = "ftp://ftp.cac.washington.edu/pine/pine${PV}.tar.Z" S = "${WORKDIR}/pine${PV}" inherit autotools