aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-beanutils_1.8.0.bb
blob: 2c5ecc2468a78072a3679a041f1efb16914f157a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
require jakarta-commons.inc

PR = "${INC_PR}.1"

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"

CP = "commons-collections3 commons-logging"

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