diff options
author | Ricardo Salveti <ricardo.salveti@openbossa.org> | 2009-10-31 13:22:40 +0000 |
---|---|---|
committer | Holger Hans Peter Freyther <zecke@selfish.org> | 2009-11-03 14:49:17 +0100 |
commit | 14caede54c01f7ab94284b576438e1bd371073f6 (patch) | |
tree | dcc081a35323efbdb37a0c120b8e501f3ed1ccd3 /recipes/eject/eject_2.1.5.bb | |
parent | c724ad44d6adfda201f33c15378cab8d9e7ee902 (diff) |
eject-2.1.5: adding HOMEPAGE and fixing SRC_URI
As geocities is now down, changing the SRC_URI to point to OE
mirror.
Signed-off-by: Ricardo Salveti <ricardo.salveti@openbossa.org>
Acked-by: Holger Hans Peter Freyther <zecke@selfish.org>
Diffstat (limited to 'recipes/eject/eject_2.1.5.bb')
-rw-r--r-- | recipes/eject/eject_2.1.5.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/eject/eject_2.1.5.bb b/recipes/eject/eject_2.1.5.bb index 6d53aee9a7..f90f8e6993 100644 --- a/recipes/eject/eject_2.1.5.bb +++ b/recipes/eject/eject_2.1.5.bb @@ -1,9 +1,10 @@ DESCRIPTION = "Eject allows removable media (typically a CD-ROM, floppy disk, tape, or JAZ or ZIP disk) to be ejected under software control." +HOMEPAGE = "http://eject.sourceforge.net/" LICENSE = "GPLv2" inherit autotools gettext -SRC_URI = "http://ca.geocities.com/jefftranter@rogers.com/eject-${PV}.tar.gz" +SRC_URI = "http://sources.openembedded.org/eject-2.1.5.tar.gz" S = "${WORKDIR}/${PN}" |