From f7c2ee9e56127a041a62abb2979322f04c5d750e Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 14 Jun 2011 15:51:48 +0100 Subject: [PATCH] Revert "uclibc.inc: libsegfault is only RPROVIDED by uclibc" This reverts commit 611aaca1cd983ef0b1c6442082aa31e098c63892. This was accidentally commited. --- meta/recipes-core/uclibc/uclibc.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index 06c0f5de39..00f5e8dc9c 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_uclibc += "libsegfault" +RPROVIDES_${PN} += "libsegfault" SRC_URI = "\ http://www.uclibc.org/downloads/uClibc-${PV}.tar.bz2;name=uClibc-${PV} \