git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
41ee3c4
)
xalan-j_2.7.1.bb: Add missing quote to the HOMEPAGE string
author
Khem Raj
<raj.khem@gmail.com>
Wed, 8 Sep 2010 20:11:47 +0000
(13:11 -0700)
committer
Khem Raj
<raj.khem@gmail.com>
Wed, 8 Sep 2010 20:12:38 +0000
(13:12 -0700)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
recipes/xalan-j/xalan-j_2.7.1.bb
patch
|
blob
|
history
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
(file)
--- 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"