Description:Adding the v4l2grab utility and wpa_cli package.
[scm/bb/meta-tizen.git] / meta-tizen-micro / recipes-multimedia / v4l2grab / v4l2grab_git.bb
1 DESCRIPTION = "Small command line utility for grabbing JPEGs form V4L2 devices (e.g. USB webcams)"
2 HOMEPAGE = "http://www.twam.info/linux/v4l2grab-grabbing-jpegs-from-v4l2-devices"
3 LICENSE = "GPLv2"
4 LIC_FILES_CHKSUM = "file://LICENSE;md5=1a689deca649cde4b83b2327802f9d68"
5
6 # As long as master branch is now beyond the latest tag, let's just use the date
7 PV = "20141109"
8 PR = "r0"
9
10 DEPENDS = "jpeg v4l-utils"
11
12 SRC_URI = "git://github.com/twam/v4l2grab.git;protocol=https;branch=master"
13 # This is the latest commit as of 09 Nov 2014
14 SRCREV = "bb4358911b9581dcf8937962c1355a1c225a2bd7"
15
16 S = "${WORKDIR}/git"
17
18 inherit autotools gettext
19
20 PACKAGES = "${PN} ${PN}-dbg"