diff options
-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 @@ | |||
1 | require eglibc.inc | 1 | require eglibc.inc |
2 | 2 | ||
3 | DEPENDS += "gperf-native" | 3 | DEPENDS += "gperf-native" |
4 | PR = "r14" | 4 | PR = "r15" |
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 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" | |||
4 | 4 | ||
5 | DEPENDS += "gperf-native" | 5 | DEPENDS += "gperf-native" |
6 | FILESPATHPKG =. "eglibc-svn:" | 6 | FILESPATHPKG =. "eglibc-svn:" |
7 | PR = "r1" | 7 | PR = "r2" |
8 | PR_append = "+svnr${SRCPV}" | 8 | PR_append = "+svnr${SRCPV}" |
9 | 9 | ||
10 | EGLIBC_BRANCH="eglibc-2_13" | 10 | EGLIBC_BRANCH="eglibc-2_13" |