Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3506)

Unified Diff: build/linux/sysroot_scripts/sysroot-creator-wheezy.sh

Issue 1707463002: Add libudev-dev to linux sysroot image (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-jessie.sh ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
diff --git a/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh b/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
index 08f7fdaccabe192a5a19db98ef25806f467fdbee..5006b95456c847dfdf38270e453405836290085c 100755
--- a/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
+++ b/build/linux/sysroot_scripts/sysroot-creator-wheezy.sh
@@ -3,13 +3,14 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-SCRIPT_DIR=$(dirname $0)
+SCRIPT_DIR=$(cd $(dirname $0) && pwd)
DISTRO=debian
DIST=wheezy
APT_REPO=http://http.us.debian.org/debian
REPO_BASEDIR="${APT_REPO}/dists/${DIST}"
-KEYRING_FILE=/usr/share/keyrings/debian-archive-keyring.gpg
+KEYRING_FILE=${SCRIPT_DIR}/debian-archive-wheezy-stable.gpg
+
# Sysroot packages: these are the packages needed to build chrome.
# NOTE: When DEBIAN_PACKAGES is modified, the packagelist files must be updated
@@ -125,6 +126,8 @@ DEBIAN_PACKAGES="\
libstdc++6
libstdc++6-4.6-dev
libtasn1-3
+ libudev-dev
+ libudev0
libx11-6
libx11-dev
libx11-xcb1
@@ -185,5 +188,6 @@ DEBIAN_PACKAGES="\
DEBIAN_PACKAGES_X86="libquadmath0 libdrm-intel1"
DEBIAN_PACKAGES_ARM="libdrm-omap1"
+DEBIAN_PACKAGES_AMD64=""
. ${SCRIPT_DIR}/sysroot-creator.sh
« no previous file with comments | « build/linux/sysroot_scripts/sysroot-creator-jessie.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698