blob: 03d2a9b88c2fee9bb36f0952f4db2118f89b8be0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require jakarta-commons.inc
DESCRIPTION = "Implementation of the JSP2.0 Expression Language API"
SRC_URI = "http://www.apache.org/dist/commons/el/source/${BP}-src.tar.gz"
DEPENDS += "jsp2.0 servlet2.4"
RDEPENDS = "libjsp2.0-java libservlet2.4-java"
CP = "jsp-api-2.0 servlet-api-2.4"
FINDARGS = "\( -name '*.properties' -or -name '*.jj' \)"
|