Skip to content
Snippets Groups Projects
Unverified Commit 57dfa367 authored by TAKIZAWA Fumiya's avatar TAKIZAWA Fumiya
Browse files

sharp-shl22: linter fix

parent 1e787792
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment