mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-12 17:20:13 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
3eff2f29e0
commit
cd9d7a5a3d
@@ -1,5 +0,0 @@
|
|||||||
require gssdp.inc
|
|
||||||
|
|
||||||
SRC_URI = "http://download.gnome.org/sources/${BPN}/0.12/${BPN}-${PV}.tar.xz"
|
|
||||||
SRC_URI[md5sum] = "8ac3a544ef0dcf8caaf7c249d2a50dc2"
|
|
||||||
SRC_URI[sha256sum] = "928aa257815d044fdbfc740f5799530d41897947b5d7854173f636b36d728414"
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
require gssdp.inc
|
|
||||||
|
|
||||||
SRC_URI = "http://download.gnome.org/sources/${BPN}/0.13/${BPN}-${PV}.tar.xz"
|
|
||||||
SRC_URI[md5sum] = "758ed423cdd258a9a22d59c321b535ed"
|
|
||||||
SRC_URI[sha256sum] = "8f663f8a72b66254f5c20a3610ff853ac8d00bf6f253828e37e51579caa34dce"
|
|
||||||
|
|
||||||
# This is a development release so don't prefer it
|
|
||||||
DEFAULT_PREFERENCE = "-1"
|
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
require gssdp.inc
|
||||||
|
|
||||||
|
inherit gtk-doc
|
||||||
|
|
||||||
|
PACKAGECONFIG[gtk] = "--with-gtk,--without-gtk,gtk+3"
|
||||||
|
|
||||||
|
SRC_URI = "http://download.gnome.org/sources/${BPN}/0.14/${BPN}-${PV}.tar.xz"
|
||||||
|
SRC_URI[md5sum] = "b8658e480d047caf2d92baa4a51b9ae7"
|
||||||
|
SRC_URI[sha256sum] = "4c3ffa01435e84dc31c954e669e1ca0749b962f76a333e74f5c2cb0de5803a13"
|
||||||
Reference in New Issue
Block a user