blob: 8e239ab33eeb040c150b8901f0bcc206f890dafc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require jakarta-commons.inc
DESCRIPTION = "Static utility methods useful in manipulating Java classes that conform to the JavaBeans Specification"
SRC_URI = "http://www.apache.org/dist/commons/beanutils/source/${BP}-src.tar.gz"
DEPENDS += "commons-collections3 commons-logging"
RDEPENDS_${PN} = "libcommons-collections3-java libcommons-logging-java"
PR = "r1"
CP = "commons-collections3 commons-logging"
SRC_URI[md5sum] = "1bce3cfa4ae33c94686422e78abc0792"
SRC_URI[sha256sum] = "aff3c8c772e4ff32f2d9a37a727a488583372e45535a3d5aad09662691851dcf"
|