[oe-commits] Bernhard Reutner-Fischer : uclibc: shared-flat: put crtreloc. o into -dev package

git version control git at git.openembedded.org
Fri Jan 7 22:45:49 UTC 2011


Module: openembedded.git
Branch: master
Commit: c65ccdbe7c6f5c283a31b182931cddb5aa07fcd0
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c65ccdbe7c6f5c283a31b182931cddb5aa07fcd0

Author: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Date:   Tue Jan  4 04:01:59 2011 +0000

uclibc: shared-flat: put crtreloc.o into -dev package

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/uclibc/uclibc.inc |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc
index 09f5af7..1c7dfc3 100644
--- a/recipes/uclibc/uclibc.inc
+++ b/recipes/uclibc/uclibc.inc
@@ -52,6 +52,7 @@ FILES_uclibc-dev_append = "\
         ${libdir}/lib*.so \
         ${libdir}/*_nonshared.a \
         ${libdir}/[S]*crt[1in].o \
+        ${libdir}/crtreloc*.o \
         ${libdir}/lib*.a \
         ${includedir}/*.h ${includedir}/*/*.h \
        "
@@ -60,7 +61,7 @@ FILES_uclibc-utils-dbg += "${bindir}/.debug ${sbindir}/.debug"
 FILES_uclibc-gconv = "${libdir}/gconv"
 FILES_uclibc-thread-db = "/lib/libthread_db*"
 RPROVIDES_uclibc-dev += "libc-dev virtual-libc-dev"
-# uclibc does not really has libsegfault but then using the one from glibc is also not
+# uclibc does not really have libsegfault but then using the one from glibc is also not
 # going to work. So we pretend that we have it to make bitbake not pull other recipes
 # to satisfy this dependency for the images/tasks
 RPROVIDES_${PN} += "libsegfault"





More information about the Openembedded-commits mailing list