summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/fontconfig/fontconfig_2.2.95.bb7
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}"