diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-06-11 01:47:33 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 16:42:31 +0100 |
commit | cec81f8d2e50a50d8728fdda150b9bcfbc4e4aee (patch) | |
tree | 3f14a93c82258a7f8b5ec9a01ddce1583de31897 /meta/recipes-core | |
parent | 08ad271248cc2c7cd9cfbe683d2335337f5ebb8b (diff) | |
download | openembedded-core-cec81f8d2e50a50d8728fdda150b9bcfbc4e4aee.tar.gz openembedded-core-cec81f8d2e50a50d8728fdda150b9bcfbc4e4aee.tar.bz2 openembedded-core-cec81f8d2e50a50d8728fdda150b9bcfbc4e4aee.zip |
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')
-rw-r--r-- | meta/recipes-core/uclibc/uclibc.inc | 2 |
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} \ |