diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-10-28 20:54:45 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-28 15:26:43 -0700 |
commit | f708d12d70670d8227adaa395d7064b4bf4bdcb0 (patch) | |
tree | 259a195fb0dd9516eb2471ad3e4802407f12f148 /meta-multimedia/recipes-multimedia/gstreamer-1.0 | |
parent | 3a0cf86c34e1543f0fdb95f2577d374fabc11f29 (diff) | |
download | meta-openembedded-f708d12d70670d8227adaa395d7064b4bf4bdcb0.tar.gz |
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>
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer-1.0')
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_1.0.bb | 3 | ||||
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb (renamed from meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc) | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_1.0.bb b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_1.0.bb deleted file mode 100644 index 94f6b575b..000000000 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_1.0.bb +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | require gstd.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
diff --git a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb index 455d89684..828caa883 100644 --- a/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd.inc +++ b/meta-multimedia/recipes-multimedia/gstreamer-1.0/gstd_git.bb | |||
@@ -1,8 +1,9 @@ | |||
1 | DESCRIPTION = "Gstreamer Daemon 1.0" | 1 | DESCRIPTION = "Gstreamer Daemon" |
2 | SUMMARY = "GStreamer framework for controlling audio and video streaming using TCP connection messages" | 2 | SUMMARY = "GStreamer framework for controlling audio and video streaming using TCP connection messages" |
3 | HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0" | 3 | HOMEPAGE = "https://developer.ridgerun.com/wiki/index.php?title=Gstd-1.0" |
4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
6 | 7 | ||
7 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon" | 8 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base gstreamer1.0-plugins-bad gstreamer1.0-rtsp-server json-glib libdaemon" |
8 | 9 | ||
@@ -14,6 +15,9 @@ SRC_URI = "git://git@github.com/RidgeRun/gstd-1.x.git;protocol=https;branch=${SR | |||
14 | " | 15 | " |
15 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
16 | 17 | ||
18 | # Remove the +really when upstream version is > 1.0 | ||
19 | PV = "1.0+really0.6.3" | ||
20 | |||
17 | inherit autotools pkgconfig gettext gtk-doc | 21 | inherit autotools pkgconfig gettext gtk-doc |
18 | 22 | ||
19 | do_configure_prepend() { | 23 | do_configure_prepend() { |