[oe-commits] Khem Raj : uclibc.inc: libsegfault is only RPROVIDED by uclibc

git version control git at git.openembedded.org
Wed Jun 22 15:57:50 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: cec81f8d2e50a50d8728fdda150b9bcfbc4e4aee
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=cec81f8d2e50a50d8728fdda150b9bcfbc4e4aee

Author: Khem Raj <raj.khem at gmail.com>
Date:   Sat Jun 11 01:47:33 2011 -0700

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 at gmail.com>

---

 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 00f5e8d..06c0f5d 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} \





More information about the Openembedded-commits mailing list