aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jakarta-commons/commons-beanutils_1.8.0.bb
blob: 915ab17b992411989c59119435ee578b1bcd0404 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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 = "libcommons-collections3-java libcommons-logging-java"

CP = "commons-collections3 commons-logging"

SRC_URI[md5sum] = "1bce3cfa4ae33c94686422e78abc0792"
SRC_URI[sha256sum] = "aff3c8c772e4ff32f2d9a37a727a488583372e45535a3d5aad09662691851dcf"