libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / jakarta-commons / commons-beanutils_1.8.0.bb
1 require jakarta-commons.inc
2
3 DESCRIPTION = "Static utility methods useful in manipulating Java classes that conform to the JavaBeans Specification"
4
5 SRC_URI = "http://www.apache.org/dist/commons/beanutils/source/${BP}-src.tar.gz"
6
7 DEPENDS += "commons-collections3 commons-logging"
8 RDEPENDS = "libcommons-collections3-java libcommons-logging-java"
9
10 CP = "commons-collections3 commons-logging"