diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-09 11:25:28 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-09-09 11:25:28 -0300 |
| commit | b5c0dd31183669291a6df4d4c1332a069badb86a (patch) | |
| tree | 9a2f9798031cdee3f22169edddf5ad72e9b3f889 | |
| parent | 7fa80bda50c8086314b32e2c8e5278a6db5cae6a (diff) | |
| download | meta-freescale-b5c0dd31183669291a6df4d4c1332a069badb86a.tar.gz | |
gstreamer1.0-plugins-good: Accept the upstream variable order in the copy
LICENSE, RDEPENDS and PACKAGECONFIG sit where OE-core's
gstreamer1.0-plugins-good places them, and this file copies that layout
verbatim at the hash in its header. Reordering here would diverge the copy,
so the findings are documented inline. Comments only; metadata unchanged.
Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.1.imx.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.1.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.1.imx.bb index 0b5f669b3..bc61012db 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.1.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.28.1.imx.bb | |||
| @@ -23,6 +23,8 @@ SRC_URI[sha256sum] = "b67b31313a54c6929b82969d41d3cfdf2f58db573fb5f491e6bba5d84a | |||
| 23 | # nooelint: oelint.var.override | 23 | # nooelint: oelint.var.override |
| 24 | S = "${UNPACKDIR}/gst-plugins-good-${PV}" | 24 | S = "${UNPACKDIR}/gst-plugins-good-${PV}" |
| 25 | 25 | ||
| 26 | # Ordering comes from the upstream recipe at the header's Upstream hash. | ||
| 27 | # nooelint: oelint.var.order.LICENSE | ||
| 26 | LICENSE = "LGPL-2.1-or-later" | 28 | LICENSE = "LGPL-2.1-or-later" |
| 27 | # Overridden in gstreamer1.0-plugins-good_1.28.1.imx.inc; kept here to preserve | 29 | # Overridden in gstreamer1.0-plugins-good_1.28.1.imx.inc; kept here to preserve |
| 28 | # the verbatim OE-core copy (see header). UPSTREAM-PARITY. | 30 | # the verbatim OE-core copy (see header). UPSTREAM-PARITY. |
| @@ -33,10 +35,14 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | |||
| 33 | DEPENDS += "gstreamer1.0-plugins-base libcap zlib" | 35 | DEPENDS += "gstreamer1.0-plugins-base libcap zlib" |
| 34 | RPROVIDES:${PN}-pulseaudio += "${PN}-pulse" | 36 | RPROVIDES:${PN}-pulseaudio += "${PN}-pulse" |
| 35 | RPROVIDES:${PN}-soup += "${PN}-souphttpsrc" | 37 | RPROVIDES:${PN}-soup += "${PN}-souphttpsrc" |
| 38 | # Ordering comes from the upstream recipe at the header's Upstream hash. | ||
| 39 | # nooelint: oelint.var.order.RDEPENDS | ||
| 36 | RDEPENDS:${PN}-soup += "${MLPREFIX}${@bb.utils.contains('PACKAGECONFIG', 'soup2', 'libsoup-2.4', 'libsoup', d)}" | 40 | RDEPENDS:${PN}-soup += "${MLPREFIX}${@bb.utils.contains('PACKAGECONFIG', 'soup2', 'libsoup-2.4', 'libsoup', d)}" |
| 37 | 41 | ||
| 38 | PACKAGECONFIG_SOUP ?= "soup3" | 42 | PACKAGECONFIG_SOUP ?= "soup3" |
| 39 | 43 | ||
| 44 | # Ordering comes from the upstream recipe at the header's Upstream hash. | ||
| 45 | # nooelint: oelint.var.order.PACKAGECONFIG | ||
| 40 | PACKAGECONFIG ??= "\ | 46 | PACKAGECONFIG ??= "\ |
| 41 | ${GSTREAMER_ORC} \ | 47 | ${GSTREAMER_ORC} \ |
| 42 | ${PACKAGECONFIG_SOUP} \ | 48 | ${PACKAGECONFIG_SOUP} \ |
