diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2021-12-31 18:29:33 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-05 08:17:18 -0800 |
commit | eecbad0ef0ed61d2d764236357556be42fd8f06c (patch) | |
tree | de36f678feaa2d5346b52b9d4b21a5a533155879 /meta-multimedia/recipes-connectivity | |
parent | 7d923453eca8b010e76ef4eae03c595418683abd (diff) | |
download | meta-openembedded-eecbad0ef0ed61d2d764236357556be42fd8f06c.tar.gz |
gupnp-tools: upgrade 0.10.0 -> 0.10.2 / prettify recipe
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity')
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.2.bb (renamed from meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.0.bb) | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.0.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.2.bb index 20129c70f..49f7d91b7 100644 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.0.bb +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp-tools_0.10.2.bb | |||
@@ -2,12 +2,14 @@ SUMMARY = "Tools for GUPnP" | |||
2 | LICENSE = "GPLv2+" | 2 | LICENSE = "GPLv2+" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \ |
4 | file://src/network-light/main.c;beginline=1;endline=21;md5=2c39b3a000495dabd4932f231c7efed8" | 4 | file://src/network-light/main.c;beginline=1;endline=21;md5=2c39b3a000495dabd4932f231c7efed8" |
5 | |||
5 | DEPENDS = "gupnp gupnp-av gtk+3 glib-2.0-native intltool-native" | 6 | DEPENDS = "gupnp gupnp-av gtk+3 glib-2.0-native intltool-native" |
6 | RRECOMMENDS:${PN} = "adwaita-icon-theme" | ||
7 | 7 | ||
8 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.10/${BPN}-${PV}.tar.xz" | ||
9 | SRC_URI[md5sum] = "8c66d4aca756478615761a26ed7c8dba" | ||
10 | SRC_URI[sha256sum] = "41da7ff5ba8e2425adcb64ca5e04c81f57ca20ec6fdb84923939fdad42c6a18d" | ||
11 | inherit features_check meson pkgconfig gettext gtk-icon-cache | 8 | inherit features_check meson pkgconfig gettext gtk-icon-cache |
12 | 9 | ||
13 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
11 | |||
12 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.10/${BPN}-${PV}.tar.xz" | ||
13 | SRC_URI[sha256sum] = "6de49ef4b375b8a164f74b766168b1184e0d28196b6b07a4f5341f08dfd85d6c" | ||
14 | |||
15 | RRECOMMENDS:${PN} = "adwaita-icon-theme" | ||