| Message ID | 20260901171904.2579721-1-ross.burton@arm.com |
|---|---|
| State | Under Review |
| Headers | show |
| Series | [1/2] mesa: remove obsolete build dependencies | expand |
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index 7a3e0a26c61..2179f1a6a0e 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -44,8 +44,7 @@ do_install:append() { } # All dependencies **MUST** be -native. If not, then add a PACKAGECONFIG for it. -DEPENDS = "makedepend-native flex-native bison-native chrpath-replacement-native python3-mako-native gettext-native python3-pyyaml-native" -EXTRANATIVEPATH += "chrpath-native" +DEPENDS = "flex-native bison-native python3-mako-native gettext-native python3-pyyaml-native" inherit meson pkgconfig python3native gettext features_check rust
The use of makedepend was removed upstream in 2012[1]. The use of chrpath was removed from the recipe in 2023[1]. [1] mesa 424f2008814 ("Remove checking for makedepend") [2] oe-core 067e131b218 ("mesa: do not strip rpaths from dri drivers") Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-graphics/mesa/mesa.inc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)