From 9c6d9367eeada083aacf182da628238993ca5100 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 28 Feb 2012 19:42:35 +0000 Subject: meta-java: Fix quote errors new bitbake is strict about quoting so fix them Signed-off-by: Khem Raj Signed-off-by: Henning Heinold --- recipes-core/xml-commons/dom4j_1.6.1.bb | 2 +- recipes-core/xml-commons/jaxen_1.1.1.bb | 2 +- recipes-core/xml-commons/jdom_1.1.bb | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes-core/xml-commons') diff --git a/recipes-core/xml-commons/dom4j_1.6.1.bb b/recipes-core/xml-commons/dom4j_1.6.1.bb index 94bd807..d26d2ee 100644 --- a/recipes-core/xml-commons/dom4j_1.6.1.bb +++ b/recipes-core/xml-commons/dom4j_1.6.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "dom4j is a simple and flexible Java library for working with XML, XPath and XSLT" LICENSE = "BSD" -HOMEPAGE = "http://dom4j.org +HOMEPAGE = "http://dom4j.org" DEPENDS = "fastjar-native xerces-j xalan-j xpp2 xpp3 jaxen" diff --git a/recipes-core/xml-commons/jaxen_1.1.1.bb b/recipes-core/xml-commons/jaxen_1.1.1.bb index 7180dda..147ccf9 100644 --- a/recipes-core/xml-commons/jaxen_1.1.1.bb +++ b/recipes-core/xml-commons/jaxen_1.1.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "XPath library written in Java" LICENSE = "BSD" -HOMEPAGE = "http://jaxen.codehaus.org/ +HOMEPAGE = "http://jaxen.codehaus.org/" DEPENDS = "fastjar-native xerces-j xom" diff --git a/recipes-core/xml-commons/jdom_1.1.bb b/recipes-core/xml-commons/jdom_1.1.bb index 1a77f05..cb53734 100644 --- a/recipes-core/xml-commons/jdom_1.1.bb +++ b/recipes-core/xml-commons/jdom_1.1.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Parses, manipulates, and outputs XML using standard Java constructs" LICENSE = "BSD" -HOMEPAGE = "http://jdom.org/ +HOMEPAGE = "http://jdom.org/" DEPENDS = "fastjar-native jaxen" -- cgit v1.2.3-54-g00ecf