diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-08-31 12:23:45 +0200 |
---|---|---|
committer | Rodrigo M. Duarte <rodrigo.duarte@ossystems.com.br> | 2025-04-02 09:18:21 -0300 |
commit | 2b585c2ba4af7a3f24babf31e78123187ff20791 (patch) | |
tree | 9d0fbef47f135200df6a99ae7d9eae7295905c53 | |
parent | 705708b13502dcdd1a12c30015b88240fd011416 (diff) | |
download | meta-freescale-2b585c2ba4af7a3f24babf31e78123187ff20791.tar.gz |
gstreamer1.0-plugins-ugly: remove unbuildable default packageconfigs
Openembedded core after scarthgap removed the recipes providing liba52
and mpeg2dec with commit 90fbfe9fe1da ("liba52: remove the recipe") and
commit d46660e6c083 ("mpeg2dec: remove the recipe").
Thus don't set by default the packageconfigs depending on these.
If someone needs it these should be enabled in a bbappend together
with additionally bringing back the dependencies.
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.0.imx.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.0.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.0.imx.bb index 19e9ce04..55bb975b 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.0.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-ugly_1.24.0.imx.bb | |||
@@ -24,7 +24,6 @@ GST_PLUGIN_SET_HAS_EXAMPLES = "0" | |||
24 | 24 | ||
25 | PACKAGECONFIG ??= " \ | 25 | PACKAGECONFIG ??= " \ |
26 | ${GSTREAMER_ORC} \ | 26 | ${GSTREAMER_ORC} \ |
27 | a52dec mpeg2dec \ | ||
28 | " | 27 | " |
29 | 28 | ||
30 | PACKAGECONFIG[a52dec] = "-Da52dec=enabled,-Da52dec=disabled,liba52" | 29 | PACKAGECONFIG[a52dec] = "-Da52dec=enabled,-Da52dec=disabled,liba52" |