blob: f5f1f998ff7f574a03ec256a86e9b5b7b1fb7e78 [file] [log] [blame]
Brad Bishop7e36d532019-09-16 07:44:26 -04001SUMMARY = "Display dialog boxes from the command line and shell scripts"
2SECTION = "x11/gnome"
3LICENSE = "GPLv2+"
4
5LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7"
6
Brad Bishop8410d612019-11-25 09:40:59 -05007inherit gnomebase itstool gnome-help features_check gettext
Brad Bishop7e36d532019-09-16 07:44:26 -04008
Brad Bishop93c3acf2019-10-29 09:48:15 -04009DEPENDS = " \
10 yelp-tools-native \
11 gtk+3 \
12"
Brad Bishop7e36d532019-09-16 07:44:26 -040013
14REQUIRED_DISTRO_FEATURES = "x11"
15
Brad Bishop7e36d532019-09-16 07:44:26 -040016SRC_URI[archive.md5sum] = "ba2b2a13248773b4ec0fd323d95e6d5a"
17SRC_URI[archive.sha256sum] = "e786e733569c97372c3ef1776e71be7e7599ebe87e11e8ad67dcc2e63a82cd95"
Brad Bishop7e36d532019-09-16 07:44:26 -040018
Patrick Williams213cb262021-08-07 19:21:33 -050019do_install:append() {
Brad Bishop7e36d532019-09-16 07:44:26 -040020 # Remove gdialog compatibility helper - we don't want to pull in perl
21 rm ${D}${bindir}/gdialog
22}