diff options
Diffstat (limited to 'meta/recipes-graphics/xorg-font')
5 files changed, 14 insertions, 14 deletions
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb index 713fcfb935..8ddbaf24dd 100644 --- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb +++ b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | |||
@@ -10,7 +10,7 @@ PE = "1" | |||
10 | PR = "r3" | 10 | PR = "r3" |
11 | 11 | ||
12 | DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" | 12 | DEPENDS = "mkfontscale-native mkfontdir-native font-util-native" |
13 | RDEPENDS_${PN} = "" | 13 | RDEPENDS:${PN} = "" |
14 | 14 | ||
15 | SRC_URI += "file://nocompiler.patch" | 15 | SRC_URI += "file://nocompiler.patch" |
16 | SRC_URI[md5sum] = "bbae4f247b88ccde0e85ed6a403da22a" | 16 | SRC_URI[md5sum] = "bbae4f247b88ccde0e85ed6a403da22a" |
@@ -21,5 +21,5 @@ inherit allarch | |||
21 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" | 21 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" |
22 | 22 | ||
23 | # postinst from .inc doesn't apply to this recipe | 23 | # postinst from .inc doesn't apply to this recipe |
24 | pkg_postinst_${PN} () { | 24 | pkg_postinst:${PN} () { |
25 | } | 25 | } |
diff --git a/meta/recipes-graphics/xorg-font/font-alias_1.0.4.bb b/meta/recipes-graphics/xorg-font/font-alias_1.0.4.bb index e4b70c69dc..d80ecbeb8f 100644 --- a/meta/recipes-graphics/xorg-font/font-alias_1.0.4.bb +++ b/meta/recipes-graphics/xorg-font/font-alias_1.0.4.bb | |||
@@ -13,8 +13,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bf0158b89be493d523d69d9f29265038 \ | |||
13 | SRC_URI += "file://nocompiler.patch" | 13 | SRC_URI += "file://nocompiler.patch" |
14 | 14 | ||
15 | DEPENDS = "util-macros-native font-util-native" | 15 | DEPENDS = "util-macros-native font-util-native" |
16 | RDEPENDS_${PN} = "encodings font-util" | 16 | RDEPENDS:${PN} = "encodings font-util" |
17 | RDEPENDS_${PN}_class-native = "font-util-native" | 17 | RDEPENDS:${PN}:class-native = "font-util-native" |
18 | 18 | ||
19 | inherit allarch | 19 | inherit allarch |
20 | 20 | ||
diff --git a/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb b/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb index ebe7a603fa..8f2d10e25b 100644 --- a/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb +++ b/meta/recipes-graphics/xorg-font/font-util_1.3.2.bb | |||
@@ -10,13 +10,13 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=5df208ec65eb84ce5bb8d82d8f3b9675 \ | |||
10 | file://map-ISO8859-1;beginline=9;endline=23;md5=1cecb984063248f29ffe5c46f5c04f34" | 10 | file://map-ISO8859-1;beginline=9;endline=23;md5=1cecb984063248f29ffe5c46f5c04f34" |
11 | 11 | ||
12 | DEPENDS = "encodings util-macros" | 12 | DEPENDS = "encodings util-macros" |
13 | DEPENDS_class-native = "util-macros-native" | 13 | DEPENDS:class-native = "util-macros-native" |
14 | RDEPENDS_${PN} = "mkfontdir mkfontscale encodings" | 14 | RDEPENDS:${PN} = "mkfontdir mkfontscale encodings" |
15 | RDEPENDS_${PN}_class-native = "" | 15 | RDEPENDS:${PN}:class-native = "" |
16 | 16 | ||
17 | BBCLASSEXTEND = "native" | 17 | BBCLASSEXTEND = "native" |
18 | 18 | ||
19 | SRC_URI[md5sum] = "3d6adb76fdd072db8c8fae41b40855e8" | 19 | SRC_URI[md5sum] = "3d6adb76fdd072db8c8fae41b40855e8" |
20 | SRC_URI[sha256sum] = "3ad880444123ac06a7238546fa38a2a6ad7f7e0cc3614de7e103863616522282" | 20 | SRC_URI[sha256sum] = "3ad880444123ac06a7238546fa38a2a6ad7f7e0cc3614de7e103863616522282" |
21 | 21 | ||
22 | SYSROOT_DIRS_BLACKLIST_remove = "${datadir}/fonts" | 22 | SYSROOT_DIRS_BLACKLIST:remove = "${datadir}/fonts" |
diff --git a/meta/recipes-graphics/xorg-font/xorg-font-common.inc b/meta/recipes-graphics/xorg-font/xorg-font-common.inc index 7ca5c76a66..ba5840425c 100644 --- a/meta/recipes-graphics/xorg-font/xorg-font-common.inc +++ b/meta/recipes-graphics/xorg-font/xorg-font-common.inc | |||
@@ -5,7 +5,7 @@ SECTION = "x11/fonts" | |||
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
6 | 6 | ||
7 | DEPENDS = " encodings font-alias font-util-native" | 7 | DEPENDS = " encodings font-alias font-util-native" |
8 | RDEPENDS_${PN} = "encodings font-util font-alias" | 8 | RDEPENDS:${PN} = "encodings font-util font-alias" |
9 | 9 | ||
10 | XORG_PN = "${BPN}" | 10 | XORG_PN = "${BPN}" |
11 | 11 | ||
@@ -19,17 +19,17 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
19 | 19 | ||
20 | EXTRA_OEMAKE += "FCCACHE=/bin/true UTIL_DIR=${STAGING_DIR_TARGET}\$\(MAPFILES_PATH\)" | 20 | EXTRA_OEMAKE += "FCCACHE=/bin/true UTIL_DIR=${STAGING_DIR_TARGET}\$\(MAPFILES_PATH\)" |
21 | 21 | ||
22 | do_install_append() { | 22 | do_install:append() { |
23 | find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f | 23 | find ${D}${libdir}/X11/fonts -type f -name fonts.dir | xargs rm -f |
24 | find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f | 24 | find ${D}${libdir}/X11/fonts -type f -name fonts.scale | xargs rm -f |
25 | find ${D}${datadir}/fonts/X11 -type f -name fonts.dir | xargs rm -f | 25 | find ${D}${datadir}/fonts/X11 -type f -name fonts.dir | xargs rm -f |
26 | find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f | 26 | find ${D}${datadir}/fonts/X11 -type f -name fonts.scale | xargs rm -f |
27 | } | 27 | } |
28 | 28 | ||
29 | FILES_${PN} += " ${libdir}/X11/fonts ${datadir}" | 29 | FILES:${PN} += " ${libdir}/X11/fonts ${datadir}" |
30 | 30 | ||
31 | PACKAGE_WRITE_DEPS += "mkfontdir-native mkfontscale-native" | 31 | PACKAGE_WRITE_DEPS += "mkfontdir-native mkfontscale-native" |
32 | pkg_postinst_${PN} () { | 32 | pkg_postinst:${PN} () { |
33 | for fontdir in `find $D/usr/lib/X11/fonts -type d`; do | 33 | for fontdir in `find $D/usr/lib/X11/fonts -type d`; do |
34 | mkfontdir $fontdir | 34 | mkfontdir $fontdir |
35 | mkfontscale $fontdir | 35 | mkfontscale $fontdir |
diff --git a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb index f0c77f33bd..88f534ccf7 100644 --- a/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb +++ b/meta/recipes-graphics/xorg-font/xorg-minimal-fonts.bb | |||
@@ -25,8 +25,8 @@ REQUIRED_DISTRO_FEATURES = "x11" | |||
25 | S = "${WORKDIR}/misc" | 25 | S = "${WORKDIR}/misc" |
26 | 26 | ||
27 | PACKAGES = "${PN}" | 27 | PACKAGES = "${PN}" |
28 | FILES_${PN} = "${libdir}/X11/ ${datadir}/fonts/X11/" | 28 | FILES:${PN} = "${libdir}/X11/ ${datadir}/fonts/X11/" |
29 | RDEPENDS_${PN} += "font-alias" | 29 | RDEPENDS:${PN} += "font-alias" |
30 | 30 | ||
31 | do_install() { | 31 | do_install() { |
32 | install -d ${D}/${datadir}/fonts/X11/misc | 32 | install -d ${D}/${datadir}/fonts/X11/misc |