diff options
author | Ross Burton <ross.burton@intel.com> | 2018-08-03 15:01:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-08-07 12:13:03 +0100 |
commit | 8239a8b12a38f69c649d44fb8d4c5ebbb8ad17d9 (patch) | |
tree | c605f885f3421625331a708a5429b219c5decbba /meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.23.bb | |
parent | b152f84a73e4ae9b8440bb3df849f4dea1130466 (diff) | |
download | poky-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/desktop-file-utils_0.23.bb')
-rw-r--r-- | meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.23.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.23.bb b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.23.bb new file mode 100644 index 0000000000..6446f47189 --- /dev/null +++ b/meta/recipes-devtools/desktop-file-utils/desktop-file-utils_0.23.bb | |||
@@ -0,0 +1,19 @@ | |||
1 | SECTION = "console/utils" | ||
2 | SUMMARY = "Command line utilities for working with *.desktop files" | ||
3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" | ||
4 | LICENSE = "GPLv2+" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ | ||
7 | file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416" | ||
8 | |||
9 | SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BP}.tar.xz" | ||
10 | SRC_URI[md5sum] = "599133d51cc9a41bfec186414906b6f1" | ||
11 | SRC_URI[sha256sum] = "6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385" | ||
12 | |||
13 | DEPENDS = "glib-2.0" | ||
14 | |||
15 | inherit autotools pkgconfig | ||
16 | |||
17 | EXTRA_OECONF += "ac_cv_prog_EMACS=no" | ||
18 | |||
19 | BBCLASSEXTEND = "native nativesdk" | ||