diff options
| author | Christopher Larson <chris_larson@mentor.com> | 2015-08-24 15:18:35 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-08-30 12:35:59 +0100 |
| commit | a753bc70d5ee36eff00c08b35136d514a8305ec7 (patch) | |
| tree | 1ff4379432194e766aac1d74e9cde5d257418a01 | |
| parent | 67ecba4be0bc3237c6ac8b16637b2c5a46b66266 (diff) | |
| download | poky-a753bc70d5ee36eff00c08b35136d514a8305ec7.tar.gz | |
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>
| -rw-r--r-- | meta/classes/nativesdk.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/nativesdk.bbclass b/meta/classes/nativesdk.bbclass index 30bcdfeb44..f74da6267f 100644 --- a/meta/classes/nativesdk.bbclass +++ b/meta/classes/nativesdk.bbclass | |||
| @@ -56,6 +56,7 @@ base_prefix = "${SDKPATHNATIVE}" | |||
| 56 | prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" | 56 | prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" |
| 57 | exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" | 57 | exec_prefix = "${SDKPATHNATIVE}${prefix_nativesdk}" |
| 58 | baselib = "lib" | 58 | baselib = "lib" |
| 59 | sbindir = "${bindir}" | ||
| 59 | 60 | ||
| 60 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig" | 61 | export PKG_CONFIG_DIR = "${STAGING_DIR_HOST}${libdir}/pkgconfig" |
| 61 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" | 62 | export PKG_CONFIG_SYSROOT_DIR = "${STAGING_DIR_HOST}" |
