aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/glibc-site/glibc-site_2.28.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/glibc-site/glibc-site_2.28.bb')
-rw-r--r--meta/recipes-core/glibc-site/glibc-site_2.28.bb21
1 files changed, 21 insertions, 0 deletions
diff --git a/meta/recipes-core/glibc-site/glibc-site_2.28.bb b/meta/recipes-core/glibc-site/glibc-site_2.28.bb
new file mode 100644
index 0000000000..937209886c
--- /dev/null
+++ b/meta/recipes-core/glibc-site/glibc-site_2.28.bb
@@ -0,0 +1,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"