Ross Burton
65dc3dd729
Merged revisions 5287 via svnmerge from
...
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
2008-09-26 09:32:57 +00:00
Ross Burton
005f63f560
Merged revisions 5203,5235-5236,5278-5279 via svnmerge from
...
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
2008-09-26 09:02:47 +00:00
Ross Burton
75f3f9bb6d
Merged revisions 5177-5178,5181,5183,5185,5187 via svnmerge from
...
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
2008-09-26 08:55:15 +00:00
Ross Burton
148459e611
Merged revisions 5169-5170 via svnmerge from
...
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
2008-09-26 08:46:30 +00:00
Robert Bradford
f680c855cf
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
2008-09-10 14:05:43 +00:00
Richard Purdie
7e3f8e5f6c
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
2008-09-10 14:04:10 +00:00
Robert Bradford
0785687d67
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
2008-09-09 11:30:12 +00:00
Ross Burton
9836ab8ac9
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
2008-09-08 15:24:03 +00:00
Richard Purdie
7c72bf73b8
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
2008-09-08 11:17:17 +00:00
Richard Purdie
2c832c53e7
rpm: Add missing patches
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5154 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-07 10:55:38 +00:00
Richard Purdie
4be407b4d9
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
2008-09-07 09:59:57 +00:00
Richard Purdie
4a2e4c725d
puzzles: Bump PR after asneeded change
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5151 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-07 09:59:05 +00:00
Richard Purdie
d396ff191a
minimo: Bump PR after ASNEEDED changes
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5149 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-07 09:42:22 +00:00
Richard Purdie
e23fe472ed
pciutils: Bump PR after ASNEEDED changes
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5148 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-07 09:41:40 +00:00
Richard Purdie
bbd6158ad4
openobex: Bump PR after ASNEEDED change
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5146 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-06 17:42:31 +00:00
Ross Burton
344a927a3d
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
2008-09-05 16:21:53 +00:00
Marcin Juszkiewicz
5d0f675e96
createrepo-native: added dependency on Python
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5142 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-04 16:02:06 +00:00
Marcin Juszkiewicz
ef1e2b90ee
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
2008-09-04 14:01:07 +00:00
Marcin Juszkiewicz
0fb48f7370
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
2008-09-04 14:00:55 +00:00
Richard Purdie
50ae58e092
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
2008-09-04 11:17:06 +00:00
Richard Purdie
a6f3e46936
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
2008-09-03 23:20:58 +00:00
Richard Purdie
f9cefb630e
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
2008-09-03 21:28:20 +00:00
Richard Purdie
aae958d719
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
2008-09-03 20:58:22 +00:00
Ross Burton
91c830c205
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
2008-09-03 13:29:43 +00:00
Ross Burton
75df7432f4
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
2008-09-03 10:57:49 +00:00
Ross Burton
629494a114
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
2008-09-01 17:09:16 +00:00
Ross Burton
36e803e308
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
2008-09-01 15:51:05 +00:00
Ross Burton
33061d6ede
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
2008-09-01 11:17:08 +00:00
Ross Burton
dcce67981e
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
2008-09-01 11:12:26 +00:00
Ross Burton
0801fa77d4
yum-native: add depends on libxml2-native
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5118 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-09-01 11:09:40 +00:00
Ross Burton
502d161dc7
python-native: remove libxml2-native depends
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5117 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-28 21:42:43 +00:00
Marcin Juszkiewicz
102af610b9
fakechroot: fix duplicated readlink
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5115 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-28 07:35:22 +00:00
Richard Purdie
99e44d2b57
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
2008-08-27 00:06:59 +00:00
Richard Purdie
8c33755bdd
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
2008-08-26 12:24:26 +00:00
Richard Purdie
38d187038e
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
2008-08-26 11:03:13 +00:00
Richard Purdie
020a00ab51
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
2008-08-26 10:59:38 +00:00
Richard Purdie
a707851f74
python-native: Add libxml2-native to DEPENDS
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5105 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-26 10:18:00 +00:00
Richard Purdie
82d01728db
python: Fix -native package staging functions
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5104 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25 22:26:35 +00:00
Richard Purdie
fc2e56f8b2
rpm: Tweak patches to remove popt problem
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5103 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25 22:10:51 +00:00
Richard Purdie
85efc571d5
Move libtiff to meta from meta-extras
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5102 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25 21:08:16 +00:00
Richard Purdie
bae5aaf0d0
libxml2-native: Enable python extensions
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5099 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25 20:48:45 +00:00
Richard Purdie
666c69518d
Add yum-native and createrepo
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5098 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25 20:46:02 +00:00
Richard Purdie
2b67142f3b
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
2008-08-25 20:44:13 +00:00
Richard Purdie
bb6a165c58
fakechroot: Add from OE.dev
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5096 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25 20:42:41 +00:00
Richard Purdie
f57852eb76
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
2008-08-25 20:41:44 +00:00
Richard Purdie
0f9c34a972
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
2008-08-25 20:39:55 +00:00
Richard Purdie
603e247e23
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
2008-08-25 20:37:34 +00:00
Richard Purdie
16e6877c4c
python: Promote from meta-extras to meta
...
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5092 311d38ba-8fff-0310-9ca6-ca027cbcb966
2008-08-25 20:33:55 +00:00
Richard Purdie
15c905c270
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
2008-08-25 15:05:03 +00:00
Joshua Lock
af1c2826c2
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
2008-08-20 14:52:12 +00:00