aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-09-08 13:11:47 -0700
committerKhem Raj <raj.khem@gmail.com>2010-09-08 13:12:38 -0700
commit52d4cb12901247f501d1392b2095c81348c6858c (patch)
treeb31e33c8ff274fd9631d0525f1a9f5414c2c2a4d
parent41ee3c4d7c0e72436049c2c0972fe6e3b6311c5f (diff)
downloadopenembedded-52d4cb12901247f501d1392b2095c81348c6858c.tar.gz
xalan-j_2.7.1.bb: Add missing quote to the HOMEPAGE string
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/xalan-j/xalan-j_2.7.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/xalan-j/xalan-j_2.7.1.bb b/recipes/xalan-j/xalan-j_2.7.1.bb
index 2f8ba72a18..e008f02206 100644
--- a/recipes/xalan-j/xalan-j_2.7.1.bb
+++ b/recipes/xalan-j/xalan-j_2.7.1.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Java XSLT processor"
LICENSE = "AL2.0"
AUTHOR = "Apache Software Foundation"
-HOMEPAGE = "http://xml.apache.org/xalan-j
+HOMEPAGE = "http://xml.apache.org/xalan-j"
PR = "r4"
DEPENDS = "fastjar-native xerces-j regexp jlex cup jaxp1.3 bcel"