diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-23 03:04:34 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-11 15:27:38 +0200 |
commit | 442cd6df1e06175d3ee49160756e394309656f3f (patch) | |
tree | 3672dcf51170f659427074254ec36cc020e94019 /recipes | |
parent | a52f8db413a9ff5c2370ce62db2e275057e439f0 (diff) |
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
Diffstat (limited to 'recipes')
-rw-r--r-- | 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 172dba2db2..68e23cc2fa 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 = \ |