Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
6 additions
and
1 deletion.
-
+4
−0
CHANGELOG
-
+2
−1
utils/common.sh
|
|
@@ -1,3 +1,7 @@ |
|
|
v1.2.3 - 2017-04-21 |
|
|
- Add fontconfig package in deploy-qtrpi script |
|
|
- Add sanity check on env vars at beginning of scripts |
|
|
|
|
|
v1.2.2 - 2017-04-06 |
|
|
- Update README with host dependencies |
|
|
- Update README with qtrpi installation youtube video |
|
|
|
@@ -5,6 +5,8 @@ |
|
|
# (the directory of the calling script is assumed to be the same as common.sh) |
|
|
############################################################################### |
|
|
|
|
|
VERSION='1.2.3' |
|
|
|
|
|
function message() { |
|
|
echo |
|
|
echo '--------------------------------------------------------------------' |
|
@@ -71,7 +73,6 @@ TARGET_DEVICE=${QTRPI_TARGET_DEVICE-'linux-rasp-pi2-g++'} |
|
|
QT_VERSION=${QTRPI_QT_VERSION-'5.7.0'} |
|
|
TARGET_HOST=$QTRPI_TARGET_HOST |
|
|
RASPBIAN_BASENAME='raspbian_latest' |
|
|
VERSION='1.2.2' |
|
|
|
|
|
DEVICE_NAME=$(device_name $TARGET_DEVICE) |
|
|
|
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.