mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-14 14:25:53 +01:00
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
626 B
BlitzBasic
20 lines
626 B
BlitzBasic
SUMMARY = "Display dialog boxes from the commandline and shell scripts"
|
|
LICENSE = "LGPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
|
|
|
|
PR = "r2"
|
|
|
|
DEPENDS = "gtk+ glib-2.0 libnotify gnome-doc-utils"
|
|
|
|
inherit gnome
|
|
SRC_URI += "file://0001-Makefile.am-don-t-build-help.patch"
|
|
SRC_URI[archive.md5sum] = "aa66ec35451b16e424519b4973082170"
|
|
SRC_URI[archive.sha256sum] = "8838be041a07364b62a4281c971392e4a09bb01bb3237a836ec0457ec0ea18ac"
|
|
|
|
EXTRA_OECONF += "--disable-scrollkeeper"
|
|
# remove -I/usr/include from zenity_CPPFLAGS
|
|
do_configure_prepend() {
|
|
sed -i -e '/-I$(includedir)/d' src/Makefile.am
|
|
}
|
|
|