]>
 
 
code.ossystems Code Review - openembedded-core.git/log 
 
 
 
 
 
 
 
Richard Purdie  [Wed, 10 Sep 2008 16:25:46 +0000  (16:25 +0000)] 
 
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/trunk@5170 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Wed, 10 Sep 2008 16:17:54 +0000  (16:17 +0000)] 
 
gaku: clean up depends/recommends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5169 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Samuel Ortiz  [Wed, 10 Sep 2008 15:44:26 +0000  (15:44 +0000)] 
 
formfactor: Add eee901 config file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5168 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Samuel Ortiz  [Wed, 10 Sep 2008 15:43:46 +0000  (15:43 +0000)] 
 
eee901: Initial support
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5167 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Samuel Ortiz  [Wed, 10 Sep 2008 15:37:14 +0000  (15:37 +0000)] 
 
linux-moblin2: Add moblin2 kernel
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5166 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Robert Bradford  [Wed, 10 Sep 2008 14:05:43 +0000  (14:05 +0000)] 
 
eds-dbus: update to current and refactor the patches that get applied.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5165 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 10 Sep 2008 14:04:55 +0000  (14:04 +0000)] 
 
poky-eabi.inc: Blacklist matchbox-wm-2 for broken as needed handling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5164 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 10 Sep 2008 14:04:10 +0000  (14:04 +0000)] 
 
matchbox-wm-2: Package libmatchbox2, enable the simple manager, fix other packaging issues
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5163 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Robert Bradford  [Tue, 9 Sep 2008 11:30:12 +0000  (11:30 +0000)] 
 
eds-dbus:Update the built in contact patch to reflect changed paths.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5162 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 9 Sep 2008 11:03:49 +0000  (11:03 +0000)] 
 
libsndfile1: Add missing DEPENDS on sqlite3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5161 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Mon, 8 Sep 2008 15:24:03 +0000  (15:24 +0000)] 
 
matchbox-wm: provide matchbox-wm to complete the virtual mojo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5160 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Mon, 8 Sep 2008 15:23:25 +0000  (15:23 +0000)] 
 
poky.conf: make matchbox-wm a virtual
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5159 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 8 Sep 2008 11:19:23 +0000  (11:19 +0000)] 
 
rootfs_rpm.bbclass: Add recommends handling
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5158 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 8 Sep 2008 11:17:17 +0000  (11:17 +0000)] 
 
yum: Add yum-install-recommends.py script to handle installing Recommends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5157 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 8 Sep 2008 10:00:08 +0000  (10:00 +0000)] 
 
bitbake.conf: Fix typo introduced in r3774, thanks to Cyril Humbert for spotting
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5156 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sun, 7 Sep 2008 11:18:45 +0000  (11:18 +0000)] 
 
poky.bbclass: Add https mirror source
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5155 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sun, 7 Sep 2008 10:55:38 +0000  (10:55 +0000)] 
 
rpm: Add missing patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5154 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sun, 7 Sep 2008 10:47:54 +0000  (10:47 +0000)] 
 
hg fetcher: Apply fixes from Matt Hoosier
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5153 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sun, 7 Sep 2008 09:59:57 +0000  (09:59 +0000)] 
 
rpm: Handle PYTHONVER differently in EXTRA_OECONF to stop gettext/uclibc failures during parsing
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5152 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sun, 7 Sep 2008 09:59:05 +0000  (09:59 +0000)] 
 
puzzles: Bump PR after asneeded change
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5151 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sun, 7 Sep 2008 09:58:19 +0000  (09:58 +0000)] 
 
poky-eabi.inc: Add puzzles to asneeded blacklist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5150 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sun, 7 Sep 2008 09:42:22 +0000  (09:42 +0000)] 
 
minimo: Bump PR after ASNEEDED changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5149 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sun, 7 Sep 2008 09:41:40 +0000  (09:41 +0000)] 
 
pciutils: Bump PR after ASNEEDED changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5148 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sun, 7 Sep 2008 09:40:46 +0000  (09:40 +0000)] 
 
poky-eabi.inc: Add minimo and pciutils to asneeded blacklist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5147 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sat, 6 Sep 2008 17:42:31 +0000  (17:42 +0000)] 
 
openobex: Bump PR after ASNEEDED change
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5146 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Sat, 6 Sep 2008 15:09:14 +0000  (15:09 +0000)] 
 
poky-eabi.inc: Increase ASNEEDED packages blacklist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5145 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Fri, 5 Sep 2008 16:21:53 +0000  (16:21 +0000)] 
 
matchbox-session-sato: fix typos in session script
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5144 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Thu, 4 Sep 2008 21:52:34 +0000  (21:52 +0000)] 
 
rootfs_rpm.bbclass: Fixup broken symlinks due to fakechroot and run any leftover postinstalls on real hardware at first boot
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5143 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Marcin Juszkiewicz  [Thu, 4 Sep 2008 16:02:06 +0000  (16:02 +0000)] 
 
createrepo-native: added dependency on Python
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5142 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Thu, 4 Sep 2008 14:25:42 +0000  (14:25 +0000)] 
 
poky-eabi.inc: Add distcc to ASNEEDED blacklist
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5141 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Marcin Juszkiewicz  [Thu, 4 Sep 2008 14:01:07 +0000  (14:01 +0000)] 
 
yum-metadata-parser-native: depend on GLib 2.0 native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5140 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Marcin Juszkiewicz  [Thu, 4 Sep 2008 14:00:55 +0000  (14:00 +0000)] 
 
python-native: depend on OpenSSL native to get python-urlgrabber-native buildable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5139 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Thu, 4 Sep 2008 11:48:03 +0000  (11:48 +0000)] 
 
poky-eabi.inc: Start using the --as-needed flag when linking to reduce uneeded link time dependencies
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5138 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Thu, 4 Sep 2008 11:34:26 +0000  (11:34 +0000)] 
 
gconf.bbclass: Drop configure/install/upgarde checks since not all SCMs support these in postinstalls
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5137 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Thu, 4 Sep 2008 11:30:38 +0000  (11:30 +0000)] 
 
matchbox-sato: Remove empty directories
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5136 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Thu, 4 Sep 2008 11:17:06 +0000  (11:17 +0000)] 
 
task-poky: Add a more definite dependency on dbus in console and x11 images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5135 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 3 Sep 2008 23:22:06 +0000  (23:22 +0000)] 
 
rootfs_rpm.bbclass: Add basic postinstall handling during image creation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5134 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 3 Sep 2008 23:20:58 +0000  (23:20 +0000)] 
 
yum-native: Add extract-postinst.awk script for use during rootfs generation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5133 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 3 Sep 2008 21:28:20 +0000  (21:28 +0000)] 
 
rpm-native: Set varprefix to get the rpm database in a sane location
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5132 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 3 Sep 2008 20:59:09 +0000  (20:59 +0000)] 
 
package_rpm.bbclass: Add support for postinst and preinst scripts
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5131 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 3 Sep 2008 20:58:22 +0000  (20:58 +0000)] 
 
yum-native: Add NOPOST and NOTRIGGERS flags when installing packages
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5130 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 3 Sep 2008 14:49:22 +0000  (14:49 +0000)] 
 
package_rpm.bbclass: Fix problems with package version with '-' in the version (replace with '+'), improve the Requires and Recommends generation code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5129 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 3 Sep 2008 14:47:31 +0000  (14:47 +0000)] 
 
bitbake utils.py: Add explode_dep_versions, an improved version of explode_deps
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5128 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 3 Sep 2008 14:07:49 +0000  (14:07 +0000)] 
 
syslinux.bbclass: Update to use more modern and efficient functions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5127 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Wed, 3 Sep 2008 13:29:43 +0000  (13:29 +0000)] 
 
clutter.inc: revert the zoom board to eglnative, and eglx is so broken
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5126 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 3 Sep 2008 11:21:49 +0000  (11:21 +0000)] 
 
bitbake providers.py: Sync with upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5125 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Wed, 3 Sep 2008 10:57:49 +0000  (10:57 +0000)] 
 
matchbox-wm-2: stage the headers and so on
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5124 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Wed, 3 Sep 2008 10:57:21 +0000  (10:57 +0000)] 
 
poky-fixed-revisions: bump mbwm2 revision
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5123 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Mon, 1 Sep 2008 17:09:16 +0000  (17:09 +0000)] 
 
gst-plugins-ugly: update to 0.10.9
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5122 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Mon, 1 Sep 2008 15:51:05 +0000  (15:51 +0000)] 
 
libxml2-native: actually fix depends to python-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5121 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Mon, 1 Sep 2008 11:17:08 +0000  (11:17 +0000)] 
 
matchbox-wm-2: enable libmatchbox and the png theme
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5120 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Mon, 1 Sep 2008 11:12:26 +0000  (11:12 +0000)] 
 
libxml2-native: fix python packaging, thanks Matt Hoosier
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5119 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Mon, 1 Sep 2008 11:09:40 +0000  (11:09 +0000)] 
 
yum-native: add depends on libxml2-native
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5118 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Thu, 28 Aug 2008 21:42:43 +0000  (21:42 +0000)] 
 
python-native: remove libxml2-native depends
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5117 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Marcin Juszkiewicz  [Thu, 28 Aug 2008 07:35:31 +0000  (07:35 +0000)] 
 
package_rpm.bbclass: files needs to start from /
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5116 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Marcin Juszkiewicz  [Thu, 28 Aug 2008 07:35:22 +0000  (07:35 +0000)] 
 
fakechroot: fix duplicated readlink
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5115 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Wed, 27 Aug 2008 13:44:45 +0000  (13:44 +0000)] 
 
Fix typo in ldp machine name
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5114 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 27 Aug 2008 00:06:59 +0000  (00:06  +0000)] 
 
rpm: Add recommends support from suse rpm patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5113 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 26 Aug 2008 12:26:32 +0000  (12:26 +0000)] 
 
rootfs_rpm.bbclass: Remove the feed directory before packaging the image
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5112 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 26 Aug 2008 12:26:08 +0000  (12:26 +0000)] 
 
package_rpm.bbclass: Stop autogenerated dependencies for now, its not functioning correctly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5111 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 26 Aug 2008 12:24:26 +0000  (12:24 +0000)] 
 
yum-native: Add some hacks to make yum work better in the cross build case
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5110 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 26 Aug 2008 11:03:13 +0000  (11:03 +0000)] 
 
yum-native: Add patch to fix install paths
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5109 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 26 Aug 2008 10:59:38 +0000  (10:59 +0000)] 
 
createrepo-native: Add fix for empty data fields when creating repositories
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5108 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 26 Aug 2008 10:37:52 +0000  (10:37 +0000)] 
 
bitbake.conf: Add  to PATH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5107 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 26 Aug 2008 10:23:59 +0000  (10:23 +0000)] 
 
sanity.bbclass: Provide preserving the mmap_min_addr setting over reboots
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5106 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 26 Aug 2008 10:18:00 +0000  (10:18 +0000)] 
 
python-native: Add libxml2-native to DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5105 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 22:26:35 +0000  (22:26 +0000)] 
 
python: Fix -native package staging functions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5104 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 22:10:51 +0000  (22:10 +0000)] 
 
rpm: Tweak patches to remove popt problem
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5103 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 21:08:16 +0000  (21:08 +0000)] 
 
Move libtiff to meta from meta-extras
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5102 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:53:13 +0000  (20:53 +0000)] 
 
Add rootfs_rpm.bbclass, a start at image generation from rpms. Its not expected to be entirely functional yet.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5101 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:50:46 +0000  (20:50 +0000)] 
 
package_rpm.bbclass: Fix empty package handling, handle package dependency renaming by adding a missing function call and expand RPMBUILD before changing the dictonary so local PV/PR changes don't break the WORKDIR variable expansion
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5100 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:48:45 +0000  (20:48 +0000)] 
 
libxml2-native: Enable python extensions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:46:02 +0000  (20:46 +0000)] 
 
Add yum-native and createrepo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5098 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:44:13 +0000  (20:44 +0000)] 
 
Add python-urlgrabber, python-iniparser, yum-metadata-parser and native varients
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5097 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:42:41 +0000  (20:42 +0000)] 
 
fakechroot: Add from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5096 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:41:44 +0000  (20:41 +0000)] 
 
sqlite: Add 3.5.6 and sqlite-native from OE.dev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5095 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:39:55 +0000  (20:39 +0000)] 
 
zlib: Upgrade from 1.2.3 to 1.2.3.3 to add 64 bit extensions and improve operation on recent 64 bit platforms
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5094 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:37:34 +0000  (20:37 +0000)] 
 
rpm: Enable python extensions and improve cross compiling patches
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5093 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:33:55 +0000  (20:33 +0000)] 
 
python: Promote from meta-extras to meta
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5092 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 20:31:53 +0000  (20:31 +0000)] 
 
python: Remove empty directories
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5091 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 15:05:03 +0000  (15:05 +0000)] 
 
insserv: Fix a cross compile issue on i386 machines
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5090 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Mon, 25 Aug 2008 13:21:04 +0000  (13:21 +0000)] 
 
poky.conf: Exclude libxml-simple-perl from world builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5089 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Joshua Lock  [Wed, 20 Aug 2008 14:52:12 +0000  (14:52 +0000)] 
 
Fix up /etc/profile to source files from the right path.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5088 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 20 Aug 2008 11:48:12 +0000  (11:48 +0000)] 
 
glibc: Disable hwcaps for speed
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5087 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 20 Aug 2008 11:46:02 +0000  (11:46 +0000)] 
 
wireless-tools: Drop scripts we don't seem to need
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5086 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Wed, 20 Aug 2008 07:27:38 +0000  (07:27 +0000)] 
 
rpm: Patch out some Makefile strangeness causing build failures
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5085 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 21:53:15 +0000  (21:53 +0000)] 
 
networkmanager/matchbox-keyboard: Use exec to run the final programs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5084 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 21:42:36 +0000  (21:42 +0000)] 
 
psplash: Remove pointless cat calls, promote to .sh initscript
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5083 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 21:35:10 +0000  (21:35 +0000)] 
 
base-files: Remove fork from profile, no need to use ls here
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5082 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 21:34:21 +0000  (21:34 +0000)] 
 
xserver-nodm: Remove another fork, no need to use cat here
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5081 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 20:36:27 +0000  (20:36 +0000)] 
 
dbus: Add volatiles configuration
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5080 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 20:02:31 +0000  (20:02 +0000)] 
 
initscripts: Remove pointless forks from timestamp code
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5079 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 17:16:09 +0000  (17:16 +0000)] 
 
netbase: Drop options file and options handling code, its replaced by sysctl.conf
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5078 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 17:14:28 +0000  (17:14 +0000)] 
 
base-files: Install a sysctl.conf file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5077 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 16:30:55 +0000  (16:30 +0000)] 
 
base-files: Don't fork to call id in profile
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5076 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 16:24:32 +0000  (16:24 +0000)] 
 
xtscal: Convert session script to an sh script so it can be sourced reducing forks
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5075 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 16:07:56 +0000  (16:07 +0000)] 
 
networkmanager-applet: Start after the desktop has loaded by using dbus-wait
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5074 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 16:06:48 +0000  (16:06 +0000)] 
 
matchbox-keyboard: Change session script to start it after the desktop using dbus-wait removing the dodgy sleep call
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5073 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Richard Purdie  [Tue, 19 Aug 2008 16:05:47 +0000  (16:05 +0000)] 
 
xserver-kdrive-common: Add in support for shbg files, shell scripts to be started in the background
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5072 
311d38ba -8fff-0310-9ca6-
ca027cbcb966 
 
Ross Burton  [Tue, 19 Aug 2008 15:18:55 +0000  (15:18 +0000)] 
 
librsvg: update the loader database when installing the svg loader
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5071 
311d38ba -8fff-0310-9ca6-
ca027cbcb966