autotools: enable siteconfig by default

eglibc glibc ncurses uclibc zlib: remove explicit siteconfig

Signed-off-by: Jeff Polk <jeff.polk@windriver.com>
This commit is contained in:
Jeff Polk 2010-09-03 11:37:03 -06:00 committed by Richard Purdie
parent c3269e20bf
commit 2e9d981d76
6 changed files with 1 additions and 10 deletions

View File

@ -168,5 +168,6 @@ autotools_stage_dir() {
sysroot_stage_dir $1 $2
}
inherit siteconfig
EXPORT_FUNCTIONS do_configure do_install

View File

@ -22,5 +22,3 @@ INHIBIT_DEFAULT_DEPS = "1"
ARM_INSTRUCTION_SET = "arm"
PACKAGES = "glibc catchsegv sln nscd ldd localedef glibc-utils glibc-dev glibc-doc glibc-locale libsegfault glibc-extra-nss glibc-thread-db glibc-pcprofile"
inherit siteconfig

View File

@ -40,5 +40,3 @@ do_rig_locales() {
addtask rig_locales before do_compile after do_configure
ARM_INSTRUCTION_SET = "arm"
inherit siteconfig

View File

@ -97,5 +97,3 @@ pkg_prerm_ncurses-tools () {
}
BBCLASSEXTEND = "native nativesdk"
inherit siteconfig

View File

@ -180,5 +180,3 @@ do_install() {
# oe_runstrip needs +x on files
chmod +x ${D}/${base_libdir}/*
}
inherit siteconfig

View File

@ -19,6 +19,4 @@ do_configure_prepend () {
cp ${WORKDIR}/Makefile.am ${S}/
}
inherit siteconfig
BBCLASSEXTEND = "native nativesdk"