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/meta | |
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/meta')
-rw-r--r-- | packages/meta/task-mythfront.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meta/task-mythfront.bb b/packages/meta/task-mythfront.bb index 7f2d84b86e..a1532c1739 100644 --- a/packages/meta/task-mythfront.bb +++ b/packages/meta/task-mythfront.bb @@ -4,6 +4,6 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>" ALLOW_EMPTY = 1 PR = "r6" -RDEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-module-via ttf-bitstream-vera libfontconfig-utils setserial snes9x ntp mythfront-config gpe-dm mythfront-session bootlogd drm-module-drm" +RDEPENDS = "xserver-xorg mythtv lirc lirc-modules drm-module-via ttf-bitstream-vera fontconfig-utils setserial snes9x ntp mythfront-config gpe-dm mythfront-session bootlogd drm-module-drm" LICENSE = MIT |