summaryrefslogtreecommitdiff
path: root/meta/packages/fontconfig/fontconfig_2.8.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* populate-volatile.sh: cleanup duplicated invocations and remove boot warningKevin Tian2010-08-121-9/+1
| | | | | | | | | | | | | | | | | For one, populate-volatile.sh is itself a rcS script which is invoked earlier than package's own postinst method (last one in rcS). If package has already installed their volatile files correctly, it doesn't make sense to update volatile again in postinst since nothing is changed. On the other hand, dbus/hal are special since their user/group are only created in the target. If they pre-install volatiles like others, populate-volatile.sh will report "undefined user" since at that time their user/group haven't been created. The better way solving this is to generate their volatile in the fly after user/group are created, and then update volatiles. This fix [BUGID #121] Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* fontconfig and fontconfig-native: upgrade to the latest version 2.8.0Dexuan Cui2010-07-021-0/+89
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>