fontconfig: Correct the hack to avoid problems with debian.bbclass
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 4 Feb 2006 21:23:03 +0000 (21:23 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 4 Feb 2006 21:23:03 +0000 (21:23 +0000)
packages/fontconfig/fontconfig_2.2.95.bb

index 46627d8..ecf8715 100644 (file)
@@ -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}"