[oe] [PATCH] glibc-initial 2.7 missing

Roman I Khimov roman at khimov.ru
Fri Feb 13 10:28:00 UTC 2009


Hello again.

Second one is bug 5007 (http://bugs.openembedded.net/show_bug.cgi?id=5007):

I think it's good to have same glibc versions used for glibc-initial and 
glibc
itself, which works with most of the versions provided by OE, but the latest
available, 2.7.

So, here is a trivial patch to add glibc-initial-2.7.

--- a/packages/glibc/glibc-initial.inc	2008-12-26 23:41:39.767581663 +0300
+++ b/packages/glibc/glibc-initial.inc	2009-02-02 18:12:13.524061983 +0300
@@ -1,7 +1,7 @@
 SECTION = "libs"
 DEPENDS = "virtual/${TARGET_PREFIX}gcc-initial linux-libc-headers"
 PROVIDES = "virtual/${TARGET_PREFIX}libc-initial"
-FILESPATH 
= "${@base_set_filespath([ '${FILE_DIRNAME}/glibc-2.4', '${FILE_DIRNAME}/glibc', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], 
d)}"
+FILESPATH 
= "${@base_set_filespath([ '${FILE_DIRNAME}/glibc-2.4', '${FILE_DIRNAME}/glibc-${PV}', '${FILE_DIRNAME}/glibc', '${FILE_DIRNAME}/files', '${FILE_DIRNAME}' ], 
d)}"
 
 PACKAGES = ""
 PACKAGES_DYNAMIC = ""
--- /dev/null	2009-02-02 21:32:34.874002007 +0300
+++ b/packages/glibc/glibc-initial_2.7.bb	2009-02-02 17:31:29.413062961 
+0300
@@ -0,0 +1,6 @@
+require glibc_${PV}.bb
+require glibc-initial.inc
+
+do_configure_prepend () {
+	unset CFLAGS
+}


-- 
                            Roman
 http://roman.khimov.ru
mailto: roman at khimov.ru
gpg --keyserver hkp://subkeys.pgp.net --recv-keys 0xE5E055C3
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090213/fd3aca35/attachment-0002.sig>


More information about the Openembedded-devel mailing list