diff options
author | Rod Whitby <rod@whitby.id.au> | 2005-07-11 23:51:12 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-07-11 23:51:12 +0000 |
commit | e0d6fb1004ff2917de37ddad3ccd94a37b3c9194 (patch) | |
tree | 9d80e80cfa3e06445ea58a97512388ede20e541a /packages/mgetty/mgetty_1.1.30.bb | |
parent | 92d1c24d62cc8d48680ce6ca0c2d87e7981ad29c (diff) |
Debian mgetty-1.1.30 source has disappeared, and upgrading is too hard for a 5 minute job, so nslu2-linux is now mirroring the source.
Diffstat (limited to 'packages/mgetty/mgetty_1.1.30.bb')
-rw-r--r-- | packages/mgetty/mgetty_1.1.30.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/mgetty/mgetty_1.1.30.bb b/packages/mgetty/mgetty_1.1.30.bb index 190397777b..e06249051f 100644 --- a/packages/mgetty/mgetty_1.1.30.bb +++ b/packages/mgetty/mgetty_1.1.30.bb @@ -3,9 +3,11 @@ DESCRIPTION = "The mgetty package contains an intelligent \ getty for allowing logins over a serial line (such as \ through a modem) and receiving incoming faxes." LICENSE = "GPL" -PR="r2" +PR="r3" -SRC_URI = "${DEBIAN_MIRROR}/main/m/mgetty/mgetty_${PV}.orig.tar.gz \ +# The source can no longer be found at ${DEBIAN_MIRROR}/main/m/mgetty/mgetty_${PV}.orig.tar.gz +# so the nslu2-linux project has mirrored it until someone updates this package to a newer version. +SRC_URI = "http://nslu.sf.net/downloads/mgetty_1.1.30.orig.tar.gz \ file://debian.patch;patch=1 \ file://00-g3_Makefile;patch=1 \ file://01-adjust-path;patch=1 \ |