diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-07-02 16:01:33 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-02 15:32:46 -0700 |
commit | efdb82b4b59079933a02e01296ddfb33b2e108c6 (patch) | |
tree | 7b6fddac523a137996d57e95c7a6528c7c132be0 /meta/packages/fontconfig/fontconfig-native_2.6.0.bb | |
parent | 95bc479d92ca46173b520fddfae983068d38562d (diff) | |
download | openembedded-core-efdb82b4b59079933a02e01296ddfb33b2e108c6.tar.gz openembedded-core-efdb82b4b59079933a02e01296ddfb33b2e108c6.tar.bz2 openembedded-core-efdb82b4b59079933a02e01296ddfb33b2e108c6.zip |
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 <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/fontconfig/fontconfig-native_2.6.0.bb')
-rw-r--r-- | meta/packages/fontconfig/fontconfig-native_2.6.0.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/packages/fontconfig/fontconfig-native_2.6.0.bb b/meta/packages/fontconfig/fontconfig-native_2.6.0.bb deleted file mode 100644 index 03a1bc86c2..0000000000 --- a/meta/packages/fontconfig/fontconfig-native_2.6.0.bb +++ /dev/null @@ -1,12 +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' % 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}/ -} |