From efdb82b4b59079933a02e01296ddfb33b2e108c6 Mon Sep 17 00:00:00 2001 From: Dexuan Cui Date: Fri, 2 Jul 2010 16:01:33 +0800 Subject: fontconfig and fontconfig-native: upgrade to the latest version 2.8.0 fontconfig-native requires fontconfig, so upgraded both recipes; renamed the patch directory from fontconfig-2.6.0 to fontconfig-2.8.0; slightly rebased fix-pkgconfig.patch; added HOMEPAGE, BUGTRACKER, LICENSE and LIC_FILES_CHKSUM; updated LICENSE from "BSD" to "MIT-style & MIT & Public Domain"; reset PR to "r0". Signed-off-by: Dexuan Cui --- meta/packages/fontconfig/fontconfig-native_2.8.0.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta/packages/fontconfig/fontconfig-native_2.8.0.bb (limited to 'meta/packages/fontconfig/fontconfig-native_2.8.0.bb') diff --git a/meta/packages/fontconfig/fontconfig-native_2.8.0.bb b/meta/packages/fontconfig/fontconfig-native_2.8.0.bb new file mode 100644 index 000000000..03a1bc86c --- /dev/null +++ b/meta/packages/fontconfig/fontconfig-native_2.8.0.bb @@ -0,0 +1,12 @@ +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' % bb.data.getVar('STAGING_BINDIR', d, 1)][os.path.isfile('%s/freetype-config' % bb.data.getVar('STAGING_BINDIR', d, 1))]}" + +do_install_append () { + install -d ${D}${bindir}/ + install fc-lang/fc-lang ${D}${bindir}/ + install fc-glyphname/fc-glyphname ${D}${bindir}/ +} -- cgit v1.2.3