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
e3a9469c
Unverified
Commit
e3a9469c
authored
4 years ago
by
Daniele Debernardi
Committed by
Oliver Smith
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
firmware/firmware-sony-rhine: fix linting issues (MR 900)
parent
a39ab2d1
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
firmware/firmware-sony-rhine/APKBUILD
+6
-12
6 additions, 12 deletions
firmware/firmware-sony-rhine/APKBUILD
with
6 additions
and
12 deletions
firmware/firmware-sony-rhine/APKBUILD
+
6
−
12
View file @
e3a9469c
pkgname
=
firmware-sony-rhine
pkgver
=
2
pkgrel
=
0
pkgrel
=
1
pkgdesc
=
"Firmware files for Sony Rhine platform"
url
=
"https://github.com/TheMuppets/proprietary_vendor_sony"
arch
=
"armv7"
license
=
"proprietary"
depends
=
"wcnss-wlan"
options
=
"!strip !check !archcheck"
options
=
"!strip !check !archcheck
!spdx
"
# Source
_files
=
"wcnss.b00 wcnss.b01 wcnss.b02 wcnss.b04 wcnss.b06 wcnss.b07
...
...
@@ -14,7 +14,6 @@ _files="wcnss.b00 wcnss.b01 wcnss.b02 wcnss.b04 wcnss.b06 wcnss.b07
_files_prima
=
"WCNSS_cfg.dat WCNSS_qcom_cfg.ini WCNSS_qcom_wlan_nv.bin"
_commit
=
"bf15795df1d1dcd61d37f6215c1eda47e669d54e"
_url
=
"https://github.com/TheMuppets/proprietary_vendor_sony/raw/
$_commit
/rhine-common/proprietary/etc/firmware"
source
=
""
for
_i
in
$_files
;
do
source
=
"
$source
$pkgname
-
$_commit
-
$_i
::
$_url
/
$_i
"
done
...
...
@@ -23,18 +22,13 @@ for _i in $_files_prima; do
done
package
()
{
cd
"
$srcdir
"
# /lib/firmware/postmarketos
for
_i
in
$_files
;
do
install
-D
-
m644
"
$pkgname
-
$_commit
-
$_i
"
\
"
$pkgdir
/lib/firmware/postmarketos/
$_i
"
install
-Dm644
"
$
srcdir
/
$
pkgname
-
$_commit
-
$_i
"
\
"
$pkgdir
"
/lib/firmware/postmarketos/
"
$_i
"
done
# /lib/firmware/postmarketos/wlan/prima
for
_i
in
$_files_prima
;
do
install
-D
-
m644
"
$pkgname
-
$_commit
-
$_i
"
\
"
$pkgdir
/lib/firmware/postmarketos/wlan/prima/
$_i
"
install
-Dm644
"
$
srcdir
/
$
pkgname
-
$_commit
-
$_i
"
\
"
$pkgdir
"
/lib/firmware/postmarketos/wlan/prima/
"
$_i
"
done
}
...
...
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