]> code.ossystems Code Review - openembedded-core.git/commitdiff
glibc/eglibc: Add missing PR bump
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2011 12:44:09 +0000 (13:44 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 28 Jun 2011 12:44:09 +0000 (13:44 +0100)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/eglibc/eglibc_2.12.bb
meta/recipes-core/eglibc/eglibc_2.13.bb
meta/recipes-core/glibc/glibc_2.10.1.bb

index f858bbc774fb31540802ddfc813953427a4be7f2..47b1822ac6df2e7e2a1495ae1edebef03495a21e 100644 (file)
@@ -1,7 +1,7 @@
 require eglibc.inc
 
 DEPENDS += "gperf-native"
-PR = "r15"
+PR = "r16"
 
 SRCREV = "14158"
 
index 3490d2db9fbffea6d57e110ce05762ac742bbc24..dfedfef9d92e5fbd7ce6b03aeb15f6a715b70a04 100644 (file)
@@ -4,7 +4,7 @@ SRCREV = "14157"
 
 DEPENDS += "gperf-native"
 FILESPATHPKG =. "eglibc-svn:"
-PR = "r2"
+PR = "r3"
 PR_append = "+svnr${SRCPV}"
 
 EGLIBC_BRANCH="eglibc-2_13"
index a2e7b834f58e420a0296a9df181317dcaeb2cbac..4d57c4ed3222f3ab644743c00149da95fb3490fe 100644 (file)
@@ -5,7 +5,7 @@ ARM_INSTRUCTION_SET = "arm"
 PACKAGES_DYNAMIC = "libc6*"
 RPROVIDES_${PN}-dev = "libc6-dev virtual-libc-dev"
 
-PR = "r6"
+PR = "r7"
 
 # the -isystem in bitbake.conf screws up glibc do_stage
 BUILD_CPPFLAGS = "-I${STAGING_INCDIR_NATIVE}"