diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 15:55:50 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2026-07-12 15:55:50 -0300 |
| commit | 2d0bdc93bd8eb274c24d127405e54cecd0a744b6 (patch) | |
| tree | 5b9de8c9449854f5749e4f2d37413155831516f5 /recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb | |
| parent | c2b3b1594cc2d49f16c5713504327ef14768b2ea (diff) | |
| download | meta-freescale-2d0bdc93bd8eb274c24d127405e54cecd0a744b6.tar.gz | |
global: Use single space around variable assignmentsoelint-cleanup-2-homepage-section
meta-freescale used columnar alignment (multiple spaces padding the
variable name out to a common column) for tables of assignments such as
the fsl-eula-unpack MD5 sums and PACKAGECONFIG[...] entries. The Yocto
Recipe Style Guide and oelint-adv (oelint.vars.spacesassignment) call for
a single space around the assignment operator.
Collapse the padding to a single space on every flagged assignment. The
change is purely whitespace around the operator: variable names, operators
and values (including whitespace inside quoted values) are untouched, as
confirmed by an empty 'git diff -w'.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb')
| -rw-r--r-- | recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb index d761bc9d6..86790354e 100644 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-base_1.26.6.imx.bb | |||
| @@ -44,36 +44,36 @@ X11DEPENDS = "virtual/libx11 libsm libxrender libxv" | |||
| 44 | X11ENABLEOPTS = "-Dx11=enabled -Dxvideo=enabled -Dxshm=enabled" | 44 | X11ENABLEOPTS = "-Dx11=enabled -Dxvideo=enabled -Dxshm=enabled" |
| 45 | X11DISABLEOPTS = "-Dx11=disabled -Dxvideo=disabled -Dxshm=disabled" | 45 | X11DISABLEOPTS = "-Dx11=disabled -Dxvideo=disabled -Dxshm=disabled" |
| 46 | 46 | ||
| 47 | PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib" | 47 | PACKAGECONFIG[alsa] = "-Dalsa=enabled,-Dalsa=disabled,alsa-lib" |
| 48 | PACKAGECONFIG[cdparanoia] = "-Dcdparanoia=enabled,-Dcdparanoia=disabled,cdparanoia" | 48 | PACKAGECONFIG[cdparanoia] = "-Dcdparanoia=enabled,-Dcdparanoia=disabled,cdparanoia" |
| 49 | PACKAGECONFIG[graphene] = "-Dgl-graphene=enabled,-Dgl-graphene=disabled,graphene" | 49 | PACKAGECONFIG[graphene] = "-Dgl-graphene=enabled,-Dgl-graphene=disabled,graphene" |
| 50 | PACKAGECONFIG[jpeg] = "-Dgl-jpeg=enabled,-Dgl-jpeg=disabled,jpeg" | 50 | PACKAGECONFIG[jpeg] = "-Dgl-jpeg=enabled,-Dgl-jpeg=disabled,jpeg" |
| 51 | PACKAGECONFIG[ogg] = "-Dogg=enabled,-Dogg=disabled,libogg" | 51 | PACKAGECONFIG[ogg] = "-Dogg=enabled,-Dogg=disabled,libogg" |
| 52 | PACKAGECONFIG[opus] = "-Dopus=enabled,-Dopus=disabled,libopus" | 52 | PACKAGECONFIG[opus] = "-Dopus=enabled,-Dopus=disabled,libopus" |
| 53 | PACKAGECONFIG[pango] = "-Dpango=enabled,-Dpango=disabled,pango" | 53 | PACKAGECONFIG[pango] = "-Dpango=enabled,-Dpango=disabled,pango" |
| 54 | PACKAGECONFIG[png] = "-Dgl-png=enabled,-Dgl-png=disabled,libpng" | 54 | PACKAGECONFIG[png] = "-Dgl-png=enabled,-Dgl-png=disabled,libpng" |
| 55 | # This enables Qt5 QML examples in -base. The Qt5 GStreamer | 55 | # This enables Qt5 QML examples in -base. The Qt5 GStreamer |
| 56 | # qmlglsink and qmlglsrc plugins still exist in -good. | 56 | # qmlglsink and qmlglsrc plugins still exist in -good. |
| 57 | PACKAGECONFIG[qt5] = "-Dqt5=enabled,-Dqt5=disabled,qtbase qtdeclarative qtbase-native" | 57 | PACKAGECONFIG[qt5] = "-Dqt5=enabled,-Dqt5=disabled,qtbase qtdeclarative qtbase-native" |
| 58 | PACKAGECONFIG[theora] = "-Dtheora=enabled,-Dtheora=disabled,libtheora" | 58 | PACKAGECONFIG[theora] = "-Dtheora=enabled,-Dtheora=disabled,libtheora" |
| 59 | PACKAGECONFIG[tremor] = "-Dtremor=enabled,-Dtremor=disabled,tremor" | 59 | PACKAGECONFIG[tremor] = "-Dtremor=enabled,-Dtremor=disabled,tremor" |
| 60 | PACKAGECONFIG[visual] = "-Dlibvisual=enabled,-Dlibvisual=disabled,libvisual" | 60 | PACKAGECONFIG[visual] = "-Dlibvisual=enabled,-Dlibvisual=disabled,libvisual" |
| 61 | PACKAGECONFIG[vorbis] = "-Dvorbis=enabled,-Dvorbis=disabled,libvorbis" | 61 | PACKAGECONFIG[vorbis] = "-Dvorbis=enabled,-Dvorbis=disabled,libvorbis" |
| 62 | PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" | 62 | PACKAGECONFIG[x11] = "${X11ENABLEOPTS},${X11DISABLEOPTS},${X11DEPENDS}" |
| 63 | 63 | ||
| 64 | # OpenGL API packageconfigs | 64 | # OpenGL API packageconfigs |
| 65 | PACKAGECONFIG[opengl] = ",,virtual/libgl libglu" | 65 | PACKAGECONFIG[opengl] = ",,virtual/libgl libglu" |
| 66 | PACKAGECONFIG[gles2] = ",,virtual/libgles2" | 66 | PACKAGECONFIG[gles2] = ",,virtual/libgles2" |
| 67 | 67 | ||
| 68 | # OpenGL platform packageconfigs | 68 | # OpenGL platform packageconfigs |
| 69 | PACKAGECONFIG[egl] = ",,virtual/egl" | 69 | PACKAGECONFIG[egl] = ",,virtual/egl" |
| 70 | PACKAGECONFIG[glx] = ",,virtual/libgl" | 70 | PACKAGECONFIG[glx] = ",,virtual/libgl" |
| 71 | 71 | ||
| 72 | # OpenGL window systems (except for X11) | 72 | # OpenGL window systems (except for X11) |
| 73 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" | 73 | PACKAGECONFIG[gbm] = ",,virtual/libgbm libgudev libdrm" |
| 74 | PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm" | 74 | PACKAGECONFIG[wayland] = ",,wayland-native wayland wayland-protocols libdrm" |
| 75 | PACKAGECONFIG[dispmanx] = ",,virtual/libomxil" | 75 | PACKAGECONFIG[dispmanx] = ",,virtual/libomxil" |
| 76 | PACKAGECONFIG[viv-fb] = ",,virtual/libgles2 virtual/libg2d" | 76 | PACKAGECONFIG[viv-fb] = ",,virtual/libgles2 virtual/libg2d" |
| 77 | 77 | ||
| 78 | OPENGL_WINSYS = "${@bb.utils.filter('PACKAGECONFIG', 'x11 gbm wayland dispmanx egl viv-fb', d)}" | 78 | OPENGL_WINSYS = "${@bb.utils.filter('PACKAGECONFIG', 'x11 gbm wayland dispmanx egl viv-fb', d)}" |
| 79 | 79 | ||
| @@ -128,7 +128,7 @@ PACKAGECONFIG:remove = "${PACKAGECONFIG_REMOVE}" | |||
| 128 | PACKAGECONFIG_REMOVE ?= "jpeg" | 128 | PACKAGECONFIG_REMOVE ?= "jpeg" |
| 129 | 129 | ||
| 130 | PACKAGECONFIG:append = " ${PACKAGECONFIG_G2D}" | 130 | PACKAGECONFIG:append = " ${PACKAGECONFIG_G2D}" |
| 131 | PACKAGECONFIG_G2D ??= "" | 131 | PACKAGECONFIG_G2D ??= "" |
| 132 | PACKAGECONFIG_G2D:imxgpu2d ??= "g2d" | 132 | PACKAGECONFIG_G2D:imxgpu2d ??= "g2d" |
| 133 | 133 | ||
| 134 | PACKAGECONFIG[g2d] = ",,virtual/libg2d" | 134 | PACKAGECONFIG[g2d] = ",,virtual/libg2d" |
