buildtools-tarball: set INHIBIT_DEFAULT_DEPS

The recipe doesn't need any default deps.

(From OE-Core rev: 25f904b4f0f5a049ffabc7b3613d5902099d4ae0)

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang 2016-04-18 19:09:35 -07:00 committed by Richard Purdie
parent ef09105cab
commit 9de732481a
1 changed files with 3 additions and 0 deletions

View File

@ -67,3 +67,6 @@ create_sdk_files_append () {
# buildtools-tarball doesn't need config site
TOOLCHAIN_NEED_CONFIGSITE_CACHE = ""
# The recipe doesn't need any default deps
INHIBIT_DEFAULT_DEPS = "1"