mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
dialog: update to version 1.1-20120706
Changes: - add SUMMARY and HOMEPAGE - remove the use of INC_PR Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
cba5550dd8
commit
a8b66573e4
@@ -1,7 +0,0 @@
|
||||
require dialog.inc
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
LDFLAGS += "-static"
|
||||
|
||||
SRC_URI[md5sum] = "15dd2ce9f537c0400f600d1a383aa0a3"
|
||||
SRC_URI[sha256sum] = "746bf18b8414985864835b61536cee826ac916e6827fbcad9faffb496cae8a7a"
|
||||
@@ -0,0 +1,6 @@
|
||||
require dialog.inc
|
||||
|
||||
LDFLAGS += "-static"
|
||||
|
||||
SRC_URI[md5sum] = "2e538305977178eb085a9859511c299d"
|
||||
SRC_URI[sha256sum] = "305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5"
|
||||
@@ -1,13 +1,13 @@
|
||||
SUMMARY = "display dialog boxes from shell scripts"
|
||||
DESCRIPTION = "Dialog lets you to present a variety of questions \
|
||||
or display messages using dialog boxes from a shell \
|
||||
script (or any scripting language)."
|
||||
HOMEPAGE = "http://invisible-island.net/dialog/"
|
||||
SECTION = "console/utils"
|
||||
DEPENDS = "ncurses"
|
||||
LICENSE = "LGPL-2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
||||
|
||||
INC_PR = "r0"
|
||||
|
||||
SRC_URI = "ftp://invisible-island.net/dialog/dialog-${PV}.tgz"
|
||||
|
||||
# hardcoded here for use in dialog-static recipe
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
require dialog.inc
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI[md5sum] = "15dd2ce9f537c0400f600d1a383aa0a3"
|
||||
SRC_URI[sha256sum] = "746bf18b8414985864835b61536cee826ac916e6827fbcad9faffb496cae8a7a"
|
||||
@@ -0,0 +1,4 @@
|
||||
require dialog.inc
|
||||
|
||||
SRC_URI[md5sum] = "2e538305977178eb085a9859511c299d"
|
||||
SRC_URI[sha256sum] = "305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5"
|
||||
Reference in New Issue
Block a user