aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jakarta-commons/commons-el_1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/jakarta-commons/commons-el_1.0.bb')
-rw-r--r--recipes/jakarta-commons/commons-el_1.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/jakarta-commons/commons-el_1.0.bb b/recipes/jakarta-commons/commons-el_1.0.bb
new file mode 100644
index 0000000000..03d2a9b88c
--- /dev/null
+++ b/recipes/jakarta-commons/commons-el_1.0.bb
@@ -0,0 +1,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' \)"
+
+