summaryrefslogtreecommitdiff
path: root/meta/packages/yum
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>
* createrepo: Fix dependencies, yum at runtime and libxml2 at buildJoshua Lock2010-03-261-2/+3
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* yum: Fix installation of python modulesJoshua Lock2010-03-262-15/+17
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* yum: Update yum and createrepo to latest versionJoshua Lock2010-03-235-63/+34
| | | | | | | Also switch Yum to using BBCLASSEXTEND rather than having separate native and host recipes. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* yum: Fix DEPENDS (no python-shlex)Richard Purdie2010-01-261-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* yum: Fix DEPENDS (no python-bzip)Richard Purdie2010-01-261-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Remove unneeded S variablesRichard Purdie2009-01-031-2/+0
|
* yum: Make the volatile configuration file availableRob Bradford2008-10-301-2/+3
|
* yum: Use volatiles for the yum cache directoryRob Bradford2008-10-292-1/+10
|
* createrepo-native: Fix SRC_URI.Rob Bradford2008-10-291-1/+1
|
* yum: added one more python package - shlexMarcin Juszkiewicz2008-10-071-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5430 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum: added all required Python modules to dependenciesMarcin Juszkiewicz2008-10-071-3/+7
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5427 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum: fixed packagingMarcin Juszkiewicz2008-10-074-18/+81
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5426 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum-native: Fix hacks.patch to handle architecture detection issuesRichard Purdie2008-10-022-4/+34
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5396 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum: Don't apply hacks.patch, its only needed for the native versionRichard Purdie2008-10-021-2/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5395 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum: do not hardcode arm architecture - rootfs_rpm provide arch infoMarcin Juszkiewicz2008-10-023-22/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5392 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum: added 3.2.18Marcin Juszkiewicz2008-10-025-0/+24
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5379 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum: Add yum-install-recommends.py script to handle installing RecommendsRichard Purdie2008-09-082-1/+42
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5157 311d38ba-8fff-0310-9ca6-ca027cbcb966
* createrepo-native: added dependency on PythonMarcin Juszkiewicz2008-09-041-0/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5142 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum-native: Add extract-postinst.awk script for use during rootfs generationRichard Purdie2008-09-032-1/+18
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5133 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum-native: Add NOPOST and NOTRIGGERS flags when installing packagesRichard Purdie2008-09-032-14/+20
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5130 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum-native: add depends on libxml2-nativeRoss Burton2008-09-011-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5118 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum-native: Add some hacks to make yum work better in the cross build caseRichard Purdie2008-08-262-1/+68
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5110 311d38ba-8fff-0310-9ca6-ca027cbcb966
* yum-native: Add patch to fix install pathsRichard Purdie2008-08-262-1/+91
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5109 311d38ba-8fff-0310-9ca6-ca027cbcb966
* createrepo-native: Add fix for empty data fields when creating repositoriesRichard Purdie2008-08-262-0/+19
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5108 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Add yum-native and createrepoRichard Purdie2008-08-253-0/+108
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5098 311d38ba-8fff-0310-9ca6-ca027cbcb966