aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-el_1.0.bb
blob: bb4c35be43f658518aed80be95ef3b319c3b2eee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
require jakarta-commons.inc
LICENSE = "Apache-1.1"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9147d939b3f3f97692e4441bf20bd1cd"
PR = "${INC_PR}.1"

SUMMARY = "Implementation of the JSP2.0 Expression Language API"

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

DEPENDS += "jsp2.0 servlet2.4"
RDEPENDS:${PN} = "libjsp2.0-java libservlet2.4-java"

CP = "jsp-api-2.0 servlet-api-2.4"

FINDARGS = "\( -name '*.properties' -or -name '*.jj' \)"



SRC_URI[md5sum] = "25038283a0b5f638db5e891295d20020"
SRC_URI[sha256sum] = "3c9bdded6073563aaaddc9ad7c7387b242dc03cc385381503026b665a366c2c6"