Upgrade wayland-ivi-extension
[AGL/meta-agl.git] / meta-agl-bsp / meta-rcar-gen3 / recipes-backport / gstreamer_bp_krogoth / gstreamer1.0-rtsp-server.inc
1 SUMMARY = "A library on top of GStreamer for building an RTSP server"
2 HOMEPAGE = "http://cgit.freedesktop.org/gstreamer/gst-rtsp-server/"
3 SECTION = "multimedia"
4 LICENSE = "LGPLv2"
5
6 DEPENDS = "gstreamer1.0 libcgroup gstreamer1.0-plugins-base"
7
8 PNREAL = "gst-rtsp-server"
9
10 SRC_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"
13
14 S = "${WORKDIR}/${PNREAL}-${PV}"
15
16 inherit autotools pkgconfig upstream-version-is-even gobject-introspection
17
18 delete_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
23 do_configure[prefuncs] += " delete_pkg_m4_file"
24