diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-03-04 16:45:50 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-03-04 16:45:50 +0000 |
commit | 25fe9599d951a3de39a2e8983810f2c6a40d74b0 (patch) | |
tree | 4c1634d17fc9c495260762fb6e4f1520c3a14e63 /packages/classpath/classpath.inc | |
parent | 8609cdfb427999ebae457048fedf0f1758020a71 (diff) |
classpath:
- added patch to fix StAX API incompatibility
- changed classpath-minimal recipes to generate less binary packages
Diffstat (limited to 'packages/classpath/classpath.inc')
-rw-r--r-- | packages/classpath/classpath.inc | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc index e5f5170b32..cfb9f1c089 100644 --- a/packages/classpath/classpath.inc +++ b/packages/classpath/classpath.inc @@ -44,9 +44,14 @@ do_install() { mv ${D}${libdir}/security ${D}${libdir}/${PBN} } -PACKAGES =+ "${PBN}-common ${PN}-examples \ +# Defines the packages that this classpath recipe creates. +# This allows the classpath-minimal variants to override this +# again. +CPPACKAGES = "${PBN}-common ${PN}-examples \ ${PN}-tools ${PN}-tools-doc \ - ${PN}-gtk ${PN}-gconf " + ${PN}-gtk ${PN}-gconf" + +PACKAGES =+ "${CPPACKAGES}" FILES_${PN}-dev += "${libdir}/${PBN}/*.la ${incdir}/${PBN}" |