diff options
author | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:43:18 +0100 |
---|---|---|
committer | Andrei Gherzan <andrei@gherzan.com> | 2021-08-03 14:44:07 +0100 |
commit | 844827a3d265fbde0467c5687747662ceb49a938 (patch) | |
tree | 545d37c830534b43da2533efd402d9068cc15148 /recipes-multimedia/gstreamer | |
parent | 8dc3a310883ea87cd9900442f46f20bb08e57583 (diff) | |
download | meta-raspberrypi-ag/override.tar.gz |
Convert to new override syntaxag/override
converting the metadata to use ":" as the override character instead of
"_".
Signed-off-by: Andrei Gherzan <andrei@gherzan.com>
Diffstat (limited to 'recipes-multimedia/gstreamer')
4 files changed, 7 insertions, 7 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend index a971236..49079f4 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-omx_%.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | FILESEXTRAPATHS_prepend_rpi := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend:rpi := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | SRC_URI_append_rpi = " \ | 3 | SRC_URI:append:rpi = " \ |
4 | file://0001-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch \ | 4 | file://0001-Don-t-try-to-acquire-buffer-when-src-pad-isn-t-activ.patch \ |
5 | file://0003-no-timeout-on-get-state.patch \ | 5 | file://0003-no-timeout-on-get-state.patch \ |
6 | file://0004-Properly-handle-drain-requests-while-flushing.patch \ | 6 | file://0004-Properly-handle-drain-requests-while-flushing.patch \ |
@@ -9,4 +9,4 @@ SRC_URI_append_rpi = " \ | |||
9 | 9 | ||
10 | GSTREAMER_1_0_OMX_TARGET_rpi = "rpi" | 10 | GSTREAMER_1_0_OMX_TARGET_rpi = "rpi" |
11 | GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so" | 11 | GSTREAMER_1_0_OMX_CORE_NAME_rpi = "${libdir}/libopenmaxil.so" |
12 | EXTRA_OEMESON_append_rpi = " -Dheader_path=${STAGING_DIR_TARGET}/usr/include/IL" | 12 | EXTRA_OEMESON:append:rpi = " -Dheader_path=${STAGING_DIR_TARGET}/usr/include/IL" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend index 8ab1510..4a815ab 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | |||
@@ -1,2 +1,2 @@ | |||
1 | PACKAGECONFIG_append_rpi = " hls libmms \ | 1 | PACKAGECONFIG:append:rpi = " hls libmms \ |
2 | ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'faad', '', d)}" | 2 | ${@bb.utils.contains('LICENSE_FLAGS_WHITELIST', 'commercial', 'faad', '', d)}" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend index 6bed42a..f2abda3 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_%.bbappend | |||
@@ -1,6 +1,6 @@ | |||
1 | # if using bcm driver enable dispmanx not when using VC4 driver | 1 | # if using bcm driver enable dispmanx not when using VC4 driver |
2 | PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" | 2 | PACKAGECONFIG:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' dispmanx', d)}" |
3 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | 3 | DEPENDS:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" |
4 | 4 | ||
5 | PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" | 5 | PACKAGECONFIG_GL_VC4GRAPHICS = "${@bb.utils.contains('DISTRO_FEATURES', 'opengl', 'gles2 egl', '', d)}" |
6 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}" | 6 | PACKAGECONFIG_GL_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '${PACKAGECONFIG_GL_VC4GRAPHICS}', 'egl gles2', d)}" |
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend index 80a324f..f3fb144 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.18.%.bbappend | |||
@@ -1 +1 @@ | |||
PACKAGECONFIG_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' rpi', d)}" | PACKAGECONFIG:append:rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' rpi', d)}" | ||