Skip to content

Commit

Permalink
repointed prebuilts, re-enabled qt5
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 committed Oct 15, 2020
1 parent 37e3d4f commit a73be17
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[submodule "prebuilts"]
path = prebuilts
url = https://github.com/matt2005/prebuilts
url = https://github.com/opencardev/prebuilts.git
1 change: 0 additions & 1 deletion stage2/03-crankshaft-base-packages/01-packages

This file was deleted.

4 changes: 2 additions & 2 deletions stage3/03-crankshaft-base/00-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,5 @@ chmod 644 files/usr/local/lib/libaasdk_proto.so.md5
chmod 644 files/usr/local/bin/usbreset.md5

# qt5
#rm -rf files/qt5/Qt5_OpenGLES2.tar.xz
#cat $BASE_DIR/prebuilts/qt5/Qt_5141_OpenGLES2.tar.xz* > files/qt5/Qt5_OpenGLES2.tar.xz
rm -rf files/qt5/Qt5_OpenGLES2.tar.xz
cat $BASE_DIR/prebuilts/qt5/Qt_5151_OpenGLES2.tar.xz* > files/qt5/Qt5_OpenGLES2.tar.xz
2 changes: 1 addition & 1 deletion stage3/03-crankshaft-base/01-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -175,4 +175,4 @@ install -m 644 files/lib/dhcpcd/dhcpcd-hooks/20-resolv.conf "${ROOTF
install -m 644 files/lib/systemd/system/dhcpcd.service "${ROOTFS_DIR}/lib/systemd/system/"

#qt5
#tar -xf files/qt5/Qt5_OpenGLES2.tar.xz -C ${ROOTFS_DIR}/
tar -xf files/qt5/Qt5_OpenGLES2.tar.xz -C ${ROOTFS_DIR}/

0 comments on commit a73be17

Please sign in to comment.