Remove support for Ubuntu/Precise sysroot
BUG=564904 Review-Url: https://codereview.chromium.org/2596653002 Cr-Original-Commit-Position: refs/heads/master@{#462884} Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src Cr-Mirrored-Commit: bc51e877f354bd818135a324c3a16d4a1f8abf30
This commit is contained in:
Родитель
e8e5f8228b
Коммит
b3da76f147
|
@ -13,7 +13,6 @@ import sys
|
|||
|
||||
|
||||
SUPPORTED_UBUNTU_VERSIONS = (
|
||||
{'number': '12.04', 'codename': 'precise'},
|
||||
{'number': '14.04', 'codename': 'trusty'},
|
||||
{'number': '14.10', 'codename': 'utopic'},
|
||||
{'number': '15.04', 'codename': 'vivid'},
|
||||
|
@ -300,9 +299,7 @@ def compute_dynamic_package_lists():
|
|||
lsb_codename = lsb_release_short_codename()
|
||||
|
||||
# Find the proper version of libstdc++6-4.x-dbg.
|
||||
if lsb_codename == 'precise':
|
||||
_packages_dbg += ('libstdc++6-4.6-dbg',)
|
||||
elif lsb_codename == 'trusty':
|
||||
if lsb_codename == 'trusty':
|
||||
_packages_dbg += ('libstdc++6-4.8-dbg',)
|
||||
else:
|
||||
_packages_dbg += ('libstdc++6-4.9-dbg',)
|
||||
|
|
|
@ -32,11 +32,7 @@ sudo apt-get -y install lib32z1 lighttpd python-pexpect xvfb x11-utils
|
|||
|
||||
# Some binaries in the Android SDK require 32-bit libraries on the host.
|
||||
# See https://developer.android.com/sdk/installing/index.html?pkg=tools
|
||||
if [[ $lsb_release == "precise" ]]; then
|
||||
sudo apt-get -y install ia32-libs
|
||||
else
|
||||
sudo apt-get -y install libncurses5:i386 libstdc++6:i386 zlib1g:i386
|
||||
fi
|
||||
sudo apt-get -y install libncurses5:i386 libstdc++6:i386 zlib1g:i386
|
||||
|
||||
# Required by //components/cronet/tools/generate_javadoc.py
|
||||
# TODO(375324): Stop requiring ANT.
|
||||
|
|
|
@ -122,12 +122,6 @@ def InstallDefaultSysroots(host_arch):
|
|||
if host_arch == 'amd64':
|
||||
InstallDefaultSysrootForArch('i386')
|
||||
|
||||
# Desktop Chromium OS builds require the precise sysroot.
|
||||
# TODO(thomasanderson): only download this when the GN arg target_os
|
||||
# == 'chromeos', when the functionality to perform the check becomes
|
||||
# available.
|
||||
InstallSysroot('Precise', 'amd64')
|
||||
|
||||
# If we can detect a non-standard target_arch such as ARM or MIPS,
|
||||
# then install the sysroot too. Don't attempt to install arm64
|
||||
# since this is currently and android-only architecture.
|
||||
|
|
|
@ -1,179 +0,0 @@
|
|||
main/a/alsa-lib/libasound2_1.0.25-1ubuntu10.2_amd64.deb
|
||||
main/a/alsa-lib/libasound2-dev_1.0.25-1ubuntu10.2_amd64.deb
|
||||
main/a/atk1.0/libatk1.0-0_2.4.0-0ubuntu1_amd64.deb
|
||||
main/a/atk1.0/libatk1.0-dev_2.4.0-0ubuntu1_amd64.deb
|
||||
main/a/avahi/libavahi-client3_0.6.30-5ubuntu2.2_amd64.deb
|
||||
main/a/avahi/libavahi-common3_0.6.30-5ubuntu2.2_amd64.deb
|
||||
main/b/bluez/libbluetooth3_4.98-2ubuntu7.2_amd64.deb
|
||||
main/b/bluez/libbluetooth-dev_4.98-2ubuntu7.2_amd64.deb
|
||||
main/b/brltty/libbrlapi0.5_4.3-1ubuntu5_amd64.deb
|
||||
main/b/brltty/libbrlapi-dev_4.3-1ubuntu5_amd64.deb
|
||||
main/c/cairo/libcairo2_1.10.2-6.1ubuntu3_amd64.deb
|
||||
main/c/cairo/libcairo2-dev_1.10.2-6.1ubuntu3_amd64.deb
|
||||
main/c/cairo/libcairo-gobject2_1.10.2-6.1ubuntu3_amd64.deb
|
||||
main/c/cairo/libcairo-script-interpreter2_1.10.2-6.1ubuntu3_amd64.deb
|
||||
main/c/cups/libcups2_1.5.3-0ubuntu8.7_amd64.deb
|
||||
main/c/cups/libcups2-dev_1.5.3-0ubuntu8.7_amd64.deb
|
||||
main/d/dbus-glib/libdbus-glib-1-2_0.98-1ubuntu1.1_amd64.deb
|
||||
main/d/dbus/libdbus-1-3_1.4.18-1ubuntu1.8_amd64.deb
|
||||
main/d/dbus/libdbus-1-dev_1.4.18-1ubuntu1.8_amd64.deb
|
||||
main/e/e2fsprogs/comerr-dev_2.1-1.42-1ubuntu2.3_amd64.deb
|
||||
main/e/e2fsprogs/libcomerr2_1.42-1ubuntu2.3_amd64.deb
|
||||
main/e/eglibc/libc6_2.15-0ubuntu10.15_amd64.deb
|
||||
main/e/eglibc/libc6-dev_2.15-0ubuntu10.15_amd64.deb
|
||||
main/e/elfutils/libelf1_0.152-1ubuntu3.1_amd64.deb
|
||||
main/e/elfutils/libelf-dev_0.152-1ubuntu3.1_amd64.deb
|
||||
main/e/expat/libexpat1_2.0.1-7.2ubuntu1.4_amd64.deb
|
||||
main/e/expat/libexpat1-dev_2.0.1-7.2ubuntu1.4_amd64.deb
|
||||
main/f/fontconfig/libfontconfig1_2.8.0-3ubuntu9.2_amd64.deb
|
||||
main/f/fontconfig/libfontconfig1-dev_2.8.0-3ubuntu9.2_amd64.deb
|
||||
main/f/freetype/libfreetype6_2.4.8-1ubuntu2.3_amd64.deb
|
||||
main/f/freetype/libfreetype6-dev_2.4.8-1ubuntu2.3_amd64.deb
|
||||
main/g/gcc-4.6/gcc-4.6_4.6.3-1ubuntu5_amd64.deb
|
||||
main/g/gcc-4.6/libgcc1_4.6.3-1ubuntu5_amd64.deb
|
||||
main/g/gcc-4.6/libgomp1_4.6.3-1ubuntu5_amd64.deb
|
||||
main/g/gcc-4.6/libquadmath0_4.6.3-1ubuntu5_amd64.deb
|
||||
main/g/gcc-4.6/libstdc++6_4.6.3-1ubuntu5_amd64.deb
|
||||
main/g/gcc-4.6/libstdc++6-4.6-dev_4.6.3-1ubuntu5_amd64.deb
|
||||
main/g/gconf/libgconf-2-4_3.2.5-0ubuntu2_amd64.deb
|
||||
main/g/gconf/libgconf2-4_3.2.5-0ubuntu2_amd64.deb
|
||||
main/g/gconf/libgconf2-dev_3.2.5-0ubuntu2_amd64.deb
|
||||
main/g/gdk-pixbuf/libgdk-pixbuf2.0-0_2.26.1-1ubuntu1.5_amd64.deb
|
||||
main/g/gdk-pixbuf/libgdk-pixbuf2.0-dev_2.26.1-1ubuntu1.5_amd64.deb
|
||||
main/g/glib2.0/libglib2.0-0_2.32.4-0ubuntu1_amd64.deb
|
||||
main/g/glib2.0/libglib2.0-dev_2.32.4-0ubuntu1_amd64.deb
|
||||
main/g/gnutls26/libgnutls26_2.12.14-5ubuntu3.13_amd64.deb
|
||||
main/g/gnutls26/libgnutls-dev_2.12.14-5ubuntu3.13_amd64.deb
|
||||
main/g/gnutls26/libgnutls-openssl27_2.12.14-5ubuntu3.13_amd64.deb
|
||||
main/g/gnutls26/libgnutlsxx27_2.12.14-5ubuntu3.13_amd64.deb
|
||||
main/g/gtk+2.0/libgtk2.0-0_2.24.10-0ubuntu6.3_amd64.deb
|
||||
main/g/gtk+2.0/libgtk2.0-dev_2.24.10-0ubuntu6.3_amd64.deb
|
||||
main/g/gtk+3.0/libgtk-3-0_3.4.2-0ubuntu0.9_amd64.deb
|
||||
main/g/gtk+3.0/libgtk-3-dev_3.4.2-0ubuntu0.9_amd64.deb
|
||||
main/k/keyutils/libkeyutils1_1.5.2-2_amd64.deb
|
||||
main/k/krb5/krb5-multidev_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/k/krb5/libgssapi-krb5-2_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/k/krb5/libgssrpc4_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/k/krb5/libk5crypto3_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/k/krb5/libkadm5clnt-mit8_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/k/krb5/libkadm5srv-mit8_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/k/krb5/libkdb5-6_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/k/krb5/libkrb5-3_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/k/krb5/libkrb5-dev_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/k/krb5/libkrb5support0_1.10+dfsg~beta1-2ubuntu0.7_amd64.deb
|
||||
main/libc/libcap2/libcap2_2.22-1ubuntu3_amd64.deb
|
||||
main/libc/libcap2/libcap-dev_2.22-1ubuntu3_amd64.deb
|
||||
main/libd/libdrm/libdrm2_2.4.52-1~precise2_amd64.deb
|
||||
main/libd/libdrm/libdrm-dev_2.4.52-1~precise2_amd64.deb
|
||||
main/libd/libdrm/libdrm-intel1_2.4.52-1~precise2_amd64.deb
|
||||
main/libd/libdrm/libdrm-nouveau1a_2.4.52-1~precise2_amd64.deb
|
||||
main/libd/libdrm/libdrm-nouveau2_2.4.52-1~precise2_amd64.deb
|
||||
main/libd/libdrm/libdrm-radeon1_2.4.52-1~precise2_amd64.deb
|
||||
main/libd/libdrm/libkms1_2.4.46-1ubuntu0.0.0.1_amd64.deb
|
||||
main/libf/libffi/libffi6_3.0.11~rc1-5_amd64.deb
|
||||
main/libf/libffi/libffi-dev_3.0.11~rc1-5_amd64.deb
|
||||
main/libg/libgcrypt11/libgcrypt11_1.5.0-3ubuntu0.6_amd64.deb
|
||||
main/libg/libgcrypt11/libgcrypt11-dev_1.5.0-3ubuntu0.6_amd64.deb
|
||||
main/libg/libgnome-keyring/libgnome-keyring0_3.2.2-2_amd64.deb
|
||||
main/libg/libgnome-keyring/libgnome-keyring-dev_3.2.2-2_amd64.deb
|
||||
main/libg/libgpg-error/libgpg-error0_1.10-2ubuntu1_amd64.deb
|
||||
main/libg/libgpg-error/libgpg-error-dev_1.10-2ubuntu1_amd64.deb
|
||||
main/libn/libnss-db/libnss-db_2.2.3pre1-3.2ubuntu3_amd64.deb
|
||||
main/libp/libp11/libp11-2_0.2.8-2_amd64.deb
|
||||
main/libp/libpng/libpng12-0_1.2.46-3ubuntu4.2_amd64.deb
|
||||
main/libp/libpng/libpng12-dev_1.2.46-3ubuntu4.2_amd64.deb
|
||||
main/libp/libpthread-stubs/libpthread-stubs0-dev_0.3-3_amd64.deb
|
||||
main/libs/libselinux/libselinux1_2.1.0-4.1ubuntu1_amd64.deb
|
||||
main/libt/libtasn1-3/libtasn1-3_2.10-1ubuntu1.5_amd64.deb
|
||||
main/libx/libx11/libx11-6_1.4.99.1-0ubuntu2.3_amd64.deb
|
||||
main/libx/libx11/libx11-dev_1.4.99.1-0ubuntu2.3_amd64.deb
|
||||
main/libx/libx11/libx11-xcb1_1.4.99.1-0ubuntu2.3_amd64.deb
|
||||
main/libx/libx11/libx11-xcb-dev_1.4.99.1-0ubuntu2.3_amd64.deb
|
||||
main/libx/libxau/libxau6_1.0.6-4_amd64.deb
|
||||
main/libx/libxau/libxau-dev_1.0.6-4_amd64.deb
|
||||
main/libx/libxcb/libxcb1_1.8.1-1ubuntu0.2_amd64.deb
|
||||
main/libx/libxcb/libxcb1-dev_1.8.1-1ubuntu0.2_amd64.deb
|
||||
main/libx/libxcb/libxcb-glx0_1.8.1-1ubuntu0.2_amd64.deb
|
||||
main/libx/libxcb/libxcb-render0_1.8.1-1ubuntu0.2_amd64.deb
|
||||
main/libx/libxcb/libxcb-render0-dev_1.8.1-1ubuntu0.2_amd64.deb
|
||||
main/libx/libxcb/libxcb-shm0_1.8.1-1ubuntu0.2_amd64.deb
|
||||
main/libx/libxcb/libxcb-shm0-dev_1.8.1-1ubuntu0.2_amd64.deb
|
||||
main/libx/libxcomposite/libxcomposite1_0.4.3-2build1_amd64.deb
|
||||
main/libx/libxcomposite/libxcomposite-dev_0.4.3-2build1_amd64.deb
|
||||
main/libx/libxcursor/libxcursor1_1.1.12-1ubuntu0.1_amd64.deb
|
||||
main/libx/libxcursor/libxcursor-dev_1.1.12-1ubuntu0.1_amd64.deb
|
||||
main/libx/libxdamage/libxdamage1_1.1.3-2build1_amd64.deb
|
||||
main/libx/libxdamage/libxdamage-dev_1.1.3-2build1_amd64.deb
|
||||
main/libx/libxdmcp/libxdmcp6_1.1.0-4_amd64.deb
|
||||
main/libx/libxdmcp/libxdmcp-dev_1.1.0-4_amd64.deb
|
||||
main/libx/libxext/libxext6_1.3.0-3ubuntu0.2_amd64.deb
|
||||
main/libx/libxext/libxext-dev_1.3.0-3ubuntu0.2_amd64.deb
|
||||
main/libx/libxfixes/libxfixes3_5.0-4ubuntu4.4_amd64.deb
|
||||
main/libx/libxfixes/libxfixes-dev_5.0-4ubuntu4.4_amd64.deb
|
||||
main/libx/libxi/libxi6_1.7.1.901-1ubuntu1~precise3_amd64.deb
|
||||
main/libx/libxi/libxi-dev_1.7.1.901-1ubuntu1~precise3_amd64.deb
|
||||
main/libx/libxinerama/libxinerama1_1.1.1-3ubuntu0.1_amd64.deb
|
||||
main/libx/libxinerama/libxinerama-dev_1.1.1-3ubuntu0.1_amd64.deb
|
||||
main/libx/libxrandr/libxrandr2_1.3.2-2ubuntu0.3_amd64.deb
|
||||
main/libx/libxrandr/libxrandr-dev_1.3.2-2ubuntu0.3_amd64.deb
|
||||
main/libx/libxrender/libxrender1_0.9.6-2ubuntu0.2_amd64.deb
|
||||
main/libx/libxrender/libxrender-dev_0.9.6-2ubuntu0.2_amd64.deb
|
||||
main/libx/libxss/libxss1_1.2.1-2_amd64.deb
|
||||
main/libx/libxss/libxss-dev_1.2.1-2_amd64.deb
|
||||
main/libx/libxt/libxt6_1.1.1-2ubuntu0.1_amd64.deb
|
||||
main/libx/libxt/libxt-dev_1.1.1-2ubuntu0.1_amd64.deb
|
||||
main/libx/libxtst/libxtst6_1.2.0-4ubuntu0.1_amd64.deb
|
||||
main/libx/libxtst/libxtst-dev_1.2.0-4ubuntu0.1_amd64.deb
|
||||
main/libx/libxxf86vm/libxxf86vm1_1.1.1-2ubuntu0.1_amd64.deb
|
||||
main/l/linux/linux-libc-dev_3.2.0-123.166_amd64.deb
|
||||
main/m/mesa/libegl1-mesa_8.0.4-0ubuntu0.7_amd64.deb
|
||||
main/m/mesa/libegl1-mesa-dev_8.0.4-0ubuntu0.7_amd64.deb
|
||||
main/m/mesa/libegl1-mesa-drivers_8.0.4-0ubuntu0.7_amd64.deb
|
||||
main/m/mesa/libgbm1_8.0.4-0ubuntu0.7_amd64.deb
|
||||
main/m/mesa/libgbm-dev_8.0.4-0ubuntu0.7_amd64.deb
|
||||
main/m/mesa/libgl1-mesa-dev_8.0.4-0ubuntu0.7_amd64.deb
|
||||
main/m/mesa/libgl1-mesa-glx_8.0.4-0ubuntu0.7_amd64.deb
|
||||
main/m/mesa/libglapi-mesa_8.0.4-0ubuntu0.7_amd64.deb
|
||||
main/m/mesa/mesa-common-dev_8.0.4-0ubuntu0.7_amd64.deb
|
||||
main/n/nspr/libnspr4_4.12-0ubuntu0.12.04.1_amd64.deb
|
||||
main/n/nspr/libnspr4-dev_4.12-0ubuntu0.12.04.1_amd64.deb
|
||||
main/n/nss/libnss3_3.26.2-0ubuntu0.12.04.1_amd64.deb
|
||||
main/n/nss/libnss3-dev_3.26.2-0ubuntu0.12.04.1_amd64.deb
|
||||
main/o/openssl/libssl1.0.0_1.0.1-4ubuntu5.39_amd64.deb
|
||||
main/o/openssl/libssl-dev_1.0.1-4ubuntu5.39_amd64.deb
|
||||
main/o/orbit2/liborbit2_2.14.19-0.1ubuntu1_amd64.deb
|
||||
main/p/p11-kit/libp11-kit0_0.12-2ubuntu1_amd64.deb
|
||||
main/p/pam/libpam0g_1.1.3-7ubuntu2.3_amd64.deb
|
||||
main/p/pam/libpam0g-dev_1.1.3-7ubuntu2.3_amd64.deb
|
||||
main/p/pango1.0/libpango1.0-0_1.30.0-0ubuntu3.1_amd64.deb
|
||||
main/p/pango1.0/libpango1.0-dev_1.30.0-0ubuntu3.1_amd64.deb
|
||||
main/p/pciutils/libpci3_3.1.8-2ubuntu6_amd64.deb
|
||||
main/p/pciutils/libpci-dev_3.1.8-2ubuntu6_amd64.deb
|
||||
main/p/pcre3/libpcre3_8.12-4ubuntu0.2_amd64.deb
|
||||
main/p/pcre3/libpcre3-dev_8.12-4ubuntu0.2_amd64.deb
|
||||
main/p/pcre3/libpcrecpp0_8.12-4ubuntu0.2_amd64.deb
|
||||
main/p/pixman/libpixman-1-0_0.30.2-1ubuntu0.0.0.0.3_amd64.deb
|
||||
main/p/pixman/libpixman-1-dev_0.30.2-1ubuntu0.0.0.0.3_amd64.deb
|
||||
main/p/pulseaudio/libpulse0_1.1-0ubuntu15.4_amd64.deb
|
||||
main/p/pulseaudio/libpulse-dev_1.1-0ubuntu15.4_amd64.deb
|
||||
main/p/pulseaudio/libpulse-mainloop-glib0_1.1-0ubuntu15.4_amd64.deb
|
||||
main/s/speech-dispatcher/libspeechd2_0.7.1-6ubuntu3_amd64.deb
|
||||
main/s/speech-dispatcher/libspeechd-dev_0.7.1-6ubuntu3_amd64.deb
|
||||
main/s/speech-dispatcher/speech-dispatcher_0.7.1-6ubuntu3_amd64.deb
|
||||
main/w/wayland/libwayland0_0.85.0-1ubuntu2_amd64.deb
|
||||
main/w/wayland/libwayland-dev_0.85.0-1ubuntu2_amd64.deb
|
||||
main/x/x11proto-composite/x11proto-composite-dev_0.4.2-2_all.deb
|
||||
main/x/x11proto-core/x11proto-core-dev_7.0.22-1ubuntu0.2_all.deb
|
||||
main/x/x11proto-damage/x11proto-damage-dev_1.2.1-2_all.deb
|
||||
main/x/x11proto-fixes/x11proto-fixes-dev_5.0-2ubuntu1_all.deb
|
||||
main/x/x11proto-input/x11proto-input-dev_2.3-1~precise2_all.deb
|
||||
main/x/x11proto-kb/x11proto-kb-dev_1.0.5-2_all.deb
|
||||
main/x/x11proto-randr/x11proto-randr-dev_1.4.0+git20120101.is.really.1.4.0-0ubuntu1~precise2_all.deb
|
||||
main/x/x11proto-record/x11proto-record-dev_1.14.1-2_all.deb
|
||||
main/x/x11proto-render/x11proto-render-dev_0.11.1-2_all.deb
|
||||
main/x/x11proto-scrnsaver/x11proto-scrnsaver-dev_1.2.1-2_all.deb
|
||||
main/x/x11proto-xext/x11proto-xext-dev_7.3.0-1~precise2_all.deb
|
||||
main/z/zlib/zlib1g_1.2.3.4.dfsg-3ubuntu4_amd64.deb
|
||||
main/z/zlib/zlib1g-dev_1.2.3.4.dfsg-3ubuntu4_amd64.deb
|
||||
universe/libx/libxkbcommon/libxkbcommon0_0.1.0~1-0ubuntu1_amd64.deb
|
||||
universe/libx/libxkbcommon/libxkbcommon-dev_0.1.0~1-0ubuntu1_amd64.deb
|
|
@ -1,212 +0,0 @@
|
|||
#!/bin/bash
|
||||
# Copyright 2016 The Chromium Authors. All rights reserved.
|
||||
# Use of this source code is governed by a BSD-style license that can be
|
||||
# found in the LICENSE file.
|
||||
|
||||
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||
|
||||
DISTRO=ubuntu
|
||||
DIST=precise
|
||||
DIST_UPDATES=precise-updates
|
||||
REPO_EXTRA="universe"
|
||||
|
||||
# This is where we get all the debian packages from.
|
||||
APT_REPO=http://archive.ubuntu.com/ubuntu
|
||||
APT_REPO_ARM=http://ports.ubuntu.com
|
||||
APT_REPO_ARM64=http://ports.ubuntu.com
|
||||
KEYRING_FILE=/usr/share/keyrings/ubuntu-archive-keyring.gpg
|
||||
|
||||
HAS_ARCH_AMD64=1
|
||||
|
||||
# Precise supports these architectures but they are not needed by chrome.
|
||||
# HAS_ARCH_I386=1
|
||||
# HAS_ARCH_ARM=1
|
||||
|
||||
# Sysroot packages: these are the packages needed to build chrome.
|
||||
# NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated
|
||||
# by running this script in GeneratePackageList mode.
|
||||
DEBIAN_PACKAGES="\
|
||||
comerr-dev
|
||||
gcc-4.6
|
||||
krb5-multidev
|
||||
libasound2
|
||||
libasound2-dev
|
||||
libatk1.0-0
|
||||
libatk1.0-dev
|
||||
libavahi-client3
|
||||
libavahi-common3
|
||||
libbluetooth3
|
||||
libbluetooth-dev
|
||||
libbrlapi0.5
|
||||
libbrlapi-dev
|
||||
libc6
|
||||
libc6-dev
|
||||
libcairo2
|
||||
libcairo2-dev
|
||||
libcairo-gobject2
|
||||
libcairo-script-interpreter2
|
||||
libcap-dev
|
||||
libcap2
|
||||
libcomerr2
|
||||
libcups2
|
||||
libcups2-dev
|
||||
libdbus-1-3
|
||||
libdbus-1-dev
|
||||
libdbus-glib-1-2
|
||||
libdrm-dev
|
||||
libdrm-intel1
|
||||
libdrm-nouveau1a
|
||||
libdrm-nouveau2
|
||||
libdrm-radeon1
|
||||
libdrm2
|
||||
libegl1-mesa
|
||||
libegl1-mesa-dev
|
||||
libegl1-mesa-drivers
|
||||
libelf1
|
||||
libelf-dev
|
||||
libexpat1
|
||||
libexpat1-dev
|
||||
libffi6
|
||||
libffi-dev
|
||||
libfontconfig1
|
||||
libfontconfig1-dev
|
||||
libfreetype6
|
||||
libfreetype6-dev
|
||||
libgbm1
|
||||
libgbm-dev
|
||||
libgcc1
|
||||
libgconf-2-4
|
||||
libgconf2-4
|
||||
libgconf2-dev
|
||||
libgcrypt11
|
||||
libgcrypt11-dev
|
||||
libgdk-pixbuf2.0-0
|
||||
libgdk-pixbuf2.0-dev
|
||||
libgl1-mesa-dev
|
||||
libgl1-mesa-glx
|
||||
libglapi-mesa
|
||||
libglib2.0-0
|
||||
libglib2.0-dev
|
||||
libgnome-keyring0
|
||||
libgnome-keyring-dev
|
||||
libgnutls26
|
||||
libgnutls-dev
|
||||
libgnutls-openssl27
|
||||
libgnutlsxx27
|
||||
libgomp1
|
||||
libgpg-error0
|
||||
libgpg-error-dev
|
||||
libgssapi-krb5-2
|
||||
libgssrpc4
|
||||
libgtk-3-0
|
||||
libgtk-3-dev
|
||||
libgtk2.0-0
|
||||
libgtk2.0-dev
|
||||
libk5crypto3
|
||||
libkadm5clnt-mit8
|
||||
libkadm5srv-mit8
|
||||
libkdb5-6
|
||||
libkeyutils1
|
||||
libkms1
|
||||
libkrb5-3
|
||||
libkrb5-dev
|
||||
libkrb5support0
|
||||
libnspr4
|
||||
libnspr4-dev
|
||||
libnss3
|
||||
libnss3-dev
|
||||
libnss-db
|
||||
liborbit2
|
||||
libp11-2
|
||||
libp11-kit0
|
||||
libpam0g
|
||||
libpam0g-dev
|
||||
libpango1.0-0
|
||||
libpango1.0-dev
|
||||
libpci3
|
||||
libpci-dev
|
||||
libpcre3
|
||||
libpcre3-dev
|
||||
libpcrecpp0
|
||||
libpixman-1-0
|
||||
libpixman-1-dev
|
||||
libpng12-0
|
||||
libpng12-dev
|
||||
libpthread-stubs0-dev
|
||||
libpulse0
|
||||
libpulse-dev
|
||||
libpulse-mainloop-glib0
|
||||
libselinux1
|
||||
libspeechd2
|
||||
libspeechd-dev
|
||||
libssl1.0.0
|
||||
libssl-dev
|
||||
libstdc++6
|
||||
libstdc++6-4.6-dev
|
||||
libtasn1-3
|
||||
libwayland0
|
||||
libwayland-dev
|
||||
libx11-6
|
||||
libx11-dev
|
||||
libx11-xcb1
|
||||
libx11-xcb-dev
|
||||
libxau6
|
||||
libxau-dev
|
||||
libxcb1
|
||||
libxcb1-dev
|
||||
libxcb-glx0
|
||||
libxcb-render0
|
||||
libxcb-render0-dev
|
||||
libxcb-shm0
|
||||
libxcb-shm0-dev
|
||||
libxcomposite1
|
||||
libxcomposite-dev
|
||||
libxcursor1
|
||||
libxcursor-dev
|
||||
libxdamage1
|
||||
libxdamage-dev
|
||||
libxdmcp6
|
||||
libxdmcp-dev
|
||||
libxext6
|
||||
libxext-dev
|
||||
libxfixes3
|
||||
libxfixes-dev
|
||||
libxi6
|
||||
libxi-dev
|
||||
libxinerama1
|
||||
libxinerama-dev
|
||||
libxkbcommon0
|
||||
libxkbcommon-dev
|
||||
libxrandr2
|
||||
libxrandr-dev
|
||||
libxrender1
|
||||
libxrender-dev
|
||||
libxss1
|
||||
libxss-dev
|
||||
libxt6
|
||||
libxt-dev
|
||||
libxtst6
|
||||
libxtst-dev
|
||||
libxxf86vm1
|
||||
linux-libc-dev
|
||||
mesa-common-dev
|
||||
speech-dispatcher
|
||||
x11proto-composite-dev
|
||||
x11proto-core-dev
|
||||
x11proto-damage-dev
|
||||
x11proto-fixes-dev
|
||||
x11proto-input-dev
|
||||
x11proto-kb-dev
|
||||
x11proto-randr-dev
|
||||
x11proto-record-dev
|
||||
x11proto-render-dev
|
||||
x11proto-scrnsaver-dev
|
||||
x11proto-xext-dev
|
||||
zlib1g
|
||||
zlib1g-dev
|
||||
"
|
||||
|
||||
DEBIAN_PACKAGES_X86="libquadmath0"
|
||||
DEBIAN_PACKAGES_ARM="libdrm-omap1"
|
||||
|
||||
. "${SCRIPT_DIR}/sysroot-creator.sh"
|
|
@ -29,12 +29,6 @@
|
|||
"SysrootDir": "debian_jessie_mips-sysroot",
|
||||
"Tarball": "debian_jessie_mips_sysroot.tgz"
|
||||
},
|
||||
"precise_amd64": {
|
||||
"Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
|
||||
"Sha1Sum": "8fffb717217b2dc4e29b3a1305877bcd0552f55e",
|
||||
"SysrootDir": "ubuntu_precise_amd64-sysroot",
|
||||
"Tarball": "ubuntu_precise_amd64_sysroot.tgz"
|
||||
},
|
||||
"trusty_arm": {
|
||||
"Revision": "d3d82f7c4e34a753953581a48e62ef577b334529",
|
||||
"Sha1Sum": "f78eb929410b94cdf48276db82a7e7adcafcc277",
|
||||
|
|
Загрузка…
Ссылка в новой задаче