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-14 15:29:16 +0100 |
commit | 611aaca1cd983ef0b1c6442082aa31e098c63892 (patch) | |
tree | ececb65c07791e2f450b59c2dfbb6b18eeefd339 /meta | |
parent | ab1171b512dc4a450324f6f0ea08a57489009c5f (diff) | |
download | poky-611aaca1cd983ef0b1c6442082aa31e098c63892.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
(From OE-Core rev: d90c5e093250a04d813b66ff586bda849ca6fed3)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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" | |||
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 |
92 | RPROVIDES_${PN} += "libsegfault" | 92 | RPROVIDES_uclibc += "libsegfault" |
93 | 93 | ||
94 | SRC_URI = "\ | 94 | SRC_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} \ |