aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/v4l2apps
diff options
context:
space:
mode:
authorStefan Herbrechtsmeier <sherbrec@cit-ec.uni-bielefeld.de>2012-04-04 14:46:52 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-04-04 20:36:48 +0200
commita6790d602eb91069b1f618697e66a38619bcd690 (patch)
treeff06b1f77832b12c6a6d4e26c74747ebeb01172d /meta-oe/recipes-multimedia/v4l2apps
parent3f79074a70a0476b0b66cbd374f2359cc9c09fb7 (diff)
downloadmeta-openembedded-contrib-a6790d602eb91069b1f618697e66a38619bcd690.tar.gz
v4l-utils: correct license delimiter
Signed-off-by: Stefan Herbrechtsmeier <stefan@herbrechtsmeier.net> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia/v4l2apps')
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb
index 3252ae3b06..c6100c1246 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "v4l2 and IR applications"
-LICENSE = "GPLv2/LGPLv2.1"
+LICENSE = "GPLv2 & LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=48da9957849056017dc568bbc43d8975 \
file://COPYING.LIB;md5=d749e86a105281d7a44c2328acebc4b0"
@@ -8,6 +8,8 @@ DEPENDS = "jpeg"
# libv4l was absorbed into this, let OE know that
PROVIDES = "libv4l"
+PR = "r1"
+
SRC_URI = "git://linuxtv.org/v4l-utils.git;protocol=git"
SRCREV = "v4l-utils-${PV}"