mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
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>
This commit is contained in:
committed by
Martin Jansa
parent
7f903c9d0b
commit
ac02c64e31
@@ -20,7 +20,7 @@ SRCREV = "0298efdcd1153b8f719b9164548a3f0546f0cb7c"
|
|||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-qv4l2 --enable-shared"
|
EXTRA_OECONF = "--disable-qv4l2 --enable-shared --with-udevdir=${base_libdir}/udev"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
# autotools_do_configure fails with:
|
# autotools_do_configure fails with:
|
||||||
|
|||||||
Reference in New Issue
Block a user