diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-17 14:44:16 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-07-22 00:01:51 +0200 |
commit | cd9d7a5a3d9c580fee31f1455448c0d3cb4ce6fb (patch) | |
tree | 0015698cb51ecb458cbf1ddc52f0e2f84684e8c5 /meta-multimedia/recipes-connectivity | |
parent | 3eff2f29e0d82055014a889859c44f593f8c534e (diff) | |
download | meta-openembedded-cd9d7a5a3d9c580fee31f1455448c0d3cb4ce6fb.tar.gz |
gssdp: Upgrade to 0.14.8, drop previous versions
Means we no longer need to set PREFERRED_VERSION to make other things build.
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity')
3 files changed, 9 insertions, 13 deletions
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.12.2.1.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.12.2.1.bb deleted file mode 100644 index 29cc721c5..000000000 --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.12.2.1.bb +++ /dev/null | |||
@@ -1,5 +0,0 @@ | |||
1 | require gssdp.inc | ||
2 | |||
3 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.12/${BPN}-${PV}.tar.xz" | ||
4 | SRC_URI[md5sum] = "8ac3a544ef0dcf8caaf7c249d2a50dc2" | ||
5 | SRC_URI[sha256sum] = "928aa257815d044fdbfc740f5799530d41897947b5d7854173f636b36d728414" | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.13.2.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.13.2.bb deleted file mode 100644 index c308fa01a..000000000 --- a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.13.2.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require gssdp.inc | ||
2 | |||
3 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.13/${BPN}-${PV}.tar.xz" | ||
4 | SRC_URI[md5sum] = "758ed423cdd258a9a22d59c321b535ed" | ||
5 | SRC_URI[sha256sum] = "8f663f8a72b66254f5c20a3610ff853ac8d00bf6f253828e37e51579caa34dce" | ||
6 | |||
7 | # This is a development release so don't prefer it | ||
8 | DEFAULT_PREFERENCE = "-1" | ||
diff --git a/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb b/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb new file mode 100644 index 000000000..9fda51db7 --- /dev/null +++ b/meta-multimedia/recipes-connectivity/gupnp/gssdp_0.14.8.bb | |||
@@ -0,0 +1,9 @@ | |||
1 | require gssdp.inc | ||
2 | |||
3 | inherit gtk-doc | ||
4 | |||
5 | PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk,gtk+3" | ||
6 | |||
7 | SRC_URI = "http://download.gnome.org/sources/${BPN}/0.14/${BPN}-${PV}.tar.xz" | ||
8 | SRC_URI[md5sum] = "b8658e480d047caf2d92baa4a51b9ae7" | ||
9 | SRC_URI[sha256sum] = "4c3ffa01435e84dc31c954e669e1ca0749b962f76a333e74f5c2cb0de5803a13" | ||