mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
nativesdk.bbclass: set sbindir to bindir
The sbindir vs bindir separation really doesn't mean much in this context, and toolchain-scripts.bbclass doesn't add sbindir to the PATH, so set the former to the latter. (From OE-Core rev: 51a19850700bd96e3d2e104e1626aceb73a48e72) (From OE-Core rev: 24b80d211f3808a0ffebee426932f11b8d4d46e0) Signed-off-by: Christopher Larson <chris_larson@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
67ecba4be0
commit
a753bc70d5
@@ -56,6 +56,7 @@ base_prefix = "${SDKPATHNATIVE}"
|
|||||||
prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
|
prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
|
||||||
exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
|
exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
|
||||||
baselib = "lib"
|
baselib = "lib"
|
||||||
|
sbindir = "${bindir}"
|
||||||
|
|
||||||
export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig"
|
export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig"
|
||||||
export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
|
export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"
|
||||||
|
|||||||
Reference in New Issue
Block a user