diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-02-04 21:23:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-02-04 21:23:03 +0000 |
commit | 0ad52d9f3f7a57afeef30ec970005edaeca4518b (patch) | |
tree | 71edcd843c362b776b0b8780ba7b28d720d796ea /packages/fontconfig | |
parent | db1858f5da65f2267784855e4887b99a06a7172b (diff) |
fontconfig: Correct the hack to avoid problems with debian.bbclass
Diffstat (limited to 'packages/fontconfig')
-rw-r--r-- | packages/fontconfig/fontconfig_2.2.95.bb | 7 |
1 files 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}" |