diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2024-08-31 12:23:45 +0200 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2024-08-31 12:46:53 +0200 |
commit | c252dabfe8268ca6d557e8871765436709661d7c (patch) | |
tree | fcc39d787d539aea17413efe8a831e8e9925cc82 /recipes-multimedia | |
parent | 8266ad6fffc600ea940b8f02649136e86d666540 (diff) | |
download | meta-freescale-c252dabfe8268ca6d557e8871765436709661d7c.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>
Diffstat (limited to 'recipes-multimedia')
-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" |