aboutsummaryrefslogtreecommitdiff
path: root/libs/libv4l/patches/010-remove-libudev-check.patch
Commit message (Collapse)AuthorAge
* v4l-utils: add libudev-zero dependencyStijn Tintel2021-08-23
| | | | | | | | | | | | | When libudev-zero is enabled, v4l-utils links against it, and the package build fails due to a missing dependency: Package v4l-utils is missing dependencies for the following libraries: libudev.so.1 As disabling udev doesn't seem to be supported in v4l-utils, simply add the dependency to fix the build. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* treewide: Run refresh on all packagesIlya Lipnitskiy2021-02-20
| | | | | | | | | The crude loop I wrote to come up with this changeset: find -L package/feeds/packages/ -name patches | \ sed 's/patches$/refresh/' | sort | xargs make Signed-off-by: Ilya Lipnitskiy <ilya.lipnitskiy@gmail.com>
* v4l-utils: Update to 1.16.5Rosen Penev2019-03-30
| | | | | | Add Alpine Linux patch that fixes a crash under Musl. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: Update to 1.16.3Rosen Penev2019-01-21
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libv4l: Force build without libudevTed Hess2018-12-14
Signed-off-by: Ted Hess <thess@kitschensync.net>