1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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
+1
View File
@@ -168,5 +168,6 @@ autotools_stage_dir() {
sysroot_stage_dir $1 $2
}
inherit siteconfig
EXPORT_FUNCTIONS do_configure do_install
-2
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
-2
View File
@@ -40,5 +40,3 @@ do_rig_locales() {
addtask rig_locales before do_compile after do_configure
ARM_INSTRUCTION_SET = "arm"
inherit siteconfig
-2
View File
@@ -97,5 +97,3 @@ pkg_prerm_ncurses-tools () {
}
BBCLASSEXTEND = "native nativesdk"
inherit siteconfig
-2
View File
@@ -180,5 +180,3 @@ do_install() {
# oe_runstrip needs +x on files
chmod +x ${D}/${base_libdir}/*
}
inherit siteconfig
-2
View File
@@ -19,6 +19,4 @@ do_configure_prepend () {
cp ${WORKDIR}/Makefile.am ${S}/
}
inherit siteconfig
BBCLASSEXTEND = "native nativesdk"