diff options
author | Koen Kooi <koen@openembedded.org> | 2010-04-07 10:50:35 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-04-07 11:11:43 +0200 |
commit | aa8690aa527a567283fca05311d29f7ca51f4d88 (patch) | |
tree | ea96dbe9cab716118b32c759fddddab5052668c5 /recipes/gftp/gftp_2.0.19.bb | |
parent | c744d30a5798fffe5ea31efc2e8752c2536a4b8e (diff) |
gftp 2.0.19: fix src uri name
Diffstat (limited to 'recipes/gftp/gftp_2.0.19.bb')
-rw-r--r-- | recipes/gftp/gftp_2.0.19.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gftp/gftp_2.0.19.bb b/recipes/gftp/gftp_2.0.19.bb index fbd866baed..1959506e84 100644 --- a/recipes/gftp/gftp_2.0.19.bb +++ b/recipes/gftp/gftp_2.0.19.bb @@ -10,7 +10,7 @@ DEPENDS = "gtk+ openssl" inherit autotools -SRC_URI = "http://www.gftp.org/gftp-${PV}.tar.bz2 \ +SRC_URI = "http://www.gftp.org/gftp-${PV}.tar.bz2;name=archive \ file://configure.patch;patch=1" SRC_URI[archive.md5sum] = "5183cb4955d94be0e03c892585547c64" |