From: Khem Raj Date: Wed, 8 Sep 2010 20:11:47 +0000 (-0700) Subject: xalan-j_2.7.1.bb: Add missing quote to the HOMEPAGE string X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52d4cb12901247f501d1392b2095c81348c6858c;p=openembedded.git xalan-j_2.7.1.bb: Add missing quote to the HOMEPAGE string Signed-off-by: Khem Raj --- 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"