aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2011-01-04 04:01:59 +0000
committerKhem Raj <raj.khem@gmail.com>2011-01-07 14:42:30 -0800
commitc65ccdbe7c6f5c283a31b182931cddb5aa07fcd0 (patch)
treeb779315fefc7ad293cf62ecad34997556749c47d /recipes/uclibc
parentaf261ba6ea6ba79c36a9025960791a1838f1598e (diff)
downloadopenembedded-c65ccdbe7c6f5c283a31b182931cddb5aa07fcd0.tar.gz
uclibc: shared-flat: put crtreloc.o into -dev package
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc')
-rw-r--r--recipes/uclibc/uclibc.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc
index 09f5af79a4..1c7dfc3160 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"