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.3.3+cvs20050420.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.3.3+cvs20050420.bb')
-rw-r--r-- | recipes/glibc/glibc_2.3.3+cvs20050420.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glibc/glibc_2.3.3+cvs20050420.bb b/recipes/glibc/glibc_2.3.3+cvs20050420.bb index 65654dc4b8..ea51f9e4e7 100644 --- a/recipes/glibc/glibc_2.3.3+cvs20050420.bb +++ b/recipes/glibc/glibc_2.3.3+cvs20050420.bb @@ -5,7 +5,7 @@ DEFAULT_PREFERENCE_i586 = "0" DEFAULT_PREFERENCE_sh3 = "-99" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/glibc-cvs" -PR = "r14" +PR = "${INC_PR}.0" GLIBC_ADDONS ?= "linuxthreads" |