summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb')
-rw-r--r--meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
index 71e85e4088..ccd865ce4d 100644
--- a/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
+++ b/meta/recipes-graphics/ttf-fonts/ttf-bitstream-vera_1.10.bb
@@ -10,7 +10,9 @@ LIC_FILES_CHKSUM = "file://COPYRIGHT.TXT;md5=27d7484b1e18d0ee4ce538644a3f04be"
10PR = "r7" 10PR = "r7"
11RDEPENDS_${PN} = "fontconfig-utils" 11RDEPENDS_${PN} = "fontconfig-utils"
12 12
13inherit allarch 13inherit allarch fontcache
14
15FONT_PACKAGES = "${PN}"
14 16
15SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" 17SRC_URI = "${GNOME_MIRROR}/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2"
16 18
@@ -31,12 +33,6 @@ do_install () {
31 done 33 done
32} 34}
33 35
34pkg_postinst_${PN} () {
35#!/bin/sh
36fc-cache
37}
38
39
40FILES_${PN} = "/etc ${datadir}/fonts" 36FILES_${PN} = "/etc ${datadir}/fonts"
41 37
42SRC_URI[md5sum] = "bb22bd5b4675f5dbe17c6963d8c00ed6" 38SRC_URI[md5sum] = "bb22bd5b4675f5dbe17c6963d8c00ed6"