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.7.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.7.bb')
-rw-r--r-- | recipes/glibc/glibc_2.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/glibc/glibc_2.7.bb b/recipes/glibc/glibc_2.7.bb index 447a6956ec..f152756367 100644 --- a/recipes/glibc/glibc_2.7.bb +++ b/recipes/glibc/glibc_2.7.bb @@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm" PACKAGES_DYNAMIC = "libc6*" RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev" -PR = "r10" +PR = "${INC_PR}.0" # the -isystem in bitbake.conf screws up glibc do_stage BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |