diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-30 15:44:52 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-04-30 15:50:27 +0200 |
commit | cdf2652ef0560185f9a503402c0a69aeff6a4a2d (patch) | |
tree | c9447877f7c6e864cee76dcffb5a8bf73c598928 /meta-oe | |
parent | 594a73c035277f768a67098d7ecf57c9b2d637fb (diff) | |
download | meta-openembedded-cdf2652ef0560185f9a503402c0a69aeff6a4a2d.tar.gz |
v4l-utils: update to 0.8.8
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb (renamed from meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb) | 5 |
1 files changed, 2 insertions, 3 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.8.bb index c6100c124..18f361f6c 100644 --- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.4.bb +++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb | |||
@@ -8,10 +8,9 @@ DEPENDS = "jpeg" | |||
8 | # libv4l was absorbed into this, let OE know that | 8 | # libv4l was absorbed into this, let OE know that |
9 | PROVIDES = "libv4l" | 9 | PROVIDES = "libv4l" |
10 | 10 | ||
11 | PR = "r1" | ||
12 | |||
13 | SRC_URI = "git://linuxtv.org/v4l-utils.git;protocol=git" | 11 | SRC_URI = "git://linuxtv.org/v4l-utils.git;protocol=git" |
14 | SRCREV = "v4l-utils-${PV}" | 12 | # 54f16ca8183dd8ae8bf4ccc07949795aff0301f5 -> v0.8.8 tag |
13 | SRCREV = "54f16ca8183dd8ae8bf4ccc07949795aff0301f5" | ||
15 | 14 | ||
16 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
17 | 16 | ||