fontconfig: Use RREPLACES instead of RPROVIDES to prevent upgrades breakage
authorRichard Purdie <rpurdie@rpsys.net>
Wed, 12 Apr 2006 14:24:12 +0000 (14:24 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 12 Apr 2006 14:24:12 +0000 (14:24 +0000)
packages/fontconfig/fontconfig_2.2.95.bb

index 8034f53..73e6be3 100644 (file)
@@ -6,13 +6,13 @@ DEPENDS = "expat freetype freetype-native zlib fontconfig-native"
 SRC_URI = "http://freedesktop.org/fontconfig/release/fontconfig-${PV}.tar.gz \
            file://fc-glyphname.patch;patch=1 \
            file://fc-lang.patch;patch=1"
-PR = "r5"
+PR = "r6"
 
 PACKAGES =+ "fontconfig-utils"
 FILES_fontconfig-utils = "${bindir}/*"
 
 # Work around past breakage in debian.bbclass
-RPROVIDES_fontconfig-utils = "libfontconfig-utils"
+RREPLACES_fontconfig-utils = "libfontconfig-utils"
 DEBIAN_NOAUTONAME_fontconfig-utils = "1"
 
 S = "${WORKDIR}/fontconfig-${PV}"