[oe-commits] [openembedded-core] 04/23: buildtools-tarball.bb: set TOOLCHAIN_NEED_CONFIGSITE_CACHE to null

git at git.openembedded.org git at git.openembedded.org
Thu Apr 14 09:59:10 UTC 2016


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

commit 1c187fd7f722b01e0284e4d368f6f9366e9c2f0b
Author: Robert Yang <liezhi.yang at windriver.com>
AuthorDate: Wed Apr 13 02:10:15 2016 -0700

    buildtools-tarball.bb: set TOOLCHAIN_NEED_CONFIGSITE_CACHE to null
    
    buildtools-tarball doesn't need config site, set
    TOOLCHAIN_NEED_CONFIGSITE_CACHE to null so that no target recipes will
    be built when bitbake buildtools-tarball.
    
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/meta/buildtools-tarball.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 9e05390..7186ac4 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -64,3 +64,6 @@ create_sdk_files_append () {
 		echo '[ $? != 0 ] && export BB_ENV_EXTRAWHITE="NO32LIBS $BB_ENV_EXTRAWHITE"' >>$script
 	fi
 }
+
+# buildtools-tarball doesn't need config site
+TOOLCHAIN_NEED_CONFIGSITE_CACHE = ""

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


More information about the Openembedded-commits mailing list