diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-07-07 14:01:32 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-08 17:26:48 +0100 |
commit | 14386598d8e47bb8a05d29fe3bb04b80b3b6fad2 (patch) | |
tree | c26920d223c1ed4e7c409ef606f368e9225fc1b8 /meta/recipes-core | |
parent | 888ab93fb8a5baf6308bdc004dba721b0950f6ab (diff) | |
download | openembedded-core-14386598d8e47bb8a05d29fe3bb04b80b3b6fad2.tar.gz openembedded-core-14386598d8e47bb8a05d29fe3bb04b80b3b6fad2.tar.bz2 openembedded-core-14386598d8e47bb8a05d29fe3bb04b80b3b6fad2.zip |
eglibc: bump PR for OLDEST_KERNEL change
Bump PR as eglibc should be rebuilt for the new OLDEST_KERNEL value.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Diffstat (limited to 'meta/recipes-core')
-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 85d58fa7c9..fd7b485f61 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 = "r18" +PR = "r19" SRCREV = "14158" diff --git a/meta/recipes-core/eglibc/eglibc_2.13.bb b/meta/recipes-core/eglibc/eglibc_2.13.bb index 7986131809..be65787a9b 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 = "r5" +PR = "r6" PR_append = "+svnr${SRCPV}" EGLIBC_BRANCH="eglibc-2_13" |