diff options
author | Roman I Khimov <khimov@altell.ru> | 2009-03-27 19:37:53 +0300 |
---|---|---|
committer | Roman I Khimov <khimov@altell.ru> | 2009-04-22 23:00:21 +0400 |
commit | 57cd858103e99a019a5264840cd412be700e2299 (patch) | |
tree | 1cb29efdc0e7de1294a09d8878bc0e4cfcb993de /recipes/dialog/dialog.inc | |
parent | 6cf8a2695b13601dab36cec36811355a96040618 (diff) |
dialog: update version 1.0-20050306 -> 1.1-20080819
Previous version is obsolete and can't be found on official FTP, it is also
removed from Debian archives so the packages failed to build if not using
some distro-specific mirror.
Hence, update version removing the old one along the way.
Acked-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/dialog/dialog.inc')
-rw-r--r-- | recipes/dialog/dialog.inc | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/recipes/dialog/dialog.inc b/recipes/dialog/dialog.inc index f2bcaf042a..8fe0d98a2a 100644 --- a/recipes/dialog/dialog.inc +++ b/recipes/dialog/dialog.inc @@ -5,9 +5,10 @@ DESCRIPTION = "Dialog lets you to present a variety of questions \ or display messages using dialog boxes from a shell \ script (or any scripting language)." -SRC_URI = "ftp://ftp.us.debian.org/debian/pool/main/d/dialog/dialog_${PV}.orig.tar.gz \ - file://configure.patch;patch=1 \ - file://m4.patch;patch=1 \ - file://templates.patch;patch=1" +SRC_URI = "ftp://invisible-island.net/dialog/dialog-${PV}.tgz" inherit autotools + +do_configure() { + oe_runconf +} |