Skip to content
Open
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
0a8a769
Update build.sh
GRRedWings Jan 6, 2016
38c5310
python-3.4.3-setup.patch
GRRedWings Jan 6, 2016
d69ec99
Update sources.txt
GRRedWings Jan 7, 2016
5152682
Update env
GRRedWings Jan 7, 2016
e84c9fd
Update the make file to use the 1.0.2e SSL library. Renamed the folders
Jan 7, 2016
86f8935
Update env
GRRedWings Jan 7, 2016
b9e4057
Updated from Python 3.4.3 to Python 3.5.1
GRRedWings Jan 15, 2016
2aeddd4
Update the Python version. this was missed in the checkin.
GRRedWings Jan 17, 2016
86c5e74
Merge pull request #1 from GRRedWings/Python-3.5.1
GRRedWings Jan 28, 2016
902e28f
Update sources.txt
GRRedWings Jan 30, 2016
775903c
Update sources.txt
GRRedWings Jan 30, 2016
981d324
Remove the old 1.0.2d folder. We are using version e of SSL now
Feb 1, 2016
3766afb
Removed the 1.0.2d folder, as we are now building agist the e version of
Feb 1, 2016
56e8cf1
Added local source file functionality for external artifacts
nverbeek Feb 2, 2016
4be5a8d
Changed build to default to internet-hosted rather than local for art…
nverbeek Feb 2, 2016
5846e84
Update License
GRRedWings Feb 4, 2016
4b46ce0
Merge remote-tracking branch 'origin/Python-3.5.1'
Feb 20, 2016
fcd82d3
Updated build scripts to handle Android NDK 11b
nverbeek Mar 19, 2016
55078e4
Google changed the toolchain. So I had to update for x64
GRRedWings Mar 19, 2016
6460672
Update the script to require less configuration. Now NDK_REL and SDK…
GRRedWings Mar 19, 2016
a77e90e
Merge branch 'NDK-11b'
GRRedWings Mar 21, 2016
b4dd617
Update the NDK to be able to download 12. Default it to 12, it's the…
GRRedWings Jun 20, 2016
23544f1
Update to the latest version of the NDK. Also bump the API level, no…
GRRedWings Oct 19, 2016
6cd444f
Added new patch file which disables the "accept4" functionality in C.…
Oct 20, 2016
e9e6212
Updates for Glass. We no longer need the accept4 patch, but I added …
GRRedWings Mar 14, 2017
46f6063
Update to handle NDK 14b. I had to add a --force to the make-standal…
GRRedWings Apr 6, 2017
f25c77e
GRRedWings Apr 6, 2017
412740c
GRRedWings Apr 6, 2017
fc66636
GRRedWings Apr 6, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update build.sh
Add the new patch file to patch the setup.py file. This is needed by us to pull in the requests package.
  • Loading branch information
GRRedWings committed Jan 6, 2016
commit 0a8a76983fb6f818d9b22cb270634b191984f215
1 change: 1 addition & 0 deletions mk/python/3.4.3/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ patch -p1 < "${FILESDIR}/${PACKAGE}-cross-compile.patch" || exit 1
patch -p1 < "${FILESDIR}/${PACKAGE}-python-misc.patch" || exit 1
patch -p1 < "${FILESDIR}/${PACKAGE}-android-locale.patch" || exit 1
patch -Ep1 < "${FILESDIR}/${PACKAGE}-android-libmpdec.patch" || exit 1
patch -Ep1 < "${FILESDIR}/${PACKAGE}-setup.patch" || exit 1
[[ "${NDK_REV}" != 10* ]] && (patch -p1 < "${FILESDIR}/${PACKAGE}-android-missing-getdents64-definition.patch" || exit 1)
patch -p1 < "${FILESDIR}/${PACKAGE}-android-misc.patch" || exit 1

Expand Down