diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-10-25 09:21:03 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:42:44 -0700 |
commit | ea4dbce7bdac44978f33bbe441b9a7836161e5a2 (patch) | |
tree | 10d626803be228e1fad2d3e25e5ac74fac1c559e /meta-gnome | |
parent | bdbce2d403673e54ad712a100eabd6734a6f097d (diff) | |
download | meta-openembedded-ea4dbce7bdac44978f33bbe441b9a7836161e5a2.tar.gz |
appstream-glib: initial add 0.7.16
It is a dependency for upcoming gnome recipes
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-support/appstream-glib/appstream-glib_0.7.16.bb | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.16.bb b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.16.bb new file mode 100644 index 000000000..ec3e4a3d3 --- /dev/null +++ b/meta-gnome/recipes-support/appstream-glib/appstream-glib_0.7.16.bb | |||
@@ -0,0 +1,37 @@ | |||
1 | SUMMARY = "Objects and helper methods to help reading and writing AppStream metadata" | ||
2 | HOMEPAGE = "https://people.freedesktop.org/~hughsient/appstream-glib/index.htm" | ||
3 | LICENSE = "LGPLv2.1" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
5 | |||
6 | DEPENDS = " \ | ||
7 | gperf-native \ | ||
8 | glib-2.0 \ | ||
9 | gtk+3 \ | ||
10 | libyaml \ | ||
11 | libarchive \ | ||
12 | libsoup-2.4 \ | ||
13 | json-glib \ | ||
14 | gdk-pixbuf \ | ||
15 | freetype \ | ||
16 | fontconfig \ | ||
17 | libstemmer \ | ||
18 | " | ||
19 | |||
20 | inherit meson gobject-introspection gettext bash-completion | ||
21 | |||
22 | SRC_URI = "https://people.freedesktop.org/~hughsient/${BPN}/releases/${BP}.tar.xz" | ||
23 | SRC_URI[md5sum] = "78306049412396a72746186452abdf66" | ||
24 | SRC_URI[sha256sum] = "04f290d73bc865071112076b8a3345df2730783a16af976fe3becfd2f50d5992" | ||
25 | |||
26 | EXTRA_OEMESON = " \ | ||
27 | -Drpm=false \ | ||
28 | " | ||
29 | |||
30 | FILES_${PN} += "${libdir}/asb-plugins-5" | ||
31 | |||
32 | FILES_${PN}-dev += " \ | ||
33 | ${datadir}/installed-tests \ | ||
34 | ${datadir}/gettext \ | ||
35 | " | ||
36 | |||
37 | BBCLASSEXTEND = "native" | ||