summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.24.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-08-20 17:32:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-08-22 22:48:27 +0100
commit9e6f0433aa94141ccb12997b43050364953c59ec (patch)
tree0fe732a35581a0b6d4be6e66ba1fb07605c37d4c /meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.24.bb
parent1bab9aa31e1d29591352bad52032ff6fdadf331f (diff)
downloadpoky-9e6f0433aa94141ccb12997b43050364953c59ec.tar.gz
desktop-file-utils: upgrade 0.23 -> 0.24
(From OE-Core rev: 4c7860eb21281c250ccfa8311754bd6ad3e0a0b3) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.24.bb')
-rw-r--r--meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.24.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.24.bb b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.24.bb
new file mode 100644
index 0000000000..aecba07235
--- /dev/null
+++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.24.bb
@@ -0,0 +1,24 @@
1SECTION = "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"
10SRC_URI[md5sum] = "9364b82e14cfcad881161aa7ea5257ae"
11SRC_URI[sha256sum] = "a1de5da60cbdbe91e5c9c10ac9afee6c3deb019e0cee5fdb9a99dddc245f83d9"
12
13DEPENDS = "glib-2.0"
14
15inherit autotools pkgconfig
16
17EXTRA_OECONF += "ac_cv_prog_EMACS=no"
18
19BBCLASSEXTEND = "native nativesdk"
20
21do_install_append() {
22 rm -rf ${D}${datadir}/emacs
23}
24