diff options
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb')
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb b/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb index 6a9995b00..0a3c35ffd 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server_1.16.0.bb | |||
| @@ -9,8 +9,7 @@ DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base" | |||
| 9 | PNREAL = "gst-rtsp-server" | 9 | PNREAL = "gst-rtsp-server" |
| 10 | 10 | ||
| 11 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \ | 11 | SRC_URI = "http://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz \ |
| 12 | file://0001-introspection.m4-prefix-pkgconfig-paths-with-PKG_CON.patch \ | 12 | file://0001-meson-build-gir-even-when-cross-compiling-if-introsp.patch \ |
| 13 | file://gtk-doc-tweaks.patch \ | ||
| 14 | " | 13 | " |
| 15 | 14 | ||
| 16 | SRC_URI[md5sum] = "adc4460239ec2eccf58ad9752ce53bfd" | 15 | SRC_URI[md5sum] = "adc4460239ec2eccf58ad9752ce53bfd" |
| @@ -18,17 +17,16 @@ SRC_URI[sha256sum] = "198e9eec1a3e32dc810d3fbf3a714850a22c6288d4a5c8e802c5ff984a | |||
| 18 | 17 | ||
| 19 | S = "${WORKDIR}/${PNREAL}-${PV}" | 18 | S = "${WORKDIR}/${PNREAL}-${PV}" |
| 20 | 19 | ||
| 21 | inherit autotools pkgconfig upstream-version-is-even gobject-introspection gtk-doc | 20 | inherit meson pkgconfig upstream-version-is-even gobject-introspection |
| 22 | 21 | ||
| 23 | EXTRA_OECONF = "--disable-examples --disable-tests --disable-introspection " | 22 | EXTRA_OEMESON += " \ |
| 23 | -Dexamples=disabled \ | ||
| 24 | -Dtests=disabled \ | ||
| 25 | " | ||
| 26 | |||
| 27 | GIR_MESON_ENABLE_FLAG = "enabled" | ||
| 28 | GIR_MESON_DISABLE_FLAG = "disabled" | ||
| 24 | 29 | ||
| 25 | # Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well | 30 | # Starting with 1.8.0 gst-rtsp-server includes dependency-less plugins as well |
| 26 | LIBV = "1.0" | 31 | LIBV = "1.0" |
| 27 | require recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc | 32 | require recipes-multimedia/gstreamer/gstreamer1.0-plugins-packaging.inc |
| 28 | |||
| 29 | delete_pkg_m4_file() { | ||
| 30 | # This m4 file is out of date and is missing PKG_CONFIG_SYSROOT_PATH tweaks which we need for introspection | ||
| 31 | rm "${S}/common/m4/pkg.m4" || true | ||
| 32 | } | ||
| 33 | |||
| 34 | do_configure[prefuncs] += " delete_pkg_m4_file" | ||
