summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2011-06-11 01:47:33 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-22 16:57:34 +0100
commitdcd3cbaf925ebdc2a7aa146a21d658fd43143305 (patch)
treec20723a248c8f6737ac40f4d60f5ca5f719d739f /meta/recipes-core/uclibc
parent7c8e4f1cea69ab933da3d35279c2fffc5f78113e (diff)
downloadpoky-dcd3cbaf925ebdc2a7aa146a21d658fd43143305.tar.gz
uclibc.inc: libsegfault is only RPROVIDED by uclibc
Using ${PN} also means that uclibc-initial gets to provide it which we do not want (From OE-Core rev: cec81f8d2e50a50d8728fdda150b9bcfbc4e4aee) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/uclibc')
-rw-r--r--meta/recipes-core/uclibc/uclibc.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc
index 00f5e8dc9c..06c0f5de39 100644
--- a/meta/recipes-core/uclibc/uclibc.inc
+++ b/meta/recipes-core/uclibc/uclibc.inc
@@ -89,7 +89,7 @@ RPROVIDES_uclibc-dev += "libc-dev virtual-libc-dev"
89# uclibc does not really have libsegfault but then using the one from glibc is also not 89# uclibc does not really have libsegfault but then using the one from glibc is also not
90# going to work. So we pretend that we have it to make bitbake not pull other recipes 90# going to work. So we pretend that we have it to make bitbake not pull other recipes
91# to satisfy this dependency for the images/tasks 91# to satisfy this dependency for the images/tasks
92RPROVIDES_${PN} += "libsegfault" 92RPROVIDES_uclibc += "libsegfault"
93 93
94SRC_URI = "\ 94SRC_URI = "\
95 http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2;name=uClibc-${PV} \ 95 http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2;name=uClibc-${PV} \