mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-30 13:00:02 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
04c4103f92
commit
7341350f3d
+5
-5
@@ -6,13 +6,13 @@ AUTHOR = "Dimitar Zhekov"
|
|||||||
SECTION = "fonts"
|
SECTION = "fonts"
|
||||||
|
|
||||||
LICENSE = "OFL-1.1"
|
LICENSE = "OFL-1.1"
|
||||||
LIC_FILES_CHKSUM = "file://OFL.TXT;md5=9cadb26f4c5c005618c5ae74f041ec54"
|
LIC_FILES_CHKSUM = "file://OFL.TXT;md5=9b226721636fde0db38ea656c2aae4bf"
|
||||||
|
|
||||||
DEPENDS = "hostperl-runtime-native gzip-native bdftopcf-native"
|
DEPENDS = "hostperl-runtime-native gzip-native bdftopcf-native"
|
||||||
|
|
||||||
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
|
SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BPN}-${PV}.tar.gz"
|
||||||
SRC_URI[md5sum] = "a8e792fe6e84c86ed2b6ed3e2a12ba66"
|
SRC_URI[md5sum] = "a2cb88f6cf174f3d07de93b91e115a8d"
|
||||||
SRC_URI[sha256sum] = "f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5eed97b7"
|
SRC_URI[sha256sum] = "34799c8dd5cec7db8016b4a615820dfb43b395575afbb24fc17ee19c869c94af"
|
||||||
|
|
||||||
inherit allarch fontcache
|
inherit allarch fontcache
|
||||||
|
|
||||||
@@ -32,11 +32,11 @@ do_configure() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
do_compile() {
|
do_compile() {
|
||||||
oe_runmake DESTDIR=${D} psf txt ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'pcf', '', d)}
|
oe_runmake DESTDIR=${D} psf ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'pcf', '', d)}
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
oe_runmake DESTDIR=${D} install-psf install-acm ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'install-pcf', '', d)}
|
oe_runmake DESTDIR=${D} install-psf ${@bb.utils.contains('PACKAGECONFIG', 'x11', 'install-pcf', '', d)}
|
||||||
}
|
}
|
||||||
|
|
||||||
PACKAGES += "${PN}-consolefonts ${PN}-consoletrans ${PN}-pcf"
|
PACKAGES += "${PN}-consolefonts ${PN}-consoletrans ${PN}-pcf"
|
||||||
Reference in New Issue
Block a user