summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/uclibc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 15:51:48 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-14 15:51:48 +0100
commitf7c2ee9e56127a041a62abb2979322f04c5d750e (patch)
treeed6b58de98cb3c03c93ff61cf614c9a146516194 /meta/recipes-core/uclibc
parent611aaca1cd983ef0b1c6442082aa31e098c63892 (diff)
downloadpoky-f7c2ee9e56127a041a62abb2979322f04c5d750e.tar.gz
Revert "uclibc.inc: libsegfault is only RPROVIDED by uclibc"
This reverts commit 611aaca1cd983ef0b1c6442082aa31e098c63892. This was accidentally commited.
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 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"
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_uclibc += "libsegfault" 92RPROVIDES_${PN} += "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} \