blob: ae6d36477b5f0bc54b02561dfb3ce2d75c731ff7 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001SUMMARY = "A library on top of GStreamer for building an RTSP server"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05002HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
Patrick Williamsc124f4f2015-09-15 14:41:29 -05003SECTION = "multimedia"
4LICENSE = "LGPLv2"
Patrick Williamsd8c66bc2016-06-20 12:57:21 -05005
Patrick Williamsc124f4f2015-09-15 14:41:29 -05006DEPENDS = "gstreamer1.0 libcgroup gstreamer1.0-plugins-base"
7
8PNREAL = "gst-rtsp-server"
9
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050010SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \
11 file://0001-Don-t-hardcode-libtool-name-when-using-introspection.patch \
12 file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050013
14S = "${WORKDIR}/${PNREAL}-${PV}"
15
Patrick Williamsd8c66bc2016-06-20 12:57:21 -050016inherit autotools pkgconfig upstream-version-is-even gobject-introspection
17
18delete_pkg_m4_file() {
19 # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection
20 rm "${S}/common/m4/pkg.m4" || true
21}
22
23do_configure[prefuncs] += " delete_pkg_m4_file"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050024