summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2012-11-07 17:34:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-11-18 16:42:04 +0000
commit657ed11b29a077a3844e0610c724525491245e6a (patch)
tree391af5e7c6a813dc0075949e8b3851e67348c674 /meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb
parent8b8fd8cc3ad2365c5bd12f1813a0afb18fb1dc34 (diff)
downloadpoky-657ed11b29a077a3844e0610c724525491245e6a.tar.gz
fontconfig: upgrade to 2.10.1
A couple of changes: * licence snippet in fccache.c moved down the file; * new files appeared in this version, added them to fontconfig package (From OE-Core rev: f6ca099d9cbd2ed1c181e8e91cc16d0550701f26) 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.10.1.bb')
-rw-r--r--meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb b/meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb
new file mode 100644
index 0000000000..cee94de534
--- /dev/null
+++ b/meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb
@@ -0,0 +1,14 @@
1require fontconfig_${PV}.bb
2inherit native
3DEPENDS = "freetype-native expat-native zlib-native"
4
5EXTRA_OEMAKE = ""
6EXTRA_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))]}"
7
8FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}-${PV}:"
9
10do_install_append () {
11 install -d ${D}${bindir}/
12 install fc-lang/fc-lang ${D}${bindir}/
13 install fc-glyphname/fc-glyphname ${D}${bindir}/
14}