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