summaryrefslogtreecommitdiffstats
path: root/meta/conf
diff options
context:
space:
mode:
authorLiping Ke <liping.ke@intel.com>2011-03-07 13:10:42 +0800
committerSaul Wold <sgw@linux.intel.com>2011-03-08 15:21:32 -0800
commit83777bf1bcb6f615d44bb70ba1d070c759dad163 (patch)
treece6c5eb80eaf253225356c483d9660fcc608f8f2 /meta/conf
parenta15bc3ddd9e9281de25861668d544cff17a325af (diff)
downloadpoky-83777bf1bcb6f615d44bb70ba1d070c759dad163.tar.gz
adt: Update to svn r596 to fix symbolic link issues
See the longlinksfix patch for details but symlinks over 100 chars long were broken in sdk tarballs and its due to problems in the inbuilt tar in libbb in opkg. svn r596 has already fixed the problem. (From OE-Core rev: 90d4624f0c5de6a35eace1f13c3e04df9737390c) Signed-off-by: Liping Ke <liping.ke@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r--meta/conf/distro/include/poky-default-revisions.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc
index 5045c9e10e..36202a1194 100644
--- a/meta/conf/distro/include/poky-default-revisions.inc
+++ b/meta/conf/distro/include/poky-default-revisions.inc
@@ -140,6 +140,7 @@ OPKGSRCREV = "596"
140SRCREV_pn-opkg ??= "${OPKGSRCREV}" 140SRCREV_pn-opkg ??= "${OPKGSRCREV}"
141SRCREV_pn-opkg-native ??= "${OPKGSRCREV}" 141SRCREV_pn-opkg-native ??= "${OPKGSRCREV}"
142SRCREV_pn-opkg-nativesdk ??= "${OPKGSRCREV}" 142SRCREV_pn-opkg-nativesdk ??= "${OPKGSRCREV}"
143SRCREV_pn-adt-installer ??= "${OPKGSRCREV}"
143SRCREV_pn-opkg-nogpg ??= "${OPKGSRCREV}" 144SRCREV_pn-opkg-nogpg ??= "${OPKGSRCREV}"
144SRCREV_pn-opkg-nogpg-native ??= "${OPKGSRCREV}" 145SRCREV_pn-opkg-nogpg-native ??= "${OPKGSRCREV}"
145SRCREV_pn-opkg-nogpg-nativesdk ??= "${OPKGSRCREV}" 146SRCREV_pn-opkg-nogpg-nativesdk ??= "${OPKGSRCREV}"