diff options
author | Jeff Polk <jeff.polk@windriver.com> | 2010-09-03 11:37:03 -0600 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-10 12:57:16 +0100 |
commit | 2e9d981d76a88ff2076f9e88c8cba8429e513505 (patch) | |
tree | f5397a73b1c89767a88800fe1b89adb1d42d8dde /meta/classes | |
parent | c3269e20bf1c9475997b4f12219c52c203f7666f (diff) | |
download | poky-2e9d981d76a88ff2076f9e88c8cba8429e513505.tar.gz |
autotools: enable siteconfig by default
eglibc glibc ncurses uclibc zlib: remove explicit siteconfig
Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
Diffstat (limited to 'meta/classes')
-rw-r--r-- | meta/classes/autotools.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index 6f2fcbf211..324cbff47a 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
@@ -168,5 +168,6 @@ autotools_stage_dir() { | |||
168 | sysroot_stage_dir $1 $2 | 168 | sysroot_stage_dir $1 $2 |
169 | } | 169 | } |
170 | 170 | ||
171 | inherit siteconfig | ||
171 | 172 | ||
172 | EXPORT_FUNCTIONS do_configure do_install | 173 | EXPORT_FUNCTIONS do_configure do_install |