diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-10 15:58:51 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-10 21:50:21 +0200 |
commit | 719de6735f6d14ad05f231df900795bbb19a2810 (patch) | |
tree | 9ca5895db50f8a6ded61922f9637c072f8ccce21 /recipes/ttf-fonts | |
parent | f91c6bd3df717860d852e717ffab24eba48fd00f (diff) |
recipes: conform to OE packaging guidelines with RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES
* even worse than last RDEPENDS/RRECOMMENDS change, because now ie:
opkg info coreutils-doc
Provides: textutils, shellutils, fileutils
Replaces: textutils, shellutils, fileutils
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Roman I Khimov <khimov@altell.ru>
Diffstat (limited to 'recipes/ttf-fonts')
-rw-r--r-- | recipes/ttf-fonts/ttf-arphic-uming_20080216.bb | 2 | ||||
-rw-r--r-- | recipes/ttf-fonts/ttf-sazanami_20040629.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/ttf-fonts/ttf-arphic-uming_20080216.bb b/recipes/ttf-fonts/ttf-arphic-uming_20080216.bb index e92b4ca618..3348d09b6a 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_${PN} = "virtual-chinese-font" PR = "r1" SRC_URI = \ diff --git a/recipes/ttf-fonts/ttf-sazanami_20040629.bb b/recipes/ttf-fonts/ttf-sazanami_20040629.bb index bff1b75387..42c6a84ed8 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_${PN} = "virtual-japanese-font" PR = "r4" SRC_URI = "http://osdn.dl.sourceforge.jp/efont/10087/sazanami-20040629.tar.bz2" |