diff options
-rw-r--r-- | scripts/manifest_qt5.xml | 2 | ||||
-rwxr-xr-x | scripts/setup-environment.sh | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/scripts/manifest_qt5.xml b/scripts/manifest_qt5.xml index fce17e0..fbd5069 100644 --- a/scripts/manifest_qt5.xml +++ b/scripts/manifest_qt5.xml | |||
@@ -1,7 +1,7 @@ | |||
1 | <?xml version="1.0" encoding="UTF-8"?> | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | <manifest> | 2 | <manifest> |
3 | 3 | ||
4 | <include name="manifest_dizzy.xml"/> | 4 | <include name="manifest.xml"/> |
5 | 5 | ||
6 | <remote fetch="git://playground.ci.local" name="playground"/> | 6 | <remote fetch="git://playground.ci.local" name="playground"/> |
7 | 7 | ||
diff --git a/scripts/setup-environment.sh b/scripts/setup-environment.sh index 26c374d..686a65c 100755 --- a/scripts/setup-environment.sh +++ b/scripts/setup-environment.sh | |||
@@ -79,6 +79,10 @@ if [ ! -f ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf ]; then | |||
79 | mkdir -p ${PWD}/${BUILDDIRECTORY}/conf | 79 | mkdir -p ${PWD}/${BUILDDIRECTORY}/conf |
80 | cp ${PWD}/sources/meta-b2qt/conf/${LAYERSCONF} ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf | 80 | cp ${PWD}/sources/meta-b2qt/conf/${LAYERSCONF} ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf |
81 | 81 | ||
82 | if [ ! -d ${PWD}/sources/meta-qt5 ]; then | ||
83 | sed -i -e '/meta-qt5/d' ${PWD}/${BUILDDIRECTORY}/conf/bblayers.conf | ||
84 | fi | ||
85 | |||
82 | if [ ! -d ${PWD}/sources/meta-b2qt/.git ]; then | 86 | if [ ! -d ${PWD}/sources/meta-b2qt/.git ]; then |
83 | QT_SDK_PATH=$(readlink -f ${PWD}/sources/meta-b2qt/../../) | 87 | QT_SDK_PATH=$(readlink -f ${PWD}/sources/meta-b2qt/../../) |
84 | fi | 88 | fi |