| Submitter | Saul Wold |
|---|---|
| Date | June 13, 2011, 6:54 a.m. |
| Message ID | <a99140cfb8cb1b2f0a4ebe69317fe89fd5c4b0bd.1307947593.git.sgw@linux.intel.com> |
| Download | mbox | patch |
| Permalink | /patch/5713/ |
| State | New, archived |
| Headers | show |
Comments
Patch
diff --git a/meta/recipes-core/uclibc/uclibc.inc b/meta/recipes-core/uclibc/uclibc.inc index c1bc422..0f8c6c2 100644 --- a/meta/recipes-core/uclibc/uclibc.inc +++ b/meta/recipes-core/uclibc/uclibc.inc @@ -99,7 +99,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} \