summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-09-11 16:45:17 -0300
committerLuciano Dittgen <luciano.dittgen@ossystems.com.br>2026-09-11 16:45:17 -0300
commitd68f51e9106bd744ddbade4f3ab86ca3a4740f24 (patch)
tree44970362e9a4e4726148aa239458ece697004c1c
parent3b46651d63ef84da1455521eea9743af0ca3dc74 (diff)
downloadmeta-freescale-d68f51e9106bd744ddbade4f3ab86ca3a4740f24.tar.gz
weston: Keep upstream DEPENDS placement in the OE-core copy
The assignment sits inside the verbatim OE-core copy, where upstream writes it after inherit and require. Nothing is lost: meson, pkgconfig and useradd contribute DEPENDS only via :append/:prepend, which BitBake applies after plain assignments. The i.MX include never touches DEPENDS, so the split did not clear it either. Folded into the existing parity suppression, which takes both ids on one line. Comment-only change. Signed-off-by: Luciano Dittgen <luciano.dittgen@ossystems.com.br>
-rw-r--r--recipes-graphics/wayland/weston_10.0.5.imx.bb7
-rw-r--r--recipes-graphics/wayland/weston_14.0.2.imx.bb7
2 files changed, 10 insertions, 4 deletions
diff --git a/recipes-graphics/wayland/weston_10.0.5.imx.bb b/recipes-graphics/wayland/weston_10.0.5.imx.bb
index e4c7bc4f2..d11401b68 100644
--- a/recipes-graphics/wayland/weston_10.0.5.imx.bb
+++ b/recipes-graphics/wayland/weston_10.0.5.imx.bb
@@ -38,8 +38,11 @@ inherit meson pkgconfig useradd
38# 38#
39require ${THISDIR}/required-distro-features.inc 39require ${THISDIR}/required-distro-features.inc
40 40
41# Ordering comes from the upstream recipe at the header's Upstream hash. 41# Ordering and placement both come from the upstream recipe at the header's
42# nooelint: oelint.var.order.DEPENDS 42# Upstream hash. The '=' discards nothing: meson, pkgconfig and useradd add to
43# DEPENDS only through :append/:prepend, which BitBake applies after plain
44# assignments. UPSTREAM-PARITY.
45# nooelint: oelint.var.order.DEPENDS,oelint.vars.dependsappend
43DEPENDS = "cairo gdk-pixbuf glib-2.0 libinput libxkbcommon pango pixman \ 46DEPENDS = "cairo gdk-pixbuf glib-2.0 libinput libxkbcommon pango pixman \
44 virtual/egl wayland wayland-native wayland-protocols" 47 virtual/egl wayland wayland-native wayland-protocols"
45 48
diff --git a/recipes-graphics/wayland/weston_14.0.2.imx.bb b/recipes-graphics/wayland/weston_14.0.2.imx.bb
index 3a3eac700..d4fe5e319 100644
--- a/recipes-graphics/wayland/weston_14.0.2.imx.bb
+++ b/recipes-graphics/wayland/weston_14.0.2.imx.bb
@@ -39,8 +39,11 @@ inherit meson pkgconfig useradd
39# 39#
40require ${THISDIR}/required-distro-features.inc 40require ${THISDIR}/required-distro-features.inc
41 41
42# Ordering comes from the upstream recipe at the header's Upstream hash. 42# Ordering and placement both come from the upstream recipe at the header's
43# nooelint: oelint.var.order.DEPENDS 43# Upstream hash. The '=' discards nothing: meson, pkgconfig and useradd add to
44# DEPENDS only through :append/:prepend, which BitBake applies after plain
45# assignments. UPSTREAM-PARITY.
46# nooelint: oelint.var.order.DEPENDS,oelint.vars.dependsappend
44DEPENDS = "cairo gdk-pixbuf glib-2.0 libdisplay-info libinput libxkbcommon \ 47DEPENDS = "cairo gdk-pixbuf glib-2.0 libdisplay-info libinput libxkbcommon \
45 pango pixman virtual/egl wayland wayland-native wayland-protocols" 48 pango pixman virtual/egl wayland wayland-native wayland-protocols"
46 49