diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-14 21:23:02 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-15 14:30:23 +0100 |
commit | 34f4f9eae8c588234b29e44f5a3ea9edbc10620d (patch) | |
tree | aab374af0617f1bd6e450dc313a653c4c2fc6000 | |
parent | 832d6d4226682ac9f3b6792ebed9837ff39017e0 (diff) | |
download | openembedded-core-34f4f9eae8c588234b29e44f5a3ea9edbc10620d.tar.gz openembedded-core-34f4f9eae8c588234b29e44f5a3ea9edbc10620d.tar.bz2 openembedded-core-34f4f9eae8c588234b29e44f5a3ea9edbc10620d.zip |
eglibc: bump PR for SRCREV changes
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.12.bb | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/eglibc_2.13.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/eglibc/eglibc_2.12.bb b/meta/recipes-core/eglibc/eglibc_2.12.bb index fe2f51d538..f858bbc774 100644 --- a/meta/recipes-core/eglibc/eglibc_2.12.bb +++ b/meta/recipes-core/eglibc/eglibc_2.12.bb @@ -1,7 +1,7 @@ require eglibc.inc DEPENDS += "gperf-native" -PR = "r14" +PR = "r15" SRCREV = "14158" diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb index 9a9773cd11..3490d2db9f 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" DEPENDS += "gperf-native" FILESPATHPKG =. "eglibc-svn:" -PR = "r1" +PR = "r2" PR_append = "+svnr${SRCPV}" EGLIBC_BRANCH="eglibc-2_13" |