mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
libgphoto2, v4l-utils: blacklist, not compatible with libjpeg-turbo-1.5.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -53,3 +53,6 @@ FILES_${PN} += "${nonarch_base_libdir}/udev/* ${datadir}/hal"
|
||||
FILES_${PN}-dbg += "${libdir}/*/*/.debug"
|
||||
FILES_${PN}-dev += "${libdir}/*/*/*.la"
|
||||
|
||||
# | ../../libgphoto2-2.5.8/camlibs/ax203/jpeg_memsrcdest.h:4:1: error: conflicting types for 'jpeg_mem_src'
|
||||
# | jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
|
||||
PNBLACKLIST[libgphoto2] ?= "Not compatible with libjpeg-turbo-1.5.0"
|
||||
|
||||
@@ -43,3 +43,7 @@ FILES_libv4l-dbg += "${libdir}/libv4l/.debug ${libdir}/libv4l/plugins/.debug"
|
||||
FILES_libv4l-dev += "${includedir} ${libdir}/pkgconfig \
|
||||
${libdir}/libv4l*${SOLIBSDEV} ${libdir}/*.la \
|
||||
${libdir}/v4l*${SOLIBSDEV} ${libdir}/libv4l/*.la ${libdir}/libv4l/plugins/*.la"
|
||||
|
||||
# | ../../../v4l-utils-1.6.2/lib/libv4lconvert/jpeg_memsrcdest.h:4:1: error: conflicting types for 'jpeg_mem_src'
|
||||
# | jpeg_mem_src (j_decompress_ptr cinfo, unsigned char * buffer,
|
||||
PNBLACKLIST[v4l-utils] ?= "Not compatible with libjpeg-turbo-1.5.0"
|
||||
|
||||
Reference in New Issue
Block a user