diff options
| author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-09-19 10:31:03 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-09-24 11:49:45 -0700 |
| commit | b9868687fa5cc512d4d1e07358338692da36878f (patch) | |
| tree | de4943c80eb22d4b38c330ef451fcfa7d285e2b8 | |
| parent | fa1156b91a96103bb3f6b2d0943b81044d9ef1ee (diff) | |
| download | meta-openembedded-b9868687fa5cc512d4d1e07358338692da36878f.tar.gz | |
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>
| -rw-r--r-- | meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb index 9bc4ea3219..0951307c15 100644 --- a/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb +++ b/meta-oe/recipes-devtools/xerces-c/xerces-c_3.1.4.bb | |||
| @@ -24,24 +24,21 @@ do_install_prepend () { | |||
| 24 | } | 24 | } |
| 25 | 25 | ||
| 26 | PACKAGES = "libxerces-c \ | 26 | PACKAGES = "libxerces-c \ |
| 27 | libxerces-c-dbg \ | ||
| 28 | libxerces-c-dev \ | 27 | libxerces-c-dev \ |
| 29 | xerces-c-samples \ | 28 | xerces-c-samples \ |
| 30 | xerces-c-samples-dbg \ | ||
| 31 | libxerces-c-staticdev \ | 29 | libxerces-c-staticdev \ |
| 30 | ${PN}-dbg \ | ||
| 32 | " | 31 | " |
| 33 | 32 | ||
| 33 | RPROVIDES_${PN}-dbg += "libxerces-c-dbg xerces-c-samples-dbg" | ||
| 34 | |||
| 34 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" | 35 | FILES_libxerces-c = "${libdir}/libxerces-c-3.1.so" |
| 35 | FILES_libxerces-c-dbg = "${libdir}/.debug \ | ||
| 36 | ${prefix}/src/debug \ | ||
| 37 | " | ||
| 38 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ | 36 | FILES_libxerces-c-dev = "${libdir}/lib*.la \ |
| 39 | ${libdir}/libxerces-c.so \ | 37 | ${libdir}/libxerces-c.so \ |
| 40 | ${libdir}/pkgconfig/xerces-c.pc \ | 38 | ${libdir}/pkgconfig/xerces-c.pc \ |
| 41 | ${includedir}/xercesc \ | 39 | ${includedir}/xercesc \ |
| 42 | " | 40 | " |
| 43 | FILES_xerces-c-samples = "${bindir}/*" | 41 | FILES_xerces-c-samples = "${bindir}/*" |
| 44 | FILES_xerces-c-samples-dbg = "${bindir}/.debug/" | ||
| 45 | FILES_libxerces-c-staticdev = "${libdir}/lib*.a" | 42 | FILES_libxerces-c-staticdev = "${libdir}/lib*.a" |
| 46 | 43 | ||
| 47 | BBCLASSEXTEND = "native" | 44 | BBCLASSEXTEND = "native" |
