diff options
author | Jose Quaresma <quaresma.jose@gmail.com> | 2022-02-07 01:08:22 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-02-08 14:20:18 +0000 |
commit | 1d89e68c2213f7b7b0f2f46a7b183f799f0b8336 (patch) | |
tree | 181ce025b79fa1bbb93c44e3f3ea16d483b0628b /meta/recipes-multimedia | |
parent | 5842a93c148ee1be3e0903884fa67a588668007e (diff) | |
download | poky-1d89e68c2213f7b7b0f2f46a7b183f799f0b8336.tar.gz |
gstreamer1.0-python: upgrade 1.18.5 -> 1.20.0
- Add new meson options
(From OE-Core rev: 31e41c11f987c7975a4cdf73657330bc0810962e)
Signed-off-by: Jose Quaresma <quaresma.jose@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.0.bb (renamed from meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb) | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.0.bb index 1dd7d0d09a..3399b6f9d7 100644 --- a/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.18.5.bb +++ b/meta/recipes-multimedia/gstreamer/gstreamer1.0-python_1.20.0.bb | |||
@@ -8,7 +8,7 @@ LICENSE = "LGPLv2.1" | |||
8 | LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=c34deae4e395ca07e725ab0076a5f740" |
9 | 9 | ||
10 | SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" | 10 | SRC_URI = "https://gstreamer.freedesktop.org/src/${PNREAL}/${PNREAL}-${PV}.tar.xz" |
11 | SRC_URI[sha256sum] = "533685871305959d6db89507f3b3aa6c765c2f2b0dacdc32c5a6543e72e5bc52" | 11 | SRC_URI[sha256sum] = "8f67bdc5606ba33606c6bc896e89de7dcd8cf4fca459f71389b1b6fe075b5e54" |
12 | 12 | ||
13 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" | 13 | DEPENDS = "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" |
14 | RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" | 14 | RDEPENDS:${PN} += "gstreamer1.0 gstreamer1.0-plugins-base python3-pygobject" |
@@ -17,7 +17,11 @@ PNREAL = "gst-python" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/${PNREAL}-${PV}" | 18 | S = "${WORKDIR}/${PNREAL}-${PV}" |
19 | 19 | ||
20 | EXTRA_OEMESON += "-Dlibpython-dir=${libdir}" | 20 | EXTRA_OEMESON += "\ |
21 | -Dtests=disabled \ | ||
22 | -Dplugin=enabled \ | ||
23 | -Dlibpython-dir=${libdir} \ | ||
24 | " | ||
21 | 25 | ||
22 | # gobject-introspection is mandatory and cannot be configured | 26 | # gobject-introspection is mandatory and cannot be configured |
23 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" | 27 | REQUIRED_DISTRO_FEATURES = "gobject-introspection-data" |