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_2.4.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_2.4.bb')
-rw-r--r-- | recipes/glibc/glibc_2.4.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/glibc/glibc_2.4.bb b/recipes/glibc/glibc_2.4.bb index 8ee10003df..54fe487bbc 100644 --- a/recipes/glibc/glibc_2.4.bb +++ b/recipes/glibc/glibc_2.4.bb @@ -1,6 +1,6 @@ require glibc.inc -PR = "r20" +PR = "r21" #add the hosts that are confirmed to be working to COMPATIBLE_HOSTi COMPATIBLE_HOST = '(i.86.*-linux|sh.*-linux)' @@ -34,6 +34,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 |