diff options
author | Tom Rini <trini@embeddedalley.com> | 2009-04-24 13:00:51 -0400 |
---|---|---|
committer | Tom Rini <trini@embeddedalley.com> | 2009-05-04 12:22:03 -0400 |
commit | 69cc656f4274dd2f596cd2a6a3c1dd414dd8e5d7 (patch) | |
tree | d66f36182686afccb5e3834113923c739f118963 /recipes/glibc/glibc_cvs.bb | |
parent | 19641ab1b283755f6e3c02c167db5b2bf564c566 (diff) |
glibc: In various old recipes add RPROVIDES virtual-libc-dev, bump PR.
In some cases we also add in 'libc-dev' if nothing was being provided and
add RDEPENDS += linux-libc-headers-dev if that was missing.
Acked-by: Leon Woestenberg <leon@sidebranch.com>
Acked-by: Mike Westerhof <mwester@dls.net>
Signed-off-by: Tom Rini <trini@embeddedalley.com>
Diffstat (limited to 'recipes/glibc/glibc_cvs.bb')
-rw-r--r-- | recipes/glibc/glibc_cvs.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/glibc/glibc_cvs.bb b/recipes/glibc/glibc_cvs.bb index 186c7d6be7..26d29f0390 100644 --- a/recipes/glibc/glibc_cvs.bb +++ b/recipes/glibc/glibc_cvs.bb @@ -1,7 +1,7 @@ require glibc.inc FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs-2.3.5" -PR = "r11" +PR = "r12" PV = "2.3.5+cvs${SRCDATE}" GLIBC_ADDONS ?= "ports,linuxthreads" @@ -25,6 +25,7 @@ python __anonymous () { } RDEPENDS_${PN}-dev = "linux-libc-headers-dev" +RPROVIDES_${PN}-dev += "libc-dev virtual-libc-dev" # file://noinfo.patch;patch=1 # file://ldconfig.patch;patch=1;pnum=0 |