From: Marcin Juszkiewicz Date: Thu, 28 Jul 2005 13:56:27 +0000 (+0000) Subject: switched to fetching source from Debian 'stable' + patch from Debian to get it build... X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b353ee375fa7edc6d95c8a702874c7b793b3ed68;p=openembedded.git switched to fetching source from Debian 'stable' + patch from Debian to get it build with gcc 3.4 --- 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 " 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}"