[oe-commits] [openembedded-core] 01/01: cmake: Clarify comment in cmake toolchain file

git at git.openembedded.org git at git.openembedded.org
Thu Jun 20 12:28:11 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 0fdf76305a3cb543c23d6122c523ce5c2af04a0c
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Jun 20 11:15:44 2019 +0100

    cmake: Clarify comment in cmake toolchain file
    
    The comment is misleading and there was confusion in a bug report. In the native
    case STAGING_DATADIR would be equal to the native value so there isn't any issue
    but tweak the comment.
    
    [YOCTO #12761]
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/cmake.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/cmake.bbclass b/meta/classes/cmake.bbclass
index f80a7e2..2b317c8 100644
--- a/meta/classes/cmake.bbclass
+++ b/meta/classes/cmake.bbclass
@@ -119,7 +119,7 @@ set( ENV{QT_CONF_PATH} ${WORKDIR}/qt.conf )
 # directory as rpath by default
 set( CMAKE_INSTALL_RPATH ${OECMAKE_RPATH} )
 
-# Use native cmake modules
+# Use our cmake modules
 list(APPEND CMAKE_MODULE_PATH "${STAGING_DATADIR}/cmake/Modules/")
 
 # add for non /usr/lib libdir, e.g. /usr/lib64

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list