summaryrefslogtreecommitdiffstats
path: root/meta/packages
Commit message (Collapse)AuthorAgeFilesLines
* Add gnome-icon-themeRoss Burton2008-10-301-0/+13
| | | | | This is required by some of the OpenMoko packages. No idea how it didn't get into elroy...
* Merged revisions 5355 via svnmerge from Richard Purdie2008-10-021-1/+1
| | | | | | | | | | | | | https://svn.o-hand.com/repos/poky/trunk ........ r5355 | josh | 2008-10-01 00:05:39 +0100 (Wed, 01 Oct 2008) | 2 lines Fix a typo in the COMPATIBLE_MACHINE list ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5377 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Merged revisions 5309 via svnmerge from Richard Purdie2008-09-292-8/+8
| | | | | | | | | | | | | https://svn.o-hand.com/repos/poky/trunk ........ r5309 | richard | 2008-09-29 17:06:49 +0100 (Mon, 29 Sep 2008) | 1 line linux-omap-3430ldp: Build jffs2 support in. ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5311 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Merged revisions 5287 via svnmerge from Ross Burton2008-09-261-1/+2
| | | | | | | | | | | | | https://svn.o-hand.com/repos/poky/trunk ........ r5287 | ross | 2008-09-26 10:29:52 +0100 (Fri, 26 Sep 2008) | 1 line clutter.inc: use eglnative on 3430sdp ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5289 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Merged revisions 5203,5235-5236,5278-5279 via svnmerge from Ross Burton2008-09-262-1/+63
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.o-hand.com/repos/poky/trunk ........ r5203 | richard | 2008-09-19 18:32:35 +0100 (Fri, 19 Sep 2008) | 1 line tune-xscale.inc: Compile cairo for armv4 to avoid alighment trap issues with double instruction ........ r5235 | ross | 2008-09-23 10:54:16 +0100 (Tue, 23 Sep 2008) | 1 line poky-fixed-revisions.inc: bump matchbox-desktop srvrev to fix icon loading bug ........ r5236 | ross | 2008-09-23 11:14:38 +0100 (Tue, 23 Sep 2008) | 1 line poky-fixed-revisions.inc: fix typo ........ r5278 | ross | 2008-09-25 21:52:29 +0100 (Thu, 25 Sep 2008) | 1 line dialer: specify revision instead of using autorev ........ r5279 | richard | 2008-09-25 22:03:38 +0100 (Thu, 25 Sep 2008) | 1 line xserver-kdrive: Feed xrandr calls to the framebuffer driver in case it can do better than software rotation ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5285 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Merged revisions 5177-5178,5181,5183,5185,5187 via svnmerge from Ross Burton2008-09-262-6/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.o-hand.com/repos/poky/trunk ........ r5177 | richard | 2008-09-10 23:29:43 +0100 (Wed, 10 Sep 2008) | 1 line package.bbclass: Adjust to handle split packages already being present in PACKAGES ........ r5178 | richard | 2008-09-10 23:32:22 +0100 (Wed, 10 Sep 2008) | 1 line gst-plugins-good: Remove bogus RPROVIDES and add to PACKAGES instead now the package class can handle this ........ r5181 | richard | 2008-09-11 12:00:49 +0100 (Thu, 11 Sep 2008) | 1 line poky-eabi.inc/poky-fixed-revisions.inc: Bump the matchbox-wm-2 revision and remove from the asneeded blacklist ........ r5183 | richard | 2008-09-11 16:43:25 +0100 (Thu, 11 Sep 2008) | 1 line eds-dbus: Add missing DEPENDS on libglade ........ r5185 | ross | 2008-09-11 17:07:38 +0100 (Thu, 11 Sep 2008) | 1 line eds-dbus: package the glade files into libedataserverui ........ r5187 | ross | 2008-09-11 17:57:47 +0100 (Thu, 11 Sep 2008) | 1 line eds-dbus: add libedataserverui to PACKAGES, fixing the borked packaging ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5283 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Merged revisions 5169-5170 via svnmerge from Ross Burton2008-09-261-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | https://svn.o-hand.com/repos/poky/trunk ........ r5169 | ross | 2008-09-10 17:17:54 +0100 (Wed, 10 Sep 2008) | 1 line gaku: clean up depends/recommends ........ r5170 | richard | 2008-09-10 17:25:46 +0100 (Wed, 10 Sep 2008) | 20 lines bitbake hg fetcher: Add fix from Matt Hoosier The Mercurial fetcher right now will fail when used to incrementally fetch an update to a local clone of a repository already fetched at some prior revision. The culprit is the sequence: hg pull -r <rev> hg update -C <rev> A subtlety in the way that Mercurial stores its tags (in a normally version-controlled file called .hgtags) has the side-effect that a repository fetched at a tag "foo" will not actually contain a new-enough copy of the .hgtags file to be self-aware of the foo tag's existence. The solution is just to get all the changesets in the repository on incremental upgrades, so that the following "hg update" will be able to resolve the tag. ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5282 311d38ba-8fff-0310-9ca6-ca027cbcb966
* eds-dbus: update to current and refactor the patches that get applied.Robert Bradford2008-09-105-180/+10
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5165 311d38ba-8fff-0310-9ca6-ca027cbcb966
* matchbox-wm-2: Package libmatchbox2, enable the simple manager, fix other ↵Richard Purdie2008-09-101-5/+9
| | | | | | packaging issues git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5163 311d38ba-8fff-0310-9ca6-ca027cbcb966
* eds-dbus:Update the built in contact patch to reflect changed paths.Robert Bradford2008-09-092-1/+134
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5162 311d38ba-8fff-0310-9ca6-ca027cbcb966
* matchbox-wm: provide matchbox-wm to complete the virtual mojoRoss Burton2008-09-081-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5160 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
* rpm: Add missing patchesRichard Purdie2008-09-072-0/+122
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5154 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rpm: Handle PYTHONVER differently in EXTRA_OECONF to stop gettext/uclibc ↵Richard Purdie2008-09-071-6/+10
| | | | | | failures during parsing git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5152 311d38ba-8fff-0310-9ca6-ca027cbcb966
* puzzles: Bump PR after asneeded changeRichard Purdie2008-09-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5151 311d38ba-8fff-0310-9ca6-ca027cbcb966
* minimo: Bump PR after ASNEEDED changesRichard Purdie2008-09-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5149 311d38ba-8fff-0310-9ca6-ca027cbcb966
* pciutils: Bump PR after ASNEEDED changesRichard Purdie2008-09-071-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5148 311d38ba-8fff-0310-9ca6-ca027cbcb966
* openobex: Bump PR after ASNEEDED changeRichard Purdie2008-09-061-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5146 311d38ba-8fff-0310-9ca6-ca027cbcb966
* matchbox-session-sato: fix typos in session scriptRoss Burton2008-09-052-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5144 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-metadata-parser-native: depend on GLib 2.0 nativeMarcin Juszkiewicz2008-09-041-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5140 311d38ba-8fff-0310-9ca6-ca027cbcb966
* python-native: depend on OpenSSL native to get python-urlgrabber-native ↵Marcin Juszkiewicz2008-09-041-1/+2
| | | | | | buildable git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5139 311d38ba-8fff-0310-9ca6-ca027cbcb966
* task-poky: Add a more definite dependency on dbus in console and x11 imagesRichard Purdie2008-09-041-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5135 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
* rpm-native: Set varprefix to get the rpm database in a sane locationRichard Purdie2008-09-032-2/+4
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5132 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
* clutter.inc: revert the zoom board to eglnative, and eglx is so brokenRoss Burton2008-09-031-1/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5126 311d38ba-8fff-0310-9ca6-ca027cbcb966
* matchbox-wm-2: stage the headers and so onRoss Burton2008-09-031-1/+8
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5124 311d38ba-8fff-0310-9ca6-ca027cbcb966
* gst-plugins-ugly: update to 0.10.9Ross Burton2008-09-011-0/+0
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5122 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libxml2-native: actually fix depends to python-nativeRoss Burton2008-09-011-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5121 311d38ba-8fff-0310-9ca6-ca027cbcb966
* matchbox-wm-2: enable libmatchbox and the png themeRoss Burton2008-09-011-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5120 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libxml2-native: fix python packaging, thanks Matt HoosierRoss Burton2008-09-011-2/+2
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5119 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
* python-native: remove libxml2-native dependsRoss Burton2008-08-281-2/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5117 311d38ba-8fff-0310-9ca6-ca027cbcb966
* fakechroot: fix duplicated readlinkMarcin Juszkiewicz2008-08-283-2/+35
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5115 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rpm: Add recommends support from suse rpm patchesRichard Purdie2008-08-273-2/+353
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5113 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
* python-native: Add libxml2-native to DEPENDSRichard Purdie2008-08-261-1/+1
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5105 311d38ba-8fff-0310-9ca6-ca027cbcb966
* python: Fix -native package staging functionsRichard Purdie2008-08-253-0/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5104 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rpm: Tweak patches to remove popt problemRichard Purdie2008-08-253-4/+11
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5103 311d38ba-8fff-0310-9ca6-ca027cbcb966
* Move libtiff to meta from meta-extrasRichard Purdie2008-08-252-0/+44
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5102 311d38ba-8fff-0310-9ca6-ca027cbcb966
* libxml2-native: Enable python extensionsRichard Purdie2008-08-251-1/+3
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 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
* Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varientsRichard Purdie2008-08-256-0/+64
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5097 311d38ba-8fff-0310-9ca6-ca027cbcb966
* fakechroot: Add from OE.devRichard Purdie2008-08-252-0/+19
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5096 311d38ba-8fff-0310-9ca6-ca027cbcb966
* sqlite: Add 3.5.6 and sqlite-native from OE.devRichard Purdie2008-08-253-0/+17
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5095 311d38ba-8fff-0310-9ca6-ca027cbcb966
* zlib: Upgrade from 1.2.3 to 1.2.3.3 to add 64 bit extensions and improve ↵Richard Purdie2008-08-256-317/+470
| | | | | | operation on recent 64 bit platforms git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5094 311d38ba-8fff-0310-9ca6-ca027cbcb966
* rpm: Enable python extensions and improve cross compiling patchesRichard Purdie2008-08-254-32/+133
| | | | git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5093 311d38ba-8fff-0310-9ca6-ca027cbcb966