mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 05:10:20 +00:00
v4l-utils: split one dpg package
Multiple -dbg packages per recipe is not encouraged, and only one is
recommended and the code only works properly in some cases for one.
Add RPROVIDES_${PN}-dbg to be compatiable with previous dbg packages
requiring.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -31,7 +31,9 @@ EXTRA_OECONF = "--disable-qv4l2 --enable-shared --with-udevdir=${base_libdir}/ud
|
||||
|
||||
VIRTUAL-RUNTIME_ir-keytable-keymaps ?= "rc-keymaps"
|
||||
|
||||
PACKAGES =+ "media-ctl ir-keytable rc-keymaps libv4l libv4l-dbg libv4l-dev"
|
||||
PACKAGES =+ "media-ctl ir-keytable rc-keymaps libv4l libv4l-dev"
|
||||
|
||||
RPROVIDES_${PN}-dbg += "libv4l-dbg"
|
||||
|
||||
FILES_media-ctl = "${bindir}/media-ctl ${libdir}/libmediactl.so.*"
|
||||
|
||||
@@ -46,7 +48,6 @@ FILES_libv4l += "${libdir}/libv4l*${SOLIBS} ${libdir}/libv4l/*.so ${libdir}/libv
|
||||
${libdir}/libdvbv5*${SOLIBS} \
|
||||
${libdir}/libv4l/*-decomp"
|
||||
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user