summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb')
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
index ce5c5e1fc..91a4ab8cd 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb
@@ -13,7 +13,7 @@ inherit autotools gettext
13PROVIDES = "libv4l" 13PROVIDES = "libv4l"
14 14
15SRC_URI = "git://linuxtv.org/v4l-utils.git;protocol=git \ 15SRC_URI = "git://linuxtv.org/v4l-utils.git;protocol=git \
16 " 16"
17# 54f16ca8183dd8ae8bf4ccc07949795aff0301f5 -> v0.8.8 tag 17# 54f16ca8183dd8ae8bf4ccc07949795aff0301f5 -> v0.8.8 tag
18SRCREV = "0298efdcd1153b8f719b9164548a3f0546f0cb7c" 18SRCREV = "0298efdcd1153b8f719b9164548a3f0546f0cb7c"
19 19
@@ -22,10 +22,10 @@ S = "${WORKDIR}/git"
22EXTRA_OECONF = "--disable-qv4l2 --enable-shared" 22EXTRA_OECONF = "--disable-qv4l2 --enable-shared"
23 23
24do_configure() { 24do_configure() {
25 # autotools_do_configure fails with: 25 # autotools_do_configure fails with:
26 # | configure.ac:139: error: required file 'build-aux/config.rpath' not found 26 # | configure.ac:139: error: required file 'build-aux/config.rpath' not found
27 autoreconf -vfi 27 autoreconf -vfi
28 oe_runconf 28 oe_runconf
29} 29}
30 30
31PACKAGES =+ "rc-keymaps libv4l libv4l-dbg libv4l-dev" 31PACKAGES =+ "rc-keymaps libv4l libv4l-dbg libv4l-dev"