mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-13 19:13:10 +00:00
gstd: Fix the version number
This is Gstd 0.6.3 for GStreamer 1.x. Also merge the inc into the recipe. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3a0cf86c34
commit
f708d12d70
@ -1,3 +0,0 @@
|
|||||||
require gstd.inc
|
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|
||||||
@ -1,8 +1,9 @@
|
|||||||
DESCRIPTION = "Gstreamer Daemon 1.0"
|
DESCRIPTION = "Gstreamer Daemon"
|
||||||
SUMMARY = "GStreamer framework for controlling audio and video streaming using TCP connection messages"
|
SUMMARY = "GStreamer framework for controlling audio and video streaming using TCP connection messages"
|
||||||
HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0"
|
HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0"
|
||||||
SECTION = "multimedia"
|
SECTION = "multimedia"
|
||||||
LICENSE = "GPLv2+"
|
LICENSE = "GPLv2+"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
||||||
|
|
||||||
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon"
|
DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon"
|
||||||
|
|
||||||
@ -14,6 +15,9 @@ SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SR
|
|||||||
"
|
"
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
|
# Remove the +really when upstream version is > 1.0
|
||||||
|
PV = "1.0+really0.6.3"
|
||||||
|
|
||||||
inherit autotools pkgconfig gettext gtk-doc
|
inherit autotools pkgconfig gettext gtk-doc
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
Loading…
x
Reference in New Issue
Block a user