aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-05-04 14:23:18 +0100
committerKhem Raj <raj.khem@gmail.com>2023-05-04 06:47:00 -0700
commit20d63965da15558a17bfc38bd5c151d0353e0315 (patch)
tree1dfffa804f72f96d2f57419b5d369d35333c497c /meta-oe/recipes-multimedia
parent7cb34209fc97520d684a5a272e15ed136531843a (diff)
downloadmeta-openembedded-contrib-20d63965da15558a17bfc38bd5c151d0353e0315.tar.gz
v4l-utils: do out-of-tree builds
Don't override B to do in-tree builds, and run bootstrap from ${S} so that it works correctly. Also, remove redundant SRC_URI checksums, as this recipe now uses git. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb
index c23b6e3e71..21a080221c 100644
--- a/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb
+++ b/meta-oe/recipes-multimedia/v4l2apps/v4l-utils_1.23.0.bb
@@ -38,15 +38,11 @@ SRCREV = "9431e4b26b4842d1401e80ada9f14593dca3a94c"
PV .= "+git${SRCPV}"
S = "${WORKDIR}/git"
-B = "${S}"
do_configure:prepend() {
- ${S}/bootstrap.sh
+ cd ${S}; ./bootstrap.sh; cd -
}
-SRC_URI[md5sum] = "8aa73287320a49e9170a8255d7b2c7e6"
-SRC_URI[sha256sum] = "65c6fbe830a44ca105c443b027182c1b2c9053a91d1e72ad849dfab388b94e31"
-
EXTRA_OECONF = "--enable-shared --with-udevdir=${base_libdir}/udev \
--disable-v4l2-compliance-32 --disable-v4l2-ctl-32"