diff options
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() { |