diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2020-07-26 15:23:30 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-07-28 12:52:14 -0700 |
| commit | 7341350f3d824fe6e8cf591fec8330af45c54af2 (patch) | |
| tree | d6d0ebb3dd5f8178ae7a1e174234be9a14f00986 | |
| parent | 04c4103f922e463b71c710f163337369e2ca0900 (diff) | |
| download | meta-openembedded-7341350f3d824fe6e8cf591fec8330af45c54af2.tar.gz | |
terminus-font: update to 4.48
License checksum changed due to modified copyright year.
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-graphics/terminus-font/terminus-font_4.48.bb (renamed from meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.48.bb index c460fc35c7..dc263fda4b 100644 --- a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb +++ b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.48.bb | |||
| @@ -6,13 +6,13 @@ AUTHOR = "Dimitar Zhekov" | |||
| 6 | SECTION = "fonts" | 6 | SECTION = "fonts" |
| 7 | 7 | ||
| 8 | LICENSE = "OFL-1.1" | 8 | LICENSE = "OFL-1.1" |
| 9 | LIC_FILES_CHKSUM = "file://OFL.TXT;md5=9cadb26f4c5c005618c5ae74f041ec54" | 9 | LIC_FILES_CHKSUM = "file://OFL.TXT;md5=9b226721636fde0db38ea656c2aae4bf" |
| 10 | 10 | ||
| 11 | DEPENDS = "hostperl-runtime-native gzip-native bdftopcf-native" | 11 | DEPENDS = "hostperl-runtime-native gzip-native bdftopcf-native" |
| 12 | 12 | ||
| 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" | 13 | SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz" |
| 14 | SRC_URI[md5sum] = "a8e792fe6e84c86ed2b6ed3e2a12ba66" | 14 | SRC_URI[md5sum] = "a2cb88f6cf174f3d07de93b91e115a8d" |
| 15 | SRC_URI[sha256sum] = "f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7" | 15 | SRC_URI[sha256sum] = "34799c8dd5cec7db8016b4a615820dfb43b395575afbb24fc17ee19c869c94af" |
| 16 | 16 | ||
| 17 | inherit allarch fontcache | 17 | inherit allarch fontcache |
| 18 | 18 | ||
| @@ -32,11 +32,11 @@ do_configure() { | |||
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | do_compile() { | 34 | do_compile() { |
| 35 | oe_runmake DESTDIR=${D} psf txt ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'pcf', '', d)} | 35 | oe_runmake DESTDIR=${D} psf ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'pcf', '', d)} |
| 36 | } | 36 | } |
| 37 | 37 | ||
| 38 | do_install() { | 38 | do_install() { |
| 39 | oe_runmake DESTDIR=${D} install-psf install-acm ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'install-pcf', '', d)} | 39 | oe_runmake DESTDIR=${D} install-psf ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'install-pcf', '', d)} |
| 40 | } | 40 | } |
| 41 | 41 | ||
| 42 | PACKAGES += "${PN}-consolefonts ${PN}-consoletrans ${PN}-pcf" | 42 | PACKAGES += "${PN}-consolefonts ${PN}-consoletrans ${PN}-pcf" |
