blob: aecba07235cd3408e832b2ddc2347a85b42d21ec [file] [log] [blame]
Brad Bishop1a4b7ee2018-12-16 17:11:34 -08001SECTION = "console/utils"
2SUMMARY = "Command line utilities for working with *.desktop files"
3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
4LICENSE = "GPLv2+"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7 file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416"
8
9SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BP}.tar.xz"
Brad Bishopc68388fc2019-08-26 01:33:31 -040010SRC_URI[md5sum] = "9364b82e14cfcad881161aa7ea5257ae"
11SRC_URI[sha256sum] = "a1de5da60cbdbe91e5c9c10ac9afee6c3deb019e0cee5fdb9a99dddc245f83d9"
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080012
13DEPENDS = "glib-2.0"
14
15inherit autotools pkgconfig
16
17EXTRA_OECONF += "ac_cv_prog_EMACS=no"
18
19BBCLASSEXTEND = "native nativesdk"
Brad Bishopc68388fc2019-08-26 01:33:31 -040020
21do_install_append() {
22 rm -rf ${D}${datadir}/emacs
23}
24