diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2005-07-28 13:56:27 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-28 13:56:27 +0000 |
commit | b353ee375fa7edc6d95c8a702874c7b793b3ed68 (patch) | |
tree | 2dfc354cb3e91273f36640fdff418a446e20bdce /packages/atftp/atftp_0.7.bb | |
parent | 2a4e6ec8d95359fb115611c3d44131faf5fddae7 (diff) |
switched to fetching source from Debian 'stable' + patch from Debian to get it build with gcc 3.4
Diffstat (limited to 'packages/atftp/atftp_0.7.bb')
-rw-r--r-- | packages/atftp/atftp_0.7.bb | 5 |
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}" |