mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
dialog: add 1.1-20111020 recipe (dynamic and static)
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
bb76fbcfc3
commit
2642db3615
@@ -0,0 +1,7 @@
|
||||
require dialog.inc
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
LDFLAGS += "-static"
|
||||
|
||||
SRC_URI[md5sum] = "15dd2ce9f537c0400f600d1a383aa0a3"
|
||||
SRC_URI[sha256sum] = "746bf18b8414985864835b61536cee826ac916e6827fbcad9faffb496cae8a7a"
|
||||
@@ -0,0 +1,24 @@
|
||||
DESCRIPTION = "Dialog lets you to present a variety of questions \
|
||||
or display messages using dialog boxes from a shell \
|
||||
script (or any scripting language)."
|
||||
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
|
||||
S = "${WORKDIR}/dialog-${PV}"
|
||||
|
||||
inherit autotools
|
||||
|
||||
EXTRA_OECONF = "--with-ncurses \
|
||||
--disable-rpath-hack"
|
||||
|
||||
do_configure() {
|
||||
sed -i 's,${cf_ncuconfig_root}6-config,${cf_ncuconfig_root}-config,g' -i configure
|
||||
oe_runconf
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
require dialog.inc
|
||||
PR = "${INC_PR}.0"
|
||||
|
||||
SRC_URI[md5sum] = "15dd2ce9f537c0400f600d1a383aa0a3"
|
||||
SRC_URI[sha256sum] = "746bf18b8414985864835b61536cee826ac916e6827fbcad9faffb496cae8a7a"
|
||||
Reference in New Issue
Block a user