eglibc-intermediate: add completely untested eglibc-intermediate
authorKoen Kooi <koen@openembedded.org>
Tue, 7 Aug 2007 07:10:42 +0000 (07:10 +0000)
committerKoen Kooi <koen@openembedded.org>
Tue, 7 Aug 2007 07:10:42 +0000 (07:10 +0000)
packages/glibc/eglibc-intermediate_svn.bb [new file with mode: 0644]

diff --git a/packages/glibc/eglibc-intermediate_svn.bb b/packages/glibc/eglibc-intermediate_svn.bb
new file mode 100644 (file)
index 0000000..c26f649
--- /dev/null
@@ -0,0 +1,19 @@
+require eglibc_${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 = ""
+PACKAGES_DYNAMIC = ""
+PROVIDES = "virtual/${TARGET_PREFIX}libc-for-gcc"
+DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial linux-libc-headers"
+GLIBC_ADDONS = "nptl,ports"
+GLIBC_EXTRA_OECONF = ""