[oe-commits] Khem Raj : xalan-j_2.7.1.bb: Add missing quote to the HOMEPAGE string

git version control git at git.openembedded.org
Wed Sep 8 20:12:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 52d4cb12901247f501d1392b2095c81348c6858c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=52d4cb12901247f501d1392b2095c81348c6858c

Author: Khem Raj <raj.khem at gmail.com>
Date:   Wed Sep  8 13:11:47 2010 -0700

xalan-j_2.7.1.bb: Add missing quote to the HOMEPAGE string

Signed-off-by: Khem Raj <raj.khem at gmail.com>

---

 recipes/xalan-j/xalan-j_2.7.1.bb |    2 +-
 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 2f8ba72..e008f02 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"





More information about the Openembedded-commits mailing list