diff options
| author | Kevin Tian <kevin.tian@intel.com> | 2010-08-31 18:40:08 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-31 16:38:40 +0100 |
| commit | c595743e3f04ab75b079d18b958d2e2fe977eaca (patch) | |
| tree | eb7a8053ecde2945313dcaa4937d587f0a378eb2 | |
| parent | e055544ce1cdfa15c6d81c4e543972d60a6ebaac (diff) | |
| download | poky-c595743e3f04ab75b079d18b958d2e2fe977eaca.tar.gz | |
toolchain-scripts.bbclass: inherit siteinfo
or else 'siteinfo_get_files undefined' error occurs
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
| -rw-r--r-- | meta/classes/toolchain-scripts.bbclass | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 8934e0bc56..cda453dadd 100644 --- a/meta/classes/toolchain-scripts.bbclass +++ b/meta/classes/toolchain-scripts.bbclass | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | inherit siteinfo | ||
| 2 | |||
| 1 | # This function creates an environment-setup-script for use in a deployable SDK | 3 | # This function creates an environment-setup-script for use in a deployable SDK |
| 2 | toolchain_create_sdk_env_script () { | 4 | toolchain_create_sdk_env_script () { |
| 3 | # Create environment setup script | 5 | # Create environment setup script |
