diff options
author | Michael Smith <msmith@cbnco.com> | 2009-07-09 04:16:57 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-16 01:09:19 +0200 |
commit | 37f0dfb1669f41576cf1097847569b98242ab7bb (patch) | |
tree | 27dcfdb9e6bc61a63163ad8e1ed550849f75c746 /recipes/glibc/glibc_2.4.bb | |
parent | 13a89f86f4b48f10743b7346dfd0120e0125877a (diff) |
glibc: use INC_PR, bumping all PRs to r32.0
Signed-off-by: Michael Smith <msmith@cbnco.com>
Diffstat (limited to 'recipes/glibc/glibc_2.4.bb')
-rw-r--r-- | recipes/glibc/glibc_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glibc/glibc_2.4.bb b/recipes/glibc/glibc_2.4.bb index 54fe487bbc..ca6afe284a 100644 --- a/recipes/glibc/glibc_2.4.bb +++ b/recipes/glibc/glibc_2.4.bb @@ -1,6 +1,6 @@ require glibc.inc -PR = "r21" +PR = "${INC_PR}.0" #add the hosts that are confirmed to be working to COMPATIBLE_HOSTi COMPATIBLE_HOST = '(i.86.*-linux|sh.*-linux)' |