diff options
Diffstat (limited to 'meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb | 8 |
1 files changed, 4 insertions, 4 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.38.bb index 337cde426a..e5bea97d9b 100644 --- a/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb +++ b/meta-oe/recipes-graphics/terminus-font/terminus-font_4.38.bb | |||
| @@ -16,11 +16,11 @@ SRC_URI[sha256sum] = "f6f4876a4dabe6a37c270c20bb9e141e38fb50e0bba200e1b9d0470e5e | |||
| 16 | 16 | ||
| 17 | inherit allarch fontcache | 17 | inherit allarch fontcache |
| 18 | 18 | ||
| 19 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" | 19 | PACKAGECONFIG ?= "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', '', d)}" |
| 20 | PACKAGECONFIG[x11] = "" | 20 | PACKAGECONFIG[x11] = "" |
| 21 | 21 | ||
| 22 | # Don't use font cache mecanism for console packages | 22 | # Don't use font cache mecanism for console packages |
| 23 | FONT_PACKAGES = "${@base_contains('PACKAGECONFIG', 'x11', '${PN}-pcf', '', d)}" | 23 | FONT_PACKAGES = "${@bb.utils.contains('PACKAGECONFIG', 'x11', '${PN}-pcf', '', d)}" |
| 24 | 24 | ||
| 25 | # Hand made configure script. Don't need oe_runconf | 25 | # Hand made configure script. Don't need oe_runconf |
| 26 | do_configure() { | 26 | do_configure() { |
| @@ -32,11 +32,11 @@ do_configure() { | |||
| 32 | } | 32 | } |
| 33 | 33 | ||
| 34 | do_compile() { | 34 | do_compile() { |
| 35 | oe_runmake DESTDIR=${D} psf txt ${@base_contains('PACKAGECONFIG', 'x11', 'pcf', '', d)} | 35 | oe_runmake DESTDIR=${D} psf txt ${@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 ${@base_contains('PACKAGECONFIG', 'x11', 'install-pcf', '', d)} | 39 | oe_runmake DESTDIR=${D} install-psf install-acm ${@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" |
