diff options
author | Khem Raj <raj.khem@gmail.com> | 2017-05-09 00:57:07 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-05-23 15:49:37 +0200 |
commit | a9fb2a9387dd912539c7c23d34487f050f487fa1 (patch) | |
tree | 0aedbd8af0f69b3e54859dbf07a535ed73f0fe5c /meta-multimedia | |
parent | f60279171d7990d7a0258dc325c834b188330f07 (diff) | |
download | meta-openembedded-a9fb2a9387dd912539c7c23d34487f050f487fa1.tar.gz |
gupnp: Update to 1.0.2
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia')
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.14.bb | 8 | ||||
-rw-r--r-- | meta-multimedia/recipes-connectivity/gupnp/gupnp_1.0.2.bb | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.14.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.14.bb deleted file mode 100644 index ed0717593..000000000 --- a/meta-multimedia/recipes-connectivity/gupnp/gupnp_0.20.14.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require gupnp.inc | ||
2 | |||
3 | SRC_URI = "${GNOME_MIRROR}/${BPN}/0.20/${BPN}-${PV}.tar.xz" | ||
4 | SRC_URI[md5sum] = "63346ef90ac5cd925c3a941f51d8bca6" | ||
5 | SRC_URI[sha256sum] = "77ffb940ba77c4a6426d09d41004c75d92652dcbde86c84ac1c847dbd9ad59bd" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
8 | file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520" | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.0.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.0.2.bb new file mode 100644 index 000000000..1bdf7d79b --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gupnp_1.0.2.bb | |||
@@ -0,0 +1,8 @@ | |||
1 | require gupnp.inc | ||
2 | |||
3 | SRC_URI = "${GNOME_MIRROR}/${BPN}/1.0/${BPN}-${PV}.tar.xz" | ||
4 | SRC_URI[md5sum] = "afd96fe73856b38aaf1baf7526e08edd" | ||
5 | SRC_URI[sha256sum] = "5173fda779111c6b01cd4a5e41b594322be9d04f8c74d3361f0a0c2069c77610" | ||
6 | |||
7 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
8 | file://libgupnp/gupnp.h;beginline=1;endline=20;md5=d78a69d9b6e63ee2dc72e7b674d97520" | ||