diff options
| -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" |
