summaryrefslogtreecommitdiffstats
path: root/recipes-core/jakarta-commons/commons-el_1.0.bb
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-11-12 20:58:34 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-11-26 23:41:44 +0100
commit57e069cde6617f00ca8834a82c6f360af43d5067 (patch)
tree48cbe15e96d217c45acfa64b0c13aad8c6424980 /recipes-core/jakarta-commons/commons-el_1.0.bb
downloadmeta-java-57e069cde6617f00ca8834a82c6f360af43d5067.tar.gz
meta-java: initial commit
* taken over mostly stuff from oe classic * cleaned up recipes * added license checksums * bump icedtea6-native to 1.8.11 * use jamvm from git as native
Diffstat (limited to 'recipes-core/jakarta-commons/commons-el_1.0.bb')
-rw-r--r--recipes-core/jakarta-commons/commons-el_1.0.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-core/jakarta-commons/commons-el_1.0.bb b/recipes-core/jakarta-commons/commons-el_1.0.bb
new file mode 100644
index 0000000..3ba21ee
--- /dev/null
+++ b/recipes-core/jakarta-commons/commons-el_1.0.bb
@@ -0,0 +1,17 @@
1require jakarta-commons.inc
2
3DESCRIPTION = "Implementation of the JSP2.0 Expression Language API"
4
5SRC_URI = "http://www.apache.org/dist/commons/el/source/${BP}-src.tar.gz"
6
7DEPENDS += "jsp2.0 servlet2.4"
8RDEPENDS_${PN} = "libjsp2.0-java libservlet2.4-java"
9
10CP = "jsp-api-2.0 servlet-api-2.4"
11
12FINDARGS = "\( -name '*.properties' -or -name '*.jj' \)"
13
14
15
16SRC_URI[md5sum] = "25038283a0b5f638db5e891295d20020"
17SRC_URI[sha256sum] = "3c9bdded6073563aaaddc9ad7c7387b242dc03cc385381503026b665a366c2c6"