blob: aa871ac83db9de7d0ad99ca3ae686fe3f0d9b606 [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001INHIBIT_DEFAULT_DEPS = "1"
2LICENSE = "GPLv2 & LGPLv2.1"
3LIC_FILES_CHKSUM ?= "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6 \
4 file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
5HOMEPAGE = "http://www.gnu.org/software/libc/index.html"
6
7# This needs to match with glibc.inc, otherwise glibc-scripts and glibc-locale
8# will fail to find main glibc, for details see
9# http://lists.openembedded.org/pipermail/openembedded-core/2015-January/100679.html
Brad Bishop316dfdd2018-06-25 12:45:53 -040010ARM_INSTRUCTION_SET_armv4 = "arm"
11ARM_INSTRUCTION_SET_armv5 = "arm"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050012
Brad Bishop6e60e8b2018-02-01 10:27:11 -050013deltask do_fetch
14deltask do_unpack
15deltask do_patch
Patrick Williamsc124f4f2015-09-15 14:41:29 -050016do_configure[noexec] = "1"
17do_compile[noexec] = "1"
18
Brad Bishop6e60e8b2018-02-01 10:27:11 -050019do_install[depends] += "virtual/${MLPREFIX}libc:do_stash_locale"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050020
21COMPATIBLE_HOST_libc-musl_class-target = "null"
Patrick Williamsc124f4f2015-09-15 14:41:29 -050022