summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2026-07-12 16:53:19 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2026-07-13 22:56:18 +0000
commit58e8bd8a1e491d6471eec516b08696477fcdff07 (patch)
tree2be6dca17a7df5d82d7cb10c106ec2a0008353a4
parent40e48d22a458adb2a166ed0bd6ef61c659cfaa36 (diff)
downloadmeta-freescale-58e8bd8a1e491d6471eec516b08696477fcdff07.tar.gz
weston: Sort and consolidate DEPENDS entries
Merge the two adjacent unconditional DEPENDS assignments into a single alphabetically ordered list, satisfying oelint.vars.dependsordered (which checks the cumulative order across DEPENDS lines). DEPENDS order does not affect the build; no functional change. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 711bc4ec583d8be03ce51124465a52c17c411b1f)
-rw-r--r--recipes-graphics/wayland/weston_14.0.2.imx.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-graphics/wayland/weston_14.0.2.imx.bb b/recipes-graphics/wayland/weston_14.0.2.imx.bb
index d50a7c883..025c65d7a 100644
--- a/recipes-graphics/wayland/weston_14.0.2.imx.bb
+++ b/recipes-graphics/wayland/weston_14.0.2.imx.bb
@@ -32,8 +32,8 @@ inherit meson pkgconfig useradd
32# 32#
33require ${THISDIR}/required-distro-features.inc 33require ${THISDIR}/required-distro-features.inc
34 34
35DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0" 35DEPENDS = "cairo gdk-pixbuf glib-2.0 libdisplay-info libinput libxkbcommon \
36DEPENDS += "wayland wayland-protocols libinput virtual/egl pango wayland-native libdisplay-info" 36 pango pixman virtual/egl wayland wayland-native wayland-protocols"
37 37
38LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}" 38LDFLAGS += "${@bb.utils.contains('DISTRO_FEATURES', 'lto', '-Wl,-z,undefs', '', d)}"
39 39