aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNick D'Ademo <nickdademo@gmail.com>2013-11-26 17:55:59 +1100
committerAndreas Oberritter <obi@opendreambox.org>2015-06-27 11:33:23 +0200
commit6f3c022244bb8fa95a913654b1c97f8e5fea7806 (patch)
treedfbcedfb6a70f0e11c51349b96770e2af9158cf9
parent7c4f47fb0462628e12df38b022f37bd7e01aec46 (diff)
downloadmeta-openembedded-contrib-6f3c022244bb8fa95a913654b1c97f8e5fea7806.tar.gz
v4l-utils: use correct udev dir location when multilib is enabled
Explicitly set the path to the udev dir to ${base_libdir} in EXTRA_OECONF. Otherwise, the multilib build will fail as it will look for udev in the default location of /lib/udev/. Signed-off-by: Nick D'Ademo <nickdademo@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> (cherry picked from commit ac02c64e312177565a3e7661af2e449e4997be39) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta-oe/recipes-multimedia/v4l2apps/v4l-utils_0.8.8.bb2
1 files changed, 1 insertions, 1 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 9301676820..6737870fb4 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
@@ -20,7 +20,7 @@ SRCREV = "0298efdcd1153b8f719b9164548a3f0546f0cb7c"
S = "${WORKDIR}/git"
-EXTRA_OECONF = "--disable-qv4l2 --enable-shared"
+EXTRA_OECONF = "--disable-qv4l2 --enable-shared --with-udevdir=${base_libdir}/udev"
do_configure() {
# autotools_do_configure fails with: