summaryrefslogtreecommitdiff
path: root/meta/packages/yum/yum_3.2.27.bb
Commit message (Collapse)AuthorAgeFilesLines
* populate-volatile.sh: cleanup duplicated invocations and remove boot warningKevin Tian2010-08-121-5/+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>
* yum: fix metadataQing He2010-06-171-9/+16
| | | | | | | | update license and url change to use new patch parameter Signed-off-by: Qing He <qing.he@intel.com> Signed-off-by: Kevin Tian <kevin.tian@intel.com>
* yum: Fix installation of python modulesJoshua Lock2010-03-261-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* yum: Update yum and createrepo to latest versionJoshua Lock2010-03-231-0/+43
Also switch Yum to using BBCLASSEXTEND rather than having separate native and host recipes. Signed-off-by: Joshua Lock <josh@linux.intel.com>