diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:44:09 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-28 13:44:42 +0100 |
commit | 35e15c2d9204b3a055a9b25491500bcf58547f67 (patch) | |
tree | 2c8be5d782893ba4af684c200c8a28f92907b5a2 | |
parent | 73a0088908cf1b814f841c6ec2ab2c80b0b13f2c (diff) | |
download | poky-35e15c2d9204b3a055a9b25491500bcf58547f67.tar.gz |
glibc/eglibc: Add missing PR bump
(From OE-Core rev: 43d1f8aefac0d25547530a5f26effbffaaf4d9d0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.12.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.13.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/glibc/glibc_2.10.1.bb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb index f858bbc774..47b1822ac6 100644 --- a/meta/recipes-core/eglibc/eglibc_2.12.bb +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | require eglibc.inc | 1 | require eglibc.inc |
2 | 2 | ||
3 | DEPENDS += "gperf-native" | 3 | DEPENDS += "gperf-native" |
4 | PR = "r15" | 4 | PR = "r16" |
5 | 5 | ||
6 | SRCREV = "14158" | 6 | SRCREV = "14158" |
7 | 7 | ||
diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb index 3490d2db9f..dfedfef9d9 100644 --- a/meta/recipes-core/eglibc/eglibc_2.13.bb +++ b/meta/recipes-core/eglibc/eglibc_2.13.bb | |||
@@ -4,7 +4,7 @@ SRCREV = "14157" | |||
4 | 4 | ||
5 | DEPENDS += "gperf-native" | 5 | DEPENDS += "gperf-native" |
6 | FILESPATHPKG =. "eglibc-svn:" | 6 | FILESPATHPKG =. "eglibc-svn:" |
7 | PR = "r2" | 7 | PR = "r3" |
8 | PR_append = "+svnr${SRCPV}" | 8 | PR_append = "+svnr${SRCPV}" |
9 | 9 | ||
10 | EGLIBC_BRANCH="eglibc-2_13" | 10 | EGLIBC_BRANCH="eglibc-2_13" |
diff --git a/meta/recipes-core/glibc/glibc_2.10.1.bb b/meta/recipes-core/glibc/glibc_2.10.1.bb index a2e7b834f5..4d57c4ed32 100644 --- a/meta/recipes-core/glibc/glibc_2.10.1.bb +++ b/meta/recipes-core/glibc/glibc_2.10.1.bb | |||
@@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm" | |||
5 | PACKAGES_DYNAMIC = "libc6*" | 5 | PACKAGES_DYNAMIC = "libc6*" |
6 | RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev" | 6 | RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev" |
7 | 7 | ||
8 | PR = "r6" | 8 | PR = "r7" |
9 | 9 | ||
10 | # the -isystem in bitbake.conf screws up glibc do_stage | 10 | # the -isystem in bitbake.conf screws up glibc do_stage |
11 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" | 11 | BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}" |