mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
xerces-c: 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:
parent
fa1156b91a
commit
b9868687fa
|
|
@ -24,24 +24,21 @@ do_install_prepend () {
|
|||
}
|
||||
|
||||
PACKAGES = "libxerces-c \
|
||||
libxerces-c-dbg \
|
||||
libxerces-c-dev \
|
||||
xerces-c-samples \
|
||||
xerces-c-samples-dbg \
|
||||
libxerces-c-staticdev \
|
||||
${PN}-dbg \
|
||||
"
|
||||
|
||||
RPROVIDES_${PN}-dbg += "libxerces-c-dbg xerces-c-samples-dbg"
|
||||
|
||||
FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so"
|
||||
FILES_libxerces-c-dbg = "${libdir}/.debug \
|
||||
${prefix}/src/debug \
|
||||
"
|
||||
FILES_libxerces-c-dev = "${libdir}/lib*.la \
|
||||
${libdir}/libxerces-c.so \
|
||||
${libdir}/pkgconfig/xerces-c.pc \
|
||||
${includedir}/xercesc \
|
||||
"
|
||||
FILES_xerces-c-samples = "${bindir}/*"
|
||||
FILES_xerces-c-samples-dbg = "${bindir}/.debug/"
|
||||
FILES_libxerces-c-staticdev = "${libdir}/lib*.a"
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user