[oe-commits] Holger Schurig : glibc: fix "extract" and "munge"/"configure" for ancient glibc 2.3.5+cvs

git version control git at git.openembedded.org
Fri Jun 19 19:00:42 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 4ba936611771031c0b0f33d22a59f865ec1c4787
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4ba936611771031c0b0f33d22a59f865ec1c4787

Author: Holger Schurig <hs4233 at mail.mn-solutions.de>
Date:   Fri Jun 19 20:59:32 2009 +0200

glibc: fix "extract" and "munge"/"configure" for ancient glibc 2.3.5+cvs

* ld.so.conf was specified, but missing
* syntax error in *.bb file: missing "}"

---

 recipes/glibc/glibc-2.3.5+cvs/etc/ld.so.conf |    2 ++
 recipes/glibc/glibc_2.3.5+cvs20050627.bb     |    4 ++--
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/recipes/glibc/glibc-2.3.5+cvs/etc/ld.so.conf b/recipes/glibc/glibc-2.3.5+cvs/etc/ld.so.conf
new file mode 100644
index 0000000..46e06d3
--- /dev/null
+++ b/recipes/glibc/glibc-2.3.5+cvs/etc/ld.so.conf
@@ -0,0 +1,2 @@
+/usr/local/lib
+
diff --git a/recipes/glibc/glibc_2.3.5+cvs20050627.bb b/recipes/glibc/glibc_2.3.5+cvs20050627.bb
index 5fa4010..1d4dd0d 100644
--- a/recipes/glibc/glibc_2.3.5+cvs20050627.bb
+++ b/recipes/glibc/glibc_2.3.5+cvs20050627.bb
@@ -51,7 +51,7 @@ SRC_URI = "http://familiar.handhelds.org/source/v0.8.3/stash_libc_sources.redhat
 	   file://zecke-sane-readelf.patch;patch=1 \
 	   file://glibc-2.3.5-fix-weak-alias-arm.patch;patch=1 \
 	   file://glibc-2.3.5-fix-weak-alias-arm-2.patch;patch=1 \
-           file://etc/ld.so.conf \
+	   file://etc/ld.so.conf \
 	   file://generate-supported.mk"
 
 # seems to fail on tls platforms
@@ -74,7 +74,7 @@ EXTRA_OECONF = "--enable-kernel=${OLDEST_KERNEL} \
 	        --without-cvs --disable-profile --disable-debug --without-gd \
 		--enable-clocale=gnu \
 	        --enable-add-ons=${GLIBC_ADDONS} \
-		--with-headers=${STAGING_INCDIR \
+		--with-headers=${STAGING_INCDIR} \
 		--without-selinux \
 		${GLIBC_EXTRA_OECONF}"
 





More information about the Openembedded-commits mailing list