From: Richard Purdie Date: Sat, 4 Feb 2006 21:23:03 +0000 (+0000) Subject: fontconfig: Correct the hack to avoid problems with debian.bbclass X-Git-Tag: Release-2010-05/1~9453^2~2458^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ad52d9f3f7a57afeef30ec970005edaeca4518b;p=openembedded.git fontconfig: Correct the hack to avoid problems with debian.bbclass --- 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}"