diff options
author | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-05-23 03:07:49 +0200 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2009-06-11 15:27:44 +0200 |
commit | 2f96c41a43434117c0483a65b6fddf232c8f76ef (patch) | |
tree | 508e6421f1c7d5bcef2fc330f117cf45ea612336 /recipes/ttf-fonts/ttf-sazanami_20040629.bb | |
parent | 442cd6df1e06175d3ee49160756e394309656f3f (diff) |
{qpf|ttf}-fonts: fix runtime dependencies. (Closes: #2412)
* replace virtual/japanese-font with virtual-japanese-font
in RPROVIDES
* adjust RDEPENDS and RRECOMMENDS accordingly in zten, uim,
qpobox, nunome, jards and anki
Diffstat (limited to 'recipes/ttf-fonts/ttf-sazanami_20040629.bb')
-rw-r--r-- | recipes/ttf-fonts/ttf-sazanami_20040629.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/ttf-fonts/ttf-sazanami_20040629.bb b/recipes/ttf-fonts/ttf-sazanami_20040629.bb index 852966ac58..97fe0c6c94 100644 --- a/recipes/ttf-fonts/ttf-sazanami_20040629.bb +++ b/recipes/ttf-fonts/ttf-sazanami_20040629.bb @@ -7,7 +7,7 @@ AUTHOR = "Electronic Font Open Laboratory (/efont/)" HOMEPAGE = "http://sourceforge.jp/projects/efont/" LICENSE = "${PN}" SRC_DISTRIBUTE_LICENSES += "${PN}" -RPROVIDES = "virtual/japanese-font" +RPROVIDES = "virtual-japanese-font" PR = "r4" SRC_URI = "http://download.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" |