aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@googlemail.com>2013-02-11 22:49:37 +0000
committerMartin Jansa <Martin.Jansa@gmail.com>2013-02-16 05:52:37 +0100
commit20d6d3163b31d9f7099f24f4aaedb19c660fb7af (patch)
tree9981c1dec8a7f2511444ea6437a4664ca84f74c3 /meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb
parent45809914310d4d4eda5982e1680f28c334f90769 (diff)
downloadmeta-openembedded-contrib-20d6d3163b31d9f7099f24f4aaedb19c660fb7af.tar.gz
ttf-fonts: inherit oe-core's fontcache.bbclass instead of update-fonts
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb')
-rw-r--r--meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb
index 1a04a5fb37..a96bc51114 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-droid_git.bb
@@ -6,7 +6,7 @@ LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://README.txt;md5=83544262a86f1f1ec761e75897df92bc"
SRCREV = "21e6e2de1f0062f949fcc52d0b4559dfa3246e0e"
PV = "0.1+gitr${SRCPV}"
-PR = "r2"
+PR = "r3"
SRC_URI = "git://github.com/android/platform_frameworks_base.git;protocol=git;branch=master"
@@ -18,7 +18,7 @@ do_install_prepend() {
PACKAGES = "ttf-droid-sans ttf-droid-sans-mono \
ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif"
-UPDATE_FONTS_PACKAGES = "ttf-droid-sans ttf-droid-sans-mono ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif"
+FONT_PACKAGES = "ttf-droid-sans ttf-droid-sans-mono ttf-droid-sans-fallback ttf-droid-sans-japanese ttf-droid-serif"
FILES_ttf-droid-sans = "${datadir}/fonts/truetype/DroidSans.ttf ${datadir}/fonts/truetype/DroidSans-Bold.ttf"
FILES_ttf-droid-sans-mono = "${datadir}/fonts/truetype/DroidSansMono.ttf"