aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/jakarta-commons/commons-el_1.0.bb
diff options
context:
space:
mode:
authorRobert Schuster <robertschuster@fsfe.org>2009-09-18 14:46:04 +0200
committerRobert Schuster <robertschuster@fsfe.org>2009-09-18 14:46:04 +0200
commit3bdf095afc7ba974492e0bcf04f790ccd6adde71 (patch)
treea830cdd9789206525cf9a03d0e5ad79afd1ad974 /recipes/jakarta-commons/commons-el_1.0.bb
parent61af8065e555f57f697689f5092209b0f8f5b51a (diff)
downloadopenembedded-3bdf095afc7ba974492e0bcf04f790ccd6adde71.tar.gz
commons-beanutils 1.8.0: New recipe (from Jalimo SVN).
commons-cli 1.1: Dito. commons-collections 2.1.1: Dito. commons-collections3 3.2.1: Dito. commons-configuration 1.5: Dito. commons-digester 1.8: Dito. commons-discovery 0.4: Dito. commons-el 1.0: Dito. commons-fileupload 1.2.1: Dito. commons-httpclient 3.1: Dito. commons-io 1.4: Dito. commons-jxpath 1.3: Dito. commons-lang 2.4: Dito. commons-net: Dito. commons-net-native: Dito. commons-pool 1.4: Dito.
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' \)"
+
+