]> code.ossystems Code Review - openembedded-core.git/commitdiff
uclibc.inc: libsegfault is only RPROVIDED by uclibc
authorKhem Raj <raj.khem@gmail.com>
Sat, 11 Jun 2011 08:47:33 +0000 (01:47 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 22 Jun 2011 15:42:31 +0000 (16:42 +0100)
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>
meta/recipes-core/uclibc/uclibc.inc

index 00f5e8dc9cc0ea9125675e2366df675e68715f5b..06c0f5de39a428504b2bbdaf70e51a9a3284a9c4 100644 (file)
@@ -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} \