From: Nitin A Kamble Date: Wed, 10 Nov 2010 20:59:41 +0000 (-0800) Subject: eglibc: update svn checkout commit X-Git-Tag: rev_ivi_2015_02_04~24568 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=13e54cab0d041da89b7dd26c1b79b793a325b3f6;p=scm%2Fbb%2Ftizen-distro.git eglibc: update svn checkout commit Signed-off-by: Nitin A Kamble --- diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index 4571995..5333240 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" SRCREV_pn-dtc-native ??= "73dca9ae0b9abe6924ba640164ecce9f8df69c5a" SRCREV_pn-eds-dbus ??= "7337d11aed576e7caaa12b4e881ad8d33668799f" SRCREV_pn-eee-acpi-scripts ??= "df785afdacedf869b20fb88a793c13b539819270" -EGLIBCREV = "10809" +EGLIBCREV = "11982" SRCREV_pn-eglibc ??= "${EGLIBCREV}" SRCREV_pn-eglibc-initial ??= "${EGLIBCREV}" 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 a12779d..e2247dc 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" inherit native inherit autotools -PR = "r0" -SRCREV="10809" +PR = "r1" +SRCREV="11982" EGLIBC_BRANCH="eglibc-2_12" SRC_URI = "svn://www.eglibc.org/svn/branches/;module=${EGLIBC_BRANCH};proto=http " S = "${WORKDIR}/${EGLIBC_BRANCH}/localedef"