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/qpf-fonts | |
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/qpf-fonts')
-rw-r--r-- | recipes/qpf-fonts/qpf-qte_2.3.10.bb | 4 | ||||
-rw-r--r-- | recipes/qpf-fonts/qpf-unifont_1.0.bb | 2 | ||||
-rw-r--r-- | recipes/qpf-fonts/qpf-unismall_1.0.0.bb | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/recipes/qpf-fonts/qpf-qte_2.3.10.bb b/recipes/qpf-fonts/qpf-qte_2.3.10.bb index a1a589f003..16f1563312 100644 --- a/recipes/qpf-fonts/qpf-qte_2.3.10.bb +++ b/recipes/qpf-fonts/qpf-qte_2.3.10.bb @@ -20,8 +20,8 @@ PROVIDES += "qte-font-smoothserif-140 qte-font-smoothserif-180 qte-font-smooths PROVIDES += "qte-font-smoothtimes-100 qte-font-smoothtimes-160 qte-font-smoothtimes-170" PROVIDES += "qte-font-smoothtimes-220 qte-font-smoothtimes-250 qte-font-smoothtimes-440" PROVIDES += "qte-font-unifont" -RPROVIDES_qte-font-unifont += "virtual/japanese-font" -RPROVIDES_qte-font-japanese += "virtual/japanese-font" +RPROVIDES_qte-font-unifont += "virtual-japanese-font" +RPROVIDES_qte-font-japanese += "virtual-japanese-font" SRC_URI = "ftp://ftp.trolltech.com/pub/qt/source/qt-embedded-${PV}-free.tar.gz" S = "${WORKDIR}/qt-${PV}" diff --git a/recipes/qpf-fonts/qpf-unifont_1.0.bb b/recipes/qpf-fonts/qpf-unifont_1.0.bb index e91e762845..8928c83471 100644 --- a/recipes/qpf-fonts/qpf-unifont_1.0.bb +++ b/recipes/qpf-fonts/qpf-unifont_1.0.bb @@ -2,7 +2,7 @@ require qpf.inc DESCRIPTION = "Unicode fonts - QPF Edition" LICENSE = "GPL QPL" -RPROVIDES = "virtual/japanese-font" +RPROVIDES = "virtual-japanese-font" PR = "r2" SRC_URI = "http://www.openzaurus.org/mirror/qpf-unifont.tar.bz2" diff --git a/recipes/qpf-fonts/qpf-unismall_1.0.0.bb b/recipes/qpf-fonts/qpf-unismall_1.0.0.bb index 6298e2dfc4..8ec527f064 100644 --- a/recipes/qpf-fonts/qpf-unismall_1.0.0.bb +++ b/recipes/qpf-fonts/qpf-unismall_1.0.0.bb @@ -3,7 +3,7 @@ require qpf.inc DESCRIPTION = "Lightweight Japanese font in 10 point suitable for 320x240 display" HOMEPAGE = "http://sourceforge.jp/projects/zaurus-ja/" LICENSE = "GPL" -RPROVIDES = "virtual/japanese-font" +RPROVIDES = "virtual-japanese-font" PR = "r4" SRC_URI = "http://osdn.dl.sourceforge.jp/zaurus-ja/773/unismall-${PV}.tar.gz" |