[prev in list] [next in list] [prev in thread] [next in thread] 

List:       openembedded-core
Subject:    [OE-core] [PATCHv2 1/3] populate_sdk_ext: use lnr, not ln -sr, for portability
From:       kergoth () gmail ! com (Christopher Larson)
Date:       2015-07-31 15:19:12
Message-ID: 746de2e112499d4a1188beea9aea9f96571183ac.1438355747.git.chris_larson () mentor ! com
[Download RAW message or body]

From: Christopher Larson <chris_larson at mentor.com>

Not all hosts are running sufficiently new coreutils.

Signed-off-by: Christopher Larson <chris_larson at mentor.com>
---
 meta/classes/populate_sdk_ext.bbclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/classes/populate_sdk_ext.bbclass \
b/meta/classes/populate_sdk_ext.bbclass index b28413b..0151468 100644
--- a/meta/classes/populate_sdk_ext.bbclass
+++ b/meta/classes/populate_sdk_ext.bbclass
@@ -164,8 +164,8 @@ python copy_buildsystem () {
 
 install_tools() {
 	install -d ${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}
-	ln -sr ${SDK_OUTPUT}/${SDKPATH}/${scriptrelpath}/devtool \
                ${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}/devtool
-	ln -sr ${SDK_OUTPUT}/${SDKPATH}/${scriptrelpath}/recipetool \
${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}/recipetool +	lnr \
${SDK_OUTPUT}/${SDKPATH}/${scriptrelpath}/devtool \
${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}/devtool +	lnr \
${SDK_OUTPUT}/${SDKPATH}/${scriptrelpath}/recipetool \
${SDK_OUTPUT}/${SDKPATHNATIVE}${bindir_nativesdk}/recipetool  touch \
${SDK_OUTPUT}/${SDKPATH}/.devtoolbase  
 	install ${SDK_DEPLOY}/${DISTRO}-${TCLIBC}-${SDK_ARCH}-buildtools-tarball-${TUNE_PKGARCH}-buildtools-nativesdk-standalone-${DISTRO_VERSION}.sh \
                ${SDK_OUTPUT}/${SDKPATH}
-- 
2.2.1


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic