aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jakarta-commons/commons-discovery_0.4.bb
blob: a16fb5e3fe90de0256cd28acf8a0263646e990a7 (plain)
1
2
3
4
5
6
7
8
9
10
require jakarta-commons.inc

DESCRIPTION = "discovering, or finding, implementations for pluggable interfaces"

SRC_URI = "http://www.apache.org/dist/commons/discovery/source/${BP}-src.tar.gz"

DEPENDS += "commons-logging"
RDEPENDS = "libcommons-logging-java"

CP = "commons-logging"