diff options
Diffstat (limited to 'recipes-core/xerces-j')
-rw-r--r-- | recipes-core/xerces-j/xerces-j_2.11.0.bb (renamed from recipes-core/xerces-j/xerces-j_2.9.1.bb) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/recipes-core/xerces-j/xerces-j_2.9.1.bb b/recipes-core/xerces-j/xerces-j_2.11.0.bb index 423b5d2..ac63645 100644 --- a/recipes-core/xerces-j/xerces-j_2.9.1.bb +++ b/recipes-core/xerces-j/xerces-j_2.11.0.bb | |||
@@ -2,16 +2,16 @@ DESCRIPTION = "Reference implementation of XNI, the Xerces Native Interface, and | |||
2 | AUTHOR = "Apache Software Foundation" | 2 | AUTHOR = "Apache Software Foundation" |
3 | LICENSE = "AL2.0" | 3 | LICENSE = "AL2.0" |
4 | LIC_FILES_CHKSUM = " \ | 4 | LIC_FILES_CHKSUM = " \ |
5 | file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57 \ | 5 | file://LICENSE;md5=d273d63619c9aeaf15cdaf76422c4f87 \ |
6 | file://LICENSE.DOM-documentation.html;md5=b05e182e1962778d7b207cbf3fe4acef \ | 6 | file://LICENSE.DOM-documentation.html;md5=77c27084ca92e9a8efe9314f284acc05 \ |
7 | file://LICENSE.DOM-software.html;md5=3aec153ae803c31acdae63bac18506b9 \ | 7 | file://LICENSE.DOM-software.html;md5=1f920675d8473fd5cbabf133a7e39e0d \ |
8 | file://LICENSE.resolver.txt;md5=86d3f3a95c324c9479bd8986968f4327 \ | 8 | file://LICENSE.resolver.txt;md5=d229da563da18fe5d58cd95a6467d584 \ |
9 | file://LICENSE.serializer.txt;md5=86d3f3a95c324c9479bd8986968f4327 \ | 9 | file://LICENSE.serializer.txt;md5=d229da563da18fe5d58cd95a6467d584 \ |
10 | " | 10 | " |
11 | 11 | ||
12 | SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz" | 12 | SRC_URI = "http://archive.apache.org/dist/xerces/j/Xerces-J-src.${PV}.tar.gz" |
13 | 13 | ||
14 | S = "${WORKDIR}/xerces-2_9_1" | 14 | S = "${WORKDIR}/xerces-2_11_0" |
15 | 15 | ||
16 | inherit java-library | 16 | inherit java-library |
17 | 17 | ||
@@ -54,7 +54,7 @@ do_compile() { | |||
54 | 54 | ||
55 | } | 55 | } |
56 | 56 | ||
57 | SRC_URI[md5sum] = "e340cba4a2abf4f0f833488380821153" | 57 | SRC_URI[md5sum] = "d01fc11eacbe43b45681cb85ac112ebf" |
58 | SRC_URI[sha256sum] = "13af0062a72a4a0d541ca5336391eafa4d580258cacf4a5e062ea584ca950592" | 58 | SRC_URI[sha256sum] = "f59a5ef7b51bd883f2e9bda37a9360692e6c5e439b98d9b6ac1953e1f98b0680" |
59 | 59 | ||
60 | BBCLASSEXTEND = "native" | 60 | BBCLASSEXTEND = "native" |