mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
v4l-utils: Add PACKAGECONFIG for v4l2-tracer to fix determinstic build
Fixed do_package error when json-c is in the build dependencies chain: ERROR: QA Issue: -dev package libv4l-dev contains non-symlink .so '/usr/lib/libv4l2tracer.so' [dev-elf] This recipe builds out files such as av4l1compat.so v4l2convert.so and libv4l2tracer.so which are not symlinks. Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e38540eaeb
commit
9ef06c6319
|
|
@ -24,6 +24,7 @@ PACKAGECONFIG ??= "media-ctl"
|
|||
PACKAGECONFIG[media-ctl] = "--enable-v4l-utils,--disable-v4l-utils,,"
|
||||
PACKAGECONFIG[qv4l2] = ",--disable-qv4l2"
|
||||
PACKAGECONFIG[qvidcap] = ",--disable-qvidcap"
|
||||
PACKAGECONFIG[v4l2-tracer] = ",--disable-v4l2-tracer,json-c"
|
||||
|
||||
SRC_URI = "\
|
||||
git://git.linuxtv.org/v4l-utils.git;protocol=https;branch=stable-1.24 \
|
||||
|
|
@ -77,7 +78,9 @@ FILES:${PN} = "${bindir} ${sbindir}"
|
|||
|
||||
FILES:libv4l += "${libdir}/libv4l*${SOLIBS} ${libdir}/libv4l/*.so ${libdir}/libv4l/plugins/*.so \
|
||||
${libdir}/libdvbv5*${SOLIBS} \
|
||||
${libdir}/libv4l/*-decomp"
|
||||
${libdir}/libv4l/*-decomp \
|
||||
${libdir}/libv4l2tracer.so \
|
||||
"
|
||||
|
||||
FILES:libv4l-dev += "${includedir} ${libdir}/pkgconfig \
|
||||
${libdir}/libv4l*${SOLIBSDEV} ${libdir}/*.la \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user