aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc/uclibc.inc
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:42:31 +0100
commitcec81f8d2e50a50d8728fdda150b9bcfbc4e4aee (patch)
tree3f14a93c82258a7f8b5ec9a01ddce1583de31897 /meta/recipes-core/uclibc/uclibc.inc
parent08ad271248cc2c7cd9cfbe683d2335337f5ebb8b (diff)
downloadopenembedded-core-contrib-cec81f8d2e50a50d8728fdda150b9bcfbc4e4aee.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 Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta/recipes-core/uclibc/uclibc.inc')
-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"
# 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"
+RPROVIDES_uclibc += "libsegfault"
SRC_URI = "\
http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2;name=uClibc-${PV} \