From: Klaus Schwarzkopf Date: Sun, 5 Dec 2010 12:51:27 +0000 (+0100) Subject: picocom_1.3: fixed SRC_URI X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c98e2bbc8bbf8d20d294c31164fe2ffa3bf7b62;p=openembedded.git picocom_1.3: fixed SRC_URI Signed-off-by: Klaus Schwarzkopf Signed-off-by: Eric Bénard --- diff --git a/recipes/picocom/picocom_1.3.bb b/recipes/picocom/picocom_1.3.bb index 492e29aa61..c832361a9f 100644 --- a/recipes/picocom/picocom_1.3.bb +++ b/recipes/picocom/picocom_1.3.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Picocom is a lightweight and minimal (~20K) dumb-terminal emulati SECTION = "console/utils" PRIORITY = "optional" LICENSE = "GPL" -SRC_URI = "http://efault.net/npat/hacks/picocom/dist/picocom-${PV}.tar.gz" +SRC_URI = "http://picocom.googlecode.com/files/picocom-${PV}.tar.gz" CFLAGS_append = ' -DVERSION_STR=\\"${PV}\\"'