From 0ad52d9f3f7a57afeef30ec970005edaeca4518b Mon Sep 17 00:00:00 2001
From: Richard Purdie <rpurdie@rpsys.net>
Date: Sat, 4 Feb 2006 21:23:03 +0000
Subject: fontconfig: Correct the hack to avoid problems with debian.bbclass

---
 packages/fontconfig/fontconfig_2.2.95.bb | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/packages/fontconfig/fontconfig_2.2.95.bb b/packages/fontconfig/fontconfig_2.2.95.bb
index 46627d826d..ecf871504b 100644
--- a/packages/fontconfig/fontconfig_2.2.95.bb
+++ b/packages/fontconfig/fontconfig_2.2.95.bb
@@ -6,11 +6,14 @@ DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
 SRC_URI = "http://pdx.freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
            file://fc-glyphname.patch;patch=1 \
            file://fc-lang.patch;patch=1"
-PR = "r3"
+PR = "r4"
 
 PACKAGES =+ "fontconfig-utils"
 FILES_fontconfig-utils = "${bindir}/*"
-AUTO_LIBNAME_PKGS = "fontconfig-utils"
+
+# Hacks to work around broken debian.bbclass
+RPROVIDES = "libfontconfig-utils"
+PKG_fontconfig-utils = "fontconfig-utils"
 
 S = "${WORKDIR}/fontconfig-${PV}"
 
-- 
cgit v1.2.3