aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/glibc/glibc-intermediate_2.5.bb
blob: 7f34af2b0dcc82e37802d16ad6d46cb542e1a6cc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
require glibc_${PV}.bb

do_install () {
	:
}

# gcc uses -Werror which break on a "you have no thumb interwork" _warning_
do_configure_prepend() {
	sed -i s:-Werror:: ${S}/configure
}



PACKAGES = ""
PROVIDES = "virtual/${TARGET_PREFIX}libc-for-gcc"
DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial linux-libc-headers"
GLIBC_ADDONS = "nptl,ports"
GLIBC_EXTRA_OECONF = ""