mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02: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:
committed by
Richard Purdie
parent
c3269e20bf
commit
2e9d981d76
@@ -168,5 +168,6 @@ autotools_stage_dir() {
|
||||
sysroot_stage_dir $1 $2
|
||||
}
|
||||
|
||||
inherit siteconfig
|
||||
|
||||
EXPORT_FUNCTIONS do_configure do_install
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -40,5 +40,3 @@ do_rig_locales() {
|
||||
addtask rig_locales before do_compile after do_configure
|
||||
|
||||
ARM_INSTRUCTION_SET = "arm"
|
||||
|
||||
inherit siteconfig
|
||||
|
||||
@@ -97,5 +97,3 @@ pkg_prerm_ncurses-tools () {
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
inherit siteconfig
|
||||
|
||||
@@ -180,5 +180,3 @@ do_install() {
|
||||
# oe_runstrip needs +x on files
|
||||
chmod +x ${D}/${base_libdir}/*
|
||||
}
|
||||
|
||||
inherit siteconfig
|
||||
|
||||
@@ -19,6 +19,4 @@ do_configure_prepend () {
|
||||
cp ${WORKDIR}/Makefile.am ${S}/
|
||||
}
|
||||
|
||||
inherit siteconfig
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user