summaryrefslogtreecommitdiffstats
path: root/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-core/xml-commons/xpp3_1.1.3.4.O.bb')
-rw-r--r--recipes-core/xml-commons/xpp3_1.1.3.4.O.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
index 1f02cb7..09ef1f1 100644
--- a/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
+++ b/recipes-core/xml-commons/xpp3_1.1.3.4.O.bb
@@ -1,5 +1,5 @@
1SUMMARY = "Streaming pull XML parser for Java (3rd edition)" 1SUMMARY = "Streaming pull XML parser for Java (3rd edition)"
2LICENSE = "BSD-like" 2LICENSE = "BSD-4-Clause"
3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c" 3LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=35235e1ea47db355da0627f8d93e3a6c"
4 4
5HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1" 5HOMEPAGE = "http://www.extreme.indiana.edu/xgws/xsoap/xpp/mxp1"
@@ -39,11 +39,11 @@ do_compile() {
39 fastjar -C build-xpath -c -f xpp3-xpath-${PV}.jar . 39 fastjar -C build-xpath -c -f xpp3-xpath-${PV}.jar .
40} 40}
41 41
42do_install_append() { 42do_install:append() {
43 oe_jarinstall xpp3-xpath-${PV}.jar xpp3-xpath.jar 43 oe_jarinstall xpp3-xpath-${PV}.jar xpp3-xpath.jar
44} 44}
45 45
46FILES_libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*" 46FILES:libxpp3-xpath-java = "${datadir}/java/xpp3-xpath*"
47 47
48 48
49SRC_URI[md5sum] = "e1b6aeaad1cd06e64568aae1a507d5c6" 49SRC_URI[md5sum] = "e1b6aeaad1cd06e64568aae1a507d5c6"