aboutsummaryrefslogtreecommitdiffstats
path: root/packages/atftp
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2005-07-28 13:56:27 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-28 13:56:27 +0000
commitb353ee375fa7edc6d95c8a702874c7b793b3ed68 (patch)
tree2dfc354cb3e91273f36640fdff418a446e20bdce /packages/atftp
parent2a4e6ec8d95359fb115611c3d44131faf5fddae7 (diff)
downloadopenembedded-b353ee375fa7edc6d95c8a702874c7b793b3ed68.tar.gz
switched to fetching source from Debian 'stable' + patch from Debian to get it build with gcc 3.4
Diffstat (limited to 'packages/atftp')
-rw-r--r--packages/atftp/atftp_0.7.bb5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/atftp/atftp_0.7.bb b/packages/atftp/atftp_0.7.bb
index ab51647096..67dd716a76 100644
--- a/packages/atftp/atftp_0.7.bb
+++ b/packages/atftp/atftp_0.7.bb
@@ -4,9 +4,10 @@ PRIORITY = "optional"
MAINTAINER = "NSLU2 Linux <www.nslu2-linux.org>"
HOMEPAGE = "http://packages.debian.org/atftp"
LICENSE = "GPL"
-PR = "r1"
+PR = "r2"
-SRC_URI = "ftp://ftp.mamalinux.com/pub/atftp/atftp-${PV}.tar.gz \
+SRC_URI = "${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}.orig.tar.gz \
+ ${DEBIAN_MIRROR}/main/a/atftp/atftp_${PV}-7.diff.gz;patch=1 \
file://atftpd.init"
S = "${WORKDIR}/atftp-${PV}"