summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.23.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>2016-07-11 17:33:48 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-20 10:28:46 +0100
commit15901eb07becd0bdb7c29849d64f728249c6dbeb (patch)
tree5d28b0d7fa8486cc90a13bd7a2961bf29ffd49f7 /meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.23.bb
parentf4cd97c30d20535bbdcee3e0f020d8b1647efd97 (diff)
downloadpoky-15901eb07becd0bdb7c29849d64f728249c6dbeb.tar.gz
desktop-file-utils-native: update to 0.23
(From OE-Core rev: d155f9b82ef5d2af956ef6b6caab587f6d977779) Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.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-native_0.23.bb')
-rw-r--r--meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.23.bb18
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.23.bb b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.23.bb
new file mode 100644
index 0000000000..54daabef56
--- /dev/null
+++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.23.bb
@@ -0,0 +1,18 @@
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"
7DEPENDS = "glib-2.0-native"
8
9SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.xz"
10
11SRC_URI[md5sum] = "599133d51cc9a41bfec186414906b6f1"
12SRC_URI[sha256sum] = "6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385"
13
14inherit autotools native
15
16S = "${WORKDIR}/desktop-file-utils-${PV}"
17
18EXTRA_OECONF += "ac_cv_prog_EMACS=no"