From: Raymond Danks Date: Wed, 31 May 2006 22:05:08 +0000 (+0000) Subject: dialog - Add dialog-static and templates.patch X-Git-Tag: Release-2010-05/1~9453^2~1541 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29c3ca9526c85eaa19f27456e9c95e2554ffc0fe;p=openembedded.git dialog - Add dialog-static and templates.patch --- diff --git a/packages/dialog/dialog_1.0-20050306.bb b/packages/dialog/dialog_1.0-20050306.bb index 3aa28e58ce..7b7b72f364 100644 --- a/packages/dialog/dialog_1.0-20050306.bb +++ b/packages/dialog/dialog_1.0-20050306.bb @@ -1,12 +1 @@ -SECTION = "console/utils" -DEPENDS = "ncurses" -LICENSE = "GPL" -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" - -inherit autotools +include dialog.inc