fontconfig-utils: correctly name the package (it should not be renamed libfontconfig...
authorRichard Purdie <rpurdie@rpsys.net>
Tue, 10 Jan 2006 02:00:28 +0000 (02:00 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Tue, 10 Jan 2006 02:00:28 +0000 (02:00 +0000)
packages/fontconfig/fontconfig_2.2.95.bb
packages/meta/task-mythfront.bb
packages/ttf-fonts/ttf.inc
packages/vera-fonts/ttf-bitstream-vera_1.10.bb

index 6989b7a..7b2237a 100644 (file)
@@ -7,10 +7,11 @@ SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz
            file://fc-glyphname.patch;patch=1 \
            file://fc-lang.patch;patch=1 \
           file://local.conf"
-PR = "r1"
+PR = "r2"
 
-PACKAGES =+ "fontconfig-utils "
+PACKAGES =+ "fontconfig-utils"
 FILES_fontconfig-utils = "${bindir}/*"
+AUTO_LIBNAME_PKGS = "fontconfig-utils"
 
 S = "${WORKDIR}/fontconfig-${PV}"
 
index 7f2d84b..a1532c1 100644 (file)
@@ -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
index 38cc9b7..3f0eca3 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "x11/fonts"
 PRIORITY = "optional"
 PACKAGE_ARCH = "all"
 #DEPENDS = "fontconfig opie-ttf-support"
-#RSUGGESTS = "libfontconfig-utils opie-ttf-support"
+#RSUGGESTS = "fontconfig-utils opie-ttf-support"
 
 # I dont want TTF fonts to depend on fontconfig on device
 # as those fonts are used not only in X11 enviroment
index b756c99..a6f4cd6 100644 (file)
@@ -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"