diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-01-10 02:00:28 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-10 02:00:28 +0000 |
commit | 259fe6ef0f37169d60ef41fec6eb73de7b7b6cc9 (patch) | |
tree | 599e2bf852a2cbb026ff6e7f53986963f6843183 /packages/vera-fonts/ttf-bitstream-vera_1.10.bb | |
parent | cb493a3d185292050c053607613bb38d104bf2a1 (diff) |
fontconfig-utils: correctly name the package (it should not be renamed libfontconfig-utils by debian.bbclass) and update the RDEPENDS to match
Diffstat (limited to 'packages/vera-fonts/ttf-bitstream-vera_1.10.bb')
-rw-r--r-- | packages/vera-fonts/ttf-bitstream-vera_1.10.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/vera-fonts/ttf-bitstream-vera_1.10.bb b/packages/vera-fonts/ttf-bitstream-vera_1.10.bb index b756c99e4c..a6f4cd62fb 100644 --- a/packages/vera-fonts/ttf-bitstream-vera_1.10.bb +++ b/packages/vera-fonts/ttf-bitstream-vera_1.10.bb @@ -4,7 +4,7 @@ PRIORITY = "optional" LICENSE = "Bitstream Vera" PACKAGE_ARCH = "all" PR = "r3" -RDEPENDS = "libfontconfig-utils" +RDEPENDS = "fontconfig-utils" SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/ttf-bitstream-vera/1.10/ttf-bitstream-vera-${PV}.tar.bz2" |