summaryrefslogtreecommitdiffstats
path: root/package/v4l2grab
Commit message (Collapse)AuthorAgeFilesLines
* boot, linux, package: use SPDX short identifier for GPLv2/GPLv2+Rahul Bedarkar2017-04-011-1/+1
| | | | | | | | | | | We want to use SPDX identifier for license strings as much as possible. SPDX short identifier for GPLv2/GPLv2+ is GPL-2.0/GPL-2.0+. This change is done by using following command. find . -name "*.mk" | xargs sed -ri '/LICENSE( )?[\+:]?=/s/\<GPLv2\>/GPL-2.0/g' Signed-off-by: Rahul Bedarkar <rahulbedarkar89@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/v4l2grab: bump versionBernd Kuhls2016-06-052-2/+2
| | | | | Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
* package/v4l2grab: Update hash after latest version bumpBernd Kuhls2015-12-201-1/+1
| | | | | | | | | | | | Fixes http://autobuild.buildroot.net/results/3aa/3aa8ac30de88c50539afaf7cd5ef10eb375c96f5/ http://autobuild.buildroot.net/results/927/92792f6d7aa2f9b2b8d55315369164faa42c38af/ http://autobuild.buildroot.net/results/09a/09a1931d9c117b678cc6ab9bd34f23aa84238d48/ http://autobuild.buildroot.net/results/37d/37dee4ce618c511af8bdf7876e6038e907aba7a6/ http://autobuild.buildroot.net/results/48d/48d1052240c6041db7ac7b82fafd8c02998becfc/ Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package/v4l2grab: update version to fix buildYann E. MORIN2015-12-201-1/+1
| | | | | | | | | | | | | | | | | v4l2grab uses clock_gettime which is provided by -lrt, so we must check and link with it. Also, silence autoreconf when outside a git tree. Fixes: http://autobuild.buildroot.org/results/9df/9df2c09963b97524621f8323b279b8a1672d4b6c/ http://autobuild.buildroot.org/results/448/4484bda010442033d0536a95f45370701c071f92/ http://autobuild.buildroot.org/results/b1c/b1ca0c984ec51518a4090039a86a1814582c3c2b/ ... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Volkov Viacheslav <sv99@inbox.ru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* v4l2grab: new packageVolkov Viacheslav2015-12-183-0/+37
[Thomas: - remove dependency on musl, since libv4l can now be built without musl - add missing Config.in comment for the toolchain dependencies - add hash file. - rework commit log. - expand Config.in help text. - depend on jpeg and not libjpeg, as noticed by Arnout. - fix LICENCE_FILE -> LICENSE_FILES typo.] Signed-off-by: Viacheslav Volkov <sv99@inbox.ru> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Reviewed-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
OpenPOWER on IntegriCloud