[oe-commits] Rolf Leggewie : ttf-fonts: fix runtime dependencies. (Partly Closes: #2412 )

git version control git at git.openembedded.org
Thu Jun 11 13:42:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 442cd6df1e06175d3ee49160756e394309656f3f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=442cd6df1e06175d3ee49160756e394309656f3f

Author: Rolf Leggewie <oe-devel at rolf.leggewie.biz>
Date:   Sat May 23 03:04:34 2009 +0200

ttf-fonts: fix runtime dependencies.  (Partly Closes: #2412)
* replace virtual/chinese-font with virtual-chinese-font
  in RPROVIDES
* doesn't seem to be actually used anywhere

---

 recipes/ttf-fonts/ttf-arphic-uming_20080216.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/ttf-fonts/ttf-arphic-uming_20080216.bb b/recipes/ttf-fonts/ttf-arphic-uming_20080216.bb
index 172dba2..68e23cc 100644
--- a/recipes/ttf-fonts/ttf-arphic-uming_20080216.bb
+++ b/recipes/ttf-fonts/ttf-arphic-uming_20080216.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Unicode Mingti (printed) TrueType Font"
 HOMEPAGE = "http://www.freedesktop.org/wiki/Software/CJKUnifonts"
 LICENSE = "${PN}"
 SRC_DISTRIBUTE_LICENSES += "${PN}"
-RPROVIDES = "virtual/chinese-font"
+RPROVIDES = "virtual-chinese-font"
 PR = "r1"
 
 SRC_URI = \





More information about the Openembedded-commits mailing list