aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/uclibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-12-20 22:15:05 -0800
committerKhem Raj <raj.khem@gmail.com>2010-12-20 22:31:57 -0800
commit06aca2f1019e197a83c6f1068f47fef237a528bd (patch)
tree9ac48fc6a0df0f1d107c1624a7426e496474e499 /recipes/uclibc
parent14e4ab4a55dc9cdef0c4e705d7c50c0e36707020 (diff)
downloadopenembedded-06aca2f1019e197a83c6f1068f47fef237a528bd.tar.gz
uclibc.inc: Provide libsegfault 'fakely'
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/uclibc')
-rw-r--r--recipes/uclibc/uclibc.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/recipes/uclibc/uclibc.inc b/recipes/uclibc/uclibc.inc
index 9beef593b4..09f5af79a4 100644
--- a/recipes/uclibc/uclibc.inc
+++ b/recipes/uclibc/uclibc.inc
@@ -2,7 +2,7 @@ DESCRIPTION = "C library for embedded systems"
LICENSE = "LGPL"
SECTION = "libs"
PRIORITY = "required"
-INC_PR = "r34"
+INC_PR = "r35"
require uclibc-config.inc
#
# For now, we will skip building of a gcc package if it is a uclibc one
@@ -60,6 +60,10 @@ 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
+# 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"
SRC_URI = "\
file://uClibc.config \