summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2006-01-10 02:00:28 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-10 02:00:28 +0000
commit259fe6ef0f37169d60ef41fec6eb73de7b7b6cc9 (patch)
tree599e2bf852a2cbb026ff6e7f53986963f6843183
parentcb493a3d185292050c053607613bb38d104bf2a1 (diff)
fontconfig-utils: correctly name the package (it should not be renamed libfontconfig-utils by debian.bbclass) and update the RDEPENDS to match
-rw-r--r--packages/fontconfig/fontconfig_2.2.95.bb5
-rw-r--r--packages/meta/task-mythfront.bb2
-rw-r--r--packages/ttf-fonts/ttf.inc2
-rw-r--r--packages/vera-fonts/ttf-bitstream-vera_1.10.bb2
4 files changed, 6 insertions, 5 deletions
diff --git a/packages/fontconfig/fontconfig_2.2.95.bb b/packages/fontconfig/fontconfig_2.2.95.bb
index 6989b7a053..7b2237ae5d 100644
--- a/packages/fontconfig/fontconfig_2.2.95.bb
+++ b/packages/fontconfig/fontconfig_2.2.95.bb
@@ -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}"
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
diff --git a/packages/ttf-fonts/ttf.inc b/packages/ttf-fonts/ttf.inc
index 38cc9b78c0..3f0eca3d5d 100644
--- a/packages/ttf-fonts/ttf.inc
+++ b/packages/ttf-fonts/ttf.inc
@@ -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
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"