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 | |
| 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')
| -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 @@ | |||
| 1 | SECTION = "console/utils" | 1 | SECTION = "console/utils" |
| 2 | SUMMARY = "Command line utilities for working with *.desktop files" | 2 | SUMMARY = "Command line utilities for working with *.desktop files" |
| 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" | 3 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" |
| 4 | LICENSE = "GPLv2" | 4 | LICENSE = "GPLv2+" |
| 5 | 5 | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ |
| 7 | DEPENDS = "glib-2.0-native" | 7 | file://src/validator.c;beginline=4;endline=27;md5=281e1114ee6c486a1a0a4295986b9416" |
| 8 | |||
| 9 | SRC_URI = "http://freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.xz" | ||
| 10 | 8 | ||
| 9 | SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BP}.tar.xz" | ||
| 11 | SRC_URI[md5sum] = "599133d51cc9a41bfec186414906b6f1" | 10 | SRC_URI[md5sum] = "599133d51cc9a41bfec186414906b6f1" |
| 12 | SRC_URI[sha256sum] = "6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385" | 11 | SRC_URI[sha256sum] = "6c094031bdec46c9f621708f919084e1cb5294e2c5b1e4c883b3e70cb8903385" |
| 13 | 12 | ||
| 14 | inherit autotools native | 13 | DEPENDS = "glib-2.0" |
| 15 | 14 | ||
| 16 | S = "${WORKDIR}/desktop-file-utils-${PV}" | 15 | inherit autotools pkgconfig |
| 17 | 16 | ||
| 18 | EXTRA_OECONF += "ac_cv_prog_EMACS=no" | 17 | EXTRA_OECONF += "ac_cv_prog_EMACS=no" |
| 18 | |||
| 19 | BBCLASSEXTEND = "native nativesdk" | ||
