diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2012-11-07 17:34:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-18 11:45:03 +0000 |
commit | f6ca099d9cbd2ed1c181e8e91cc16d0550701f26 (patch) | |
tree | f0c9683641a1386268ed5815e4beef2a1a6771bc /meta/recipes-graphics/fontconfig/fontconfig-native_2.10.1.bb | |
parent | dd378e8bd3419219585968158be1972bffa57247 (diff) | |
download | openembedded-core-f6ca099d9cbd2ed1c181e8e91cc16d0550701f26.tar.gz openembedded-core-f6ca099d9cbd2ed1c181e8e91cc16d0550701f26.tar.bz2 openembedded-core-f6ca099d9cbd2ed1c181e8e91cc16d0550701f26.zip |
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
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
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.bb | 14 |
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 @@ +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}/ +} |