diff options
Diffstat (limited to 'meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb')
-rw-r--r-- | meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb index 7970cd953f..890568d727 100644 --- a/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb +++ b/meta-oe/recipes-support/unicode-ucd/unicode-ucd_14.0.0.bb | |||
@@ -1,22 +1,24 @@ | |||
1 | SUMMARY = "Unicode Character Database" | 1 | SUMMARY = "Unicode Character Database" |
2 | HOMEPAGE = "https://unicode.org/ucd/" | 2 | HOMEPAGE = "https://unicode.org/ucd/" |
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://${WORKDIR}/license.txt;md5=4b11b5cbb0a24df9f4e7db63db98f22f" | 4 | LIC_FILES_CHKSUM = "file://${UNPACKDIR}/ucd-license-v3.txt;md5=ea17640caddb659394df50e5db6efd69" |
5 | 5 | ||
6 | SRC_URI = " \ | 6 | SRC_URI = " \ |
7 | https://www.unicode.org/Public/zipped/${PV}/UCD.zip;name=ucd;subdir=ucd;downloadfilename=unicode-ucd-${PV}.zip \ | 7 | https://www.unicode.org/Public/zipped/${PV}/UCD.zip;name=ucd;subdir=ucd;downloadfilename=unicode-ucd-${PV}.zip \ |
8 | https://www.unicode.org/license.txt;name=ucd-license \ | 8 | https://www.unicode.org/license.txt;downloadfilename=ucd-license-v3.txt;name=ucd-license \ |
9 | " | 9 | " |
10 | SRC_URI[ucd.sha256sum] = "033a5276b5d7af8844589f8e3482f3977a8385e71d107d375055465178c23600" | 10 | SRC_URI[ucd.sha256sum] = "033a5276b5d7af8844589f8e3482f3977a8385e71d107d375055465178c23600" |
11 | SRC_URI[ucd-license.sha256sum] = "f7830d126f59d83842565d3dddedc79db4ca978ed52aee0ebcc040ea76a85519" | 11 | SRC_URI[ucd-license.sha256sum] = "abf84f74dea2812799e1dbef7f0581adf7db244881e4febb8684f441568da0ad" |
12 | 12 | ||
13 | inherit allarch | 13 | inherit allarch |
14 | 14 | ||
15 | S = "${UNPACKDIR}" | ||
16 | |||
15 | do_configure[noexec] = "1" | 17 | do_configure[noexec] = "1" |
16 | 18 | ||
17 | do_install() { | 19 | do_install() { |
18 | install -d ${D}${datadir}/unicode | 20 | install -d ${D}${datadir}/unicode |
19 | cp -rf ${WORKDIR}/ucd ${D}${datadir}/unicode | 21 | cp -rf ${UNPACKDIR}/ucd ${D}${datadir}/unicode |
20 | } | 22 | } |
21 | 23 | ||
22 | FILES:${PN} = "${datadir}/unicode/ucd" | 24 | FILES:${PN} = "${datadir}/unicode/ucd" |