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
 
