summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/desktop-file-utils
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-08-03 15:01:15 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-08-07 12:13:03 +0100
commit8239a8b12a38f69c649d44fb8d4c5ebbb8ad17d9 (patch)
treec605f885f3421625331a708a5429b219c5decbba /meta/recipes-devtools/desktop-file-utils
parentb152f84a73e4ae9b8440bb3df849f4dea1130466 (diff)
downloadpoky-8239a8b12a38f69c649d44fb8d4c5ebbb8ad17d9.tar.gz
desktop-file-utils: allow target/nativesdk build, not just native
Also fix the license, as this is GPLv2+ not just v2. (From OE-Core rev: c372bb230640e76af13795433adc76f506e12cc6) 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')
-rw-r--r--meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.23.bb (renamed from meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.23.bb)15
1 files changed, 8 insertions, 7 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_0.23.bb
index 54daabef56..6446f47189 100644
--- a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils-native_0.23.bb
+++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.23.bb
@@ -1,18 +1,19 @@
1SECTION = "console/utils" 1SECTION = "console/utils"
2SUMMARY = "Command line utilities for working with *.desktop files" 2SUMMARY = "Command line utilities for working with *.desktop files"
3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" 3HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils"
4LICENSE = "GPLv2" 4LICENSE = "GPLv2+"
5 5
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" 6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
7DEPENDS = "glib-2.0-native" 7 file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416"
8
9SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.xz"
10 8
9SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BP}.tar.xz"
11SRC_URI[md5sum] = "599133d51cc9a41bfec186414906b6f1" 10SRC_URI[md5sum] = "599133d51cc9a41bfec186414906b6f1"
12SRC_URI[sha256sum] = "6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385" 11SRC_URI[sha256sum] = "6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385"
13 12
14inherit autotools native 13DEPENDS = "glib-2.0"
15 14
16S = "${WORKDIR}/desktop-file-utils-${PV}" 15inherit autotools pkgconfig
17 16
18EXTRA_OECONF += "ac_cv_prog_EMACS=no" 17EXTRA_OECONF += "ac_cv_prog_EMACS=no"
18
19BBCLASSEXTEND = "native nativesdk"