[oe-commits] Christopher Larson : nativesdk.bbclass: set sbindir to bindir

git at git.openembedded.org git at git.openembedded.org
Wed Aug 26 06:37:21 UTC 2015


Module: openembedded-core.git
Branch: master-next
Commit: ba18b34a496ee25e36ee3348591446163e9cabcb
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ba18b34a496ee25e36ee3348591446163e9cabcb

Author: Christopher Larson <chris_larson at mentor.com>
Date:   Mon Aug 24 15:18:35 2015 -0700

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.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/nativesdk.bbclass | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass
index 30bcdfe..f74da62 100644
--- a/meta/classes/nativesdk.bbclass
+++ b/meta/classes/nativesdk.bbclass
@@ -56,6 +56,7 @@ base_prefix = "${SDKPATHNATIVE}"
 prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
 exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}"
 baselib = "lib"
+sbindir = "${bindir}"
 
 export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig"
 export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}"



More information about the Openembedded-commits mailing list