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/jards | |
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/jards')
-rw-r--r-- | recipes/jards/jards_1.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/jards/jards_1.0.bb b/recipes/jards/jards_1.0.bb index c0504ae88c..8f51b4309d 100644 --- a/recipes/jards/jards_1.0.bb +++ b/recipes/jards/jards_1.0.bb @@ -4,8 +4,8 @@ HOMEPAGE = "http://gakusei.sf.net" SECTION = "opie/applications" PRIORITY = "optional" LICENSE = "GPL" -RDEPENDS = "virtual/japanese-font qte-mt libpng (>= 1) kpengine" -PR = "r7" +RDEPENDS = "virtual-japanese-font qte-mt libpng (>= 1) kpengine" +PR = "r8" # stuff that still needs fixing #) is the RDEPENDS line correct and sufficient? |