diff options
author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-11-10 12:59:41 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-11-14 21:08:27 -0800 |
commit | c02fae66755b73dc5e8cccdb0225646697490f44 (patch) | |
tree | de07e0d7e9e7e16ac21d06c42e1b98a15b668cef /meta | |
parent | d94f4c65a953dd95111cee389a0fcd9a65ee7a39 (diff) | |
download | poky-c02fae66755b73dc5e8cccdb0225646697490f44.tar.gz |
eglibc: update svn checkout commit
Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-core/eglibc/cross-localedef-native_2.12.bb | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 45719954ac..5333240bea 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc | |||
@@ -35,7 +35,7 @@ SRCREV_pn-dtc ??= "73dca9ae0b9abe6924ba640164ecce9f8df69c5a" | |||
35 | SRCREV_pn-dtc-native ??= "73dca9ae0b9abe6924ba640164ecce9f8df69c5a" | 35 | SRCREV_pn-dtc-native ??= "73dca9ae0b9abe6924ba640164ecce9f8df69c5a" |
36 | SRCREV_pn-eds-dbus ??= "7337d11aed576e7caaa12b4e881ad8d33668799f" | 36 | SRCREV_pn-eds-dbus ??= "7337d11aed576e7caaa12b4e881ad8d33668799f" |
37 | SRCREV_pn-eee-acpi-scripts ??= "df785afdacedf869b20fb88a793c13b539819270" | 37 | SRCREV_pn-eee-acpi-scripts ??= "df785afdacedf869b20fb88a793c13b539819270" |
38 | EGLIBCREV = "10809" | 38 | EGLIBCREV = "11982" |
39 | SRCREV_pn-eglibc ??= "${EGLIBCREV}" | 39 | SRCREV_pn-eglibc ??= "${EGLIBCREV}" |
40 | SRCREV_pn-eglibc-initial ??= "${EGLIBCREV}" | 40 | SRCREV_pn-eglibc-initial ??= "${EGLIBCREV}" |
41 | SRCREV_pn-eglibc-nativesdk ??= "${EGLIBCREV}" | 41 | SRCREV_pn-eglibc-nativesdk ??= "${EGLIBCREV}" |
diff --git a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb index a12779d3a1..e2247dc535 100644 --- a/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb +++ b/meta/recipes-core/eglibc/cross-localedef-native_2.12.bb | |||
@@ -7,8 +7,8 @@ LICENSE = "LGPL" | |||
7 | inherit native | 7 | inherit native |
8 | inherit autotools | 8 | inherit autotools |
9 | 9 | ||
10 | PR = "r0" | 10 | PR = "r1" |
11 | SRCREV="10809" | 11 | SRCREV="11982" |
12 | EGLIBC_BRANCH="eglibc-2_12" | 12 | EGLIBC_BRANCH="eglibc-2_12" |
13 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http " | 13 | SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http " |
14 | S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" | 14 | S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef" |