diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-05-06 10:37:49 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-06 08:32:04 -0700 |
commit | 49862b65a74a7d2d6ce1adeb1ebac7230f1c70b5 (patch) | |
tree | c446c6a9bde0007586bafe60947a3868855d49ab /meta-gnome | |
parent | 0600d6f4769490cc5f23ee9c3455fd96fff78508 (diff) | |
download | meta-openembedded-49862b65a74a7d2d6ce1adeb1ebac7230f1c70b5.tar.gz |
desktop-file-utils: remove - a more recent version is in oe-core
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb b/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb deleted file mode 100644 index 57a8720f2..000000000 --- a/meta-gnome/recipes-gnome/desktop-file-utils/desktop-file-utils_0.18.bb +++ /dev/null | |||
@@ -1,18 +0,0 @@ | |||
1 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/desktop-file-utils" | ||
2 | DESCRIPTION = "desktop-file-utils contains a few command line utilities for working with desktop entries:" | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
5 | |||
6 | DEPENDS = "glib-2.0" | ||
7 | |||
8 | PR = "r1" | ||
9 | |||
10 | SRC_URI = "http://www.freedesktop.org/software/desktop-file-utils/releases/desktop-file-utils-${PV}.tar.bz2" | ||
11 | SRC_URI[md5sum] = "d966b743eb394650f98d5dd56b9aece1" | ||
12 | SRC_URI[sha256sum] = "d9449956c1c8caa75281a3322b2bb433db42610942f0ceeaa65ccd9636c04231" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
16 | CACHED_CONFIGUREVARS += "ac_cv_prog_EMACS=no" | ||
17 | |||
18 | BBCLASSEXTEND = "native" | ||