aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc-site/glibc-site_2.28.bb
blob: 937209886c178a5605025615b85d058d57d12471 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "Create glibc site config for speeding up do_configure"

# The LICENSE is the same as glibc
LICENSE = "GPLv2 & LGPLv2.1"
SECTION = "libs"

INHIBIT_DEFAULT_DEPS = "1"

DEPENDS = "virtual/${TARGET_PREFIX}gcc virtual/${TARGET_PREFIX}compilerlibs virtual/libc"

inherit autotools nopackages

do_compile() {
    :
}

do_install() {
    :
}

BBCLASSEXTEND = "nativesdk"