aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-05-28 08:47:58 +0300
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-05-30 11:03:23 +0100
commit8e219dea0373dc3a37d51f63c41f1a8449029dd5 (patch)
tree2f9bc606a48288a07c04fbb720b50cfcf99ff78e /meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb
parent2f0f5a895504924b5a21699854678e9bc25b447c (diff)
downloadopenembedded-core-contrib-8e219dea0373dc3a37d51f63c41f1a8449029dd5.tar.gz
fontconfig: upgrade to 2.9.0
Other changes: - licence checksums because the licence headers changed slightly: several other authors were added and Keith Packard's name has been replaced with "author(s)". That's it. - rebased the fix-pkgconfig.patch to apply on 2.9.0 - removed all sed instructions in do_configure_append() that were changing fc-arch/Makefile. In the new version the fc-arch/ directory has been removed in order to make the package cross-compiling safe Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb')
-rw-r--r--meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb14
1 files changed, 0 insertions, 14 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb b/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb
deleted file mode 100644
index cee94de534..0000000000
--- a/meta/recipes-graphics/fontconfig/fontconfig-native_2.8.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
-require fontconfig_${PV}.bb
-inherit native
-DEPENDS = "freetype-native expat-native zlib-native"
-
-EXTRA_OEMAKE = ""
-EXTRA_OECONF = "${@[' --disable-docs',' --disable-docs --with-freetype-config=%s/freetype-config' % d.getVar('STAGING_BINDIR', True)][os.path.isfile('%s/freetype-config' % d.getVar('STAGING_BINDIR', True))]}"
-
-FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}-${PV}:"
-
-do_install_append () {
- install -d ${D}${bindir}/
- install fc-lang/fc-lang ${D}${bindir}/
- install fc-glyphname/fc-glyphname ${D}${bindir}/
-}