summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/chrpath
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/chrpath')
-rw-r--r--meta/recipes-devtools/chrpath/chrpath_0.14.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/chrpath/chrpath_0.14.bb b/meta/recipes-devtools/chrpath/chrpath_0.14.bb
index 679f1aaea7..bb9b4b686d 100644
--- a/meta/recipes-devtools/chrpath/chrpath_0.14.bb
+++ b/meta/recipes-devtools/chrpath/chrpath_0.14.bb
@@ -20,4 +20,7 @@ inherit autotools
20# relocatable, so use the one we've just built 20# relocatable, so use the one we've just built
21CHRPATH_BIN_virtclass-native = "${S}/chrpath" 21CHRPATH_BIN_virtclass-native = "${S}/chrpath"
22 22
23PROVIDES_append_virtclass-native = " chrpath-replacement-native"
24NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
25
23BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"