blob: 371362a2860b1b4650f7672123af41ce7dacdbd1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require xalan-j_${PV}.bb
DEPENDS = "\
fastjar-native \
xerces-j-native regexp-native jlex-native cup-native jaxp1.3-native bcel-native \
"
inherit java-native
do_install_append() {
:
}
|