mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 20:53:03 +01:00
chrpath: We should provide chrpath-replacement-native and install into a native specific directory
chrpath is assumed to be provided by the build host system. This means we need to provide a replacement version and install into a specific directory to avoid races. (From OE-Core rev: 147c44c882a3dc667c079165d3ddc9d78b702286) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -20,4 +20,7 @@ inherit autotools
|
||||
# relocatable, so use the one we've just built
|
||||
CHRPATH_BIN_virtclass-native = "${S}/chrpath"
|
||||
|
||||
PROVIDES_append_virtclass-native = " chrpath-replacement-native"
|
||||
NATIVE_PACKAGE_PATH_SUFFIX = "/${PN}"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user