Index: build/linux/sysroot_scripts/sysroot-creator-jessie.sh |
diff --git a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh |
index 0c6bdb7fa376b1e6eb46cb0881bbbe5c4083361e..4e4f4070b681b2b7b93004c20700b283b26ed4ed 100755 |
--- a/build/linux/sysroot_scripts/sysroot-creator-jessie.sh |
+++ b/build/linux/sysroot_scripts/sysroot-creator-jessie.sh |
@@ -217,5 +217,14 @@ DEBIAN_PACKAGES_ARM=" |
libasan0 |
libubsan0 |
" |
+DEBIAN_PACKAGES_ARM64=" |
+ libitm1 |
Lei Zhang
2016/05/27 21:04:46
Would you mind sorting this in alphabetical order,
|
+ libthai0 |
+ libnettle4 |
+ libhogweed2 |
+ libgmp10 |
+ libgraphite2-3 |
+ libdatrie1 |
+" |
. ${SCRIPT_DIR}/sysroot-creator.sh |