Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
e2ab2fcd
Unverified
Commit
e2ab2fcd
authored
5 years ago
by
Dolphin von Chips
Committed by
Alexey Minnekhanov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
main/dtbtool: use "python3" binary instead of "python" (
!1136
)
parent
22db6d05
Branches
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#193047
passed
5 years ago
Stage: first
Stage: second
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main/dtbtool/0004-call-python3.patch
+10
-0
10 additions, 0 deletions
main/dtbtool/0004-call-python3.patch
main/dtbtool/APKBUILD
+4
-2
4 additions, 2 deletions
main/dtbtool/APKBUILD
with
14 additions
and
2 deletions
main/dtbtool/0004-call-python3.patch
0 → 100644
+
10
−
0
View file @
e2ab2fcd
diff --git a/dtbTool b/dtbTool
index b11402d..aa7bc15 100755
--- a/dtbTool
+++ b/dtbTool
@@ -1,4 +1,4 @@
-#! /usr/bin/env python
+#! /usr/bin/env python3
#
# Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
#
This diff is collapsed.
Click to expand it.
main/dtbtool/APKBUILD
+
4
−
2
View file @
e2ab2fcd
# Contributor: Yuval Adam <_@yuv.al>
pkgname
=
dtbtool
pkgver
=
1.6.0
pkgrel
=
4
pkgrel
=
5
pkgdesc
=
"skales dtbtool"
url
=
"https://source.codeaurora.org/quic/kernel/skales/plain/dtbTool"
arch
=
"all"
...
...
@@ -11,6 +11,7 @@ source="
0001-fix-version-detection.patch
0002-find-dtb-in-subfolders.patch
0003-alternate-dt-tag.patch
0004-call-python3.patch
"
options
=
"!check"
depends
=
"dtc-dev python3"
...
...
@@ -29,4 +30,5 @@ package() {
sha512sums
=
"77ad411ff482896919d971c5ef15817a5bee837d5a8827fd4a0449e7a99b8759e3ca2fe3f233b4a3a92c8e386e0457191d8d18755dba842224f5cc64ddb89024 dtbTool
3ad31e31a883a1773652149e6e2a7d0225422b3c7576ec58d6bb2db28187096712d24684b3e58f26dec72889c0200d60b763e985a1f6ff60edcb1fe05ab58353 0001-fix-version-detection.patch
a4da4436c9d95d7c3a1980353cea46bf00e1a0e50f4b1e4151db57595dc6cff94d521b468ca463388406b8dc33ac574237a170315ec01a8c240294b052561044 0002-find-dtb-in-subfolders.patch
c179aac2b401159e744d493068083af8de7f713bc1e121f201c99a7a03a916cb1c9602aeded3eb2505e46126fce40b37c98c3ed110c90c26908f23bfb4385b0e 0003-alternate-dt-tag.patch"
c179aac2b401159e744d493068083af8de7f713bc1e121f201c99a7a03a916cb1c9602aeded3eb2505e46126fce40b37c98c3ed110c90c26908f23bfb4385b0e 0003-alternate-dt-tag.patch
3aca8a5ddb3c0cf801278b74af1088b570feb972e4d66771ae6c6d39e37ad8ad7785b73208d80d05a78b113d3ca38e86c2033a20ac426b2fd52df3278cb01712 0004-call-python3.patch"
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment