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
57dfa367
Unverified
Commit
57dfa367
authored
5 years ago
by
TAKIZAWA Fumiya
Browse files
Options
Downloads
Patches
Plain Diff
sharp-shl22: linter fix
parent
1e787792
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
device/device-sharp-shl22/APKBUILD
+3
-3
3 additions, 3 deletions
device/device-sharp-shl22/APKBUILD
device/linux-sharp-shl22/APKBUILD
+4
-4
4 additions, 4 deletions
device/linux-sharp-shl22/APKBUILD
with
7 additions
and
7 deletions
device/device-sharp-shl22/APKBUILD
+
3
−
3
View file @
57dfa367
...
...
@@ -23,9 +23,9 @@ package() {
devicepkg_package
$startdir
$pkgname
# Disable v4l (video4linux), because without the camera firmware
# blobs this makes dev hang with the kernel this device uses (#1033)
mkdir
-p
"
$pkgdir
"
/etc/udev/rules.d
ln
-s
/dev/null
"
$pkgdir
"
/etc/udev/rules.d/60-persistent-v4l.rules
# blobs this makes dev hang with the kernel this device uses (#1033)
mkdir
-p
"
$pkgdir
"
/etc/udev/rules.d
ln
-s
/dev/null
"
$pkgdir
"
/etc/udev/rules.d/60-persistent-v4l.rules
}
...
...
This diff is collapsed.
Click to expand it.
device/linux-sharp-shl22/APKBUILD
+
4
−
4
View file @
57dfa367
...
...
@@ -24,10 +24,10 @@ source="
gcc7-give-up-on-ilog2-const-optimizations.patch
gcc8-fix-put-user.patch
kernel-use-the-gnu89-standard-explicitly.patch
fix_dependency_of_WEXT_CORE.patch
fix_get_time_ns_error.patch
fix_memset-related_crashes_caused_by_recent_GCC_4.7.2_optimizations.patch
fix_the_memset_fix.patch
fix_dependency_of_WEXT_CORE.patch
fix_get_time_ns_error.patch
fix_memset-related_crashes_caused_by_recent_GCC_4.7.2_optimizations.patch
fix_the_memset_fix.patch
03-fix-video-argb-setting.patch
"
builddir
=
"
$srcdir
/
$_repository
-
$_commit
"
...
...
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