]>
code.ossystems Code Review - openembedded-core.git/log
Rob Bradford [Tue, 28 Oct 2008 11:27:58 +0000 (11:27 +0000)]
bitbake-dev: Refactor configuration file parsing
Separate the parsing of the configuration files / recipes into a separate
function to the parsing of the command line. This parsing of the configuration
files now happens when updateCache() is called.
Some functionality has been moved from parseConfiguration() to __init__.
Rob Bradford [Tue, 28 Oct 2008 11:09:51 +0000 (11:09 +0000)]
bitbake-dev: Save the cooker log into the working directory.
This is necessary since with later refactoring the TMPDIR variable will not be
available at this point in time.
Richard Purdie [Tue, 28 Oct 2008 10:01:03 +0000 (10:01 +0000)]
scripts/poky-env-internal: Unset BDIR after use
Richard Purdie [Tue, 28 Oct 2008 10:00:28 +0000 (10:00 +0000)]
helix-libs, ribosome: Set COMPATIBLE_HOST since x86 only
Samuel Ortiz [Mon, 27 Oct 2008 12:43:38 +0000 (13:43 +0100)]
bootimg: copy rootfs to ISO image
We are only copying the initrd right now.
Samuel Ortiz [Mon, 27 Oct 2008 12:34:47 +0000 (13:34 +0100)]
tasks: apps-x11-pimlico renaming typo
Samuel Ortiz [Mon, 27 Oct 2008 11:34:26 +0000 (12:34 +0100)]
tasks: fix moblin-tools task name typo
Rob Bradford [Fri, 24 Oct 2008 16:37:46 +0000 (17:37 +0100)]
bitbake-dev: Remove use of self.configuration.cmd as state from shell
The shell updated the self.configuration.cmd variable since commans relied on
this implicit state. Since those commands now have an explicit task parameter
such state manipulation is no longer necessary.
Rob Bradford [Fri, 24 Oct 2008 16:22:20 +0000 (17:22 +0100)]
bitbake-dev: Remove implicit task from generateDepTree/generateDotGraphFiles
Remove the implicit (from configuration.cmd) command/task for these events and
instead use a parameter so that the task is given explicitly.
Rob Bradford [Fri, 24 Oct 2008 15:58:59 +0000 (16:58 +0100)]
bitbake-dev: Make the "buildFile" command use the task parameter
The "buildFile" command has a task parameter use it place of
self.configuration.cmd when adding to the runqueue.
Rob Bradford [Fri, 24 Oct 2008 15:54:35 +0000 (16:54 +0100)]
bitbake-dev: Make the task a parameter of the "tryBuild" command
And switch the runqueue to use this rather than keeping it in the
self.configuration.cmd variable
Rob Bradford [Fri, 24 Oct 2008 15:22:19 +0000 (16:22 +0100)]
bitbake-dev: Include target/command (from -c) in "buildTargets" command
This allows a UI to read / control which task for the given targets is used.
This makes it more consistent with the "buildFile" command.
Samuel Ortiz [Fri, 24 Oct 2008 16:10:49 +0000 (18:10 +0200)]
images: put poky-image-live back to meta/
Samuel Ortiz [Fri, 24 Oct 2008 15:57:33 +0000 (17:57 +0200)]
meta-moblin: rename images and tasks from poky-* to moblin-*
Richard Purdie [Fri, 24 Oct 2008 13:57:02 +0000 (14:57 +0100)]
bitbake: Fix the wget fetcher so parameter portions of uris are ignored
Rob Bradford [Fri, 24 Oct 2008 13:46:07 +0000 (14:46 +0100)]
Merge branch 'master' of ssh://git@git.moblin.org/poky
Rob Bradford [Fri, 24 Oct 2008 13:44:30 +0000 (14:44 +0100)]
bitbake-dev: add a setVariable command
This is synonymous with the getVariable command and allows you to set values
in the data dictionary.
Richard Purdie [Fri, 24 Oct 2008 08:49:18 +0000 (09:49 +0100)]
meta-molbin/images: Add poky-image-sdk-live.bb
Richard Purdie [Thu, 23 Oct 2008 20:10:28 +0000 (21:10 +0100)]
spectrum-fw: Use the standard fetcher process
Richard Purdie [Thu, 23 Oct 2008 20:08:42 +0000 (21:08 +0100)]
base.bbclass/bitbake.conf: Fix some string quoting to handle more unusual URLs
Richard Purdie [Thu, 23 Oct 2008 14:12:41 +0000 (15:12 +0100)]
scripts/build: Update the git proxy setup instructions
Rob Bradford [Thu, 23 Oct 2008 13:58:36 +0000 (14:58 +0100)]
bitbake-dev: rename readVariable to getVariable
Changing the name of this command makes it more consistent with other command
names.
Ross Burton [Thu, 23 Oct 2008 13:40:39 +0000 (14:40 +0100)]
poky-image-openmoko.bb: remove matchbox-applet-startup-monitor
We don't ship matchbox-applet-startup-monitor, so remove it.
Ross Burton [Thu, 23 Oct 2008 13:40:19 +0000 (14:40 +0100)]
poky-image-openmoko.bb: remove unused PR
Rob Bradford [Thu, 23 Oct 2008 13:28:11 +0000 (14:28 +0100)]
bitbake-dev: Change terminology online/offline to sync/async
Change the terminology from online/offline to sync/async when referring to
commands that return a result immediately versus those that produce changes
that are emitted as events over time.
Richard Purdie [Thu, 23 Oct 2008 12:34:24 +0000 (13:34 +0100)]
bitbake: Preserve http_proxy and ftp_proxy in fetcher command execution
Richard Purdie [Thu, 23 Oct 2008 11:05:39 +0000 (12:05 +0100)]
opkg: Really fix the prototype problem (and an invalid call)
Richard Purdie [Thu, 23 Oct 2008 08:43:12 +0000 (09:43 +0100)]
opkg: Fix incomplete function prototype
Richard Purdie [Wed, 22 Oct 2008 21:26:24 +0000 (22:26 +0100)]
bitbake: Remove bogus test code
Richard Purdie [Wed, 22 Oct 2008 21:24:03 +0000 (22:24 +0100)]
bitbake: Improve proxy variable handling in fetchers
Richard Purdie [Wed, 22 Oct 2008 20:56:30 +0000 (21:56 +0100)]
scripts/poky-env-internal: Add proxy variables to the enviornment whitelist (and OEROOT)
Richard Purdie [Wed, 22 Oct 2008 19:31:56 +0000 (20:31 +0100)]
scripts: Fix variable quoting
Richard Purdie [Wed, 22 Oct 2008 19:27:16 +0000 (20:27 +0100)]
scripts: Add moblin autobuilder support scripts
Rusty Lynch [Wed, 22 Oct 2008 16:57:13 +0000 (09:57 -0700)]
* Fixing the helix-player.pc to include a -lstdc++
* Adding clutter-helix recipe
Samuel Ortiz [Wed, 22 Oct 2008 13:19:36 +0000 (15:19 +0200)]
Add meta-moblin-internal to gitignore
Rusty Lynch [Wed, 22 Oct 2008 11:21:53 +0000 (04:21 -0700)]
* Adding initial ribosome (helix build system) and helix-libs recipes
Rob Bradford [Wed, 22 Oct 2008 10:52:18 +0000 (11:52 +0100)]
bitbake-dev: add goggle - an experimental GTK UI.
Rob Bradford [Tue, 21 Oct 2008 14:33:38 +0000 (15:33 +0100)]
bitbake-dev: Include the worker's PID in events
When the runqueue forks off we save the pid inside the event module for that
thread. When we next fire an event then that PID gets included in the events.
Samuel Ortiz [Tue, 21 Oct 2008 14:44:14 +0000 (16:44 +0200)]
linux-moblin: We dont need the defconfig-eee901 files anymore
Samuel Ortiz [Tue, 21 Oct 2008 14:25:42 +0000 (16:25 +0200)]
linux-moblin: Add 2.6.27 moblin kernel
This will be the default moblin kernel.
We also moved the 2.6.27-rc* kernels to meta-moblin.
Samuel Ortiz [Tue, 21 Oct 2008 14:01:02 +0000 (16:01 +0200)]
netbook: changed platform name from eee901 to netbook
We want to have a more generic platform definition.
The netbook machine one currently supports the eee901 and the aspire one.
We also moved the machine and netbook image definitions to meta-moblin.
Rob Bradford [Tue, 21 Oct 2008 11:39:23 +0000 (12:39 +0100)]
bitbake-dev: Dynamically load the UI module.
Dynamically load the UI from a module based on the UI name given. We still
however maintain a fixed set in here with the set of suggested UIs.
Robert Bradford [Mon, 20 Oct 2008 14:58:47 +0000 (14:58 +0000)]
packaged-staging.bbclass: Avoid removing the staging.lock lock file.
The pstage_manualclean function can be called on a directory containing an
actively held lock on staging. Removing the lock file whilst the lock is held
results in a failure when the lock is released.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5553
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 14:37:36 +0000 (14:37 +0000)]
syslinux: Add COMPATIBLE_HOST
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5552
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 14:19:36 +0000 (14:19 +0000)]
bitbake utils.py: Merge prunedir symlink fix from bitbake upstream
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5551
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 13:50:59 +0000 (13:50 +0000)]
libacpi: Add COMPATIBLE_HOST
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5550
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 13:19:42 +0000 (13:19 +0000)]
poky.conf: Fix world excludes typo
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5549
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 13:18:49 +0000 (13:18 +0000)]
libsyncml: Remove insane piece of strange assembler
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5548
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 12:58:24 +0000 (12:58 +0000)]
poky.conf: Exclude linsync from world builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5547
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 12:23:27 +0000 (12:23 +0000)]
poky.conf: Update libopensync world exclude list
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5546
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 12:22:58 +0000 (12:22 +0000)]
libopensync-plugin: Upgrade file and vformat to 0.37
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5545
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 12:16:41 +0000 (12:16 +0000)]
msynctool: Upgrade 0.36 -> 0.37
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5544
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 12:10:53 +0000 (12:10 +0000)]
libopensync-plugin-evolution2: Fix to work with libopensync 0.37
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5543
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Mon, 20 Oct 2008 11:58:05 +0000 (11:58 +0000)]
syslinux: Various cleanups and add back some missing staging pieces
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5542
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bradford [Mon, 20 Oct 2008 11:35:49 +0000 (11:35 +0000)]
bitbake-dev: Remove the Pkg{Started, Failed, Succeeded} events and their handling in the UI
These events are superfluous now that BB operates on a task level granularity.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5541
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bradford [Mon, 20 Oct 2008 11:35:37 +0000 (11:35 +0000)]
base.bbclass: Output notes only on BB <= 1.8.x
With BB > 1.9 the UI can output the details of an event as it chooses. They do
not need to be converted into notes. Without this patch spurious messages are
generated on BB 1.9.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5540
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Andrzej Zaborowski [Mon, 20 Oct 2008 00:22:07 +0000 (00:22 +0000)]
syslinux-native: Try to make syslinux cross-compile friendly.
We only had one package for building both the bootloader and the installer,
i.e. target and host code. It used always the host compiler. Split the
package into syslinux and syslinux-installer-native, require both for a
cd bootable image.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5539
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bragg [Fri, 17 Oct 2008 15:32:01 +0000 (15:32 +0000)]
Enables support for root over NFS in the linux-moblin defconfig
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5538
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 11:32:30 +0000 (11:32 +0000)]
Add libopesync 0.37
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5537
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 11:30:56 +0000 (11:30 +0000)]
libxslt: Fix pkgconfig patch for exslt
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5536
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Samuel Ortiz [Fri, 17 Oct 2008 11:04:51 +0000 (11:04 +0000)]
bootimg: Add symbolic links to iso and hddimg
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5535
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 11:04:26 +0000 (11:04 +0000)]
bitbake: Add some sanity checks to the lockfile functions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5534
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 10:44:17 +0000 (10:44 +0000)]
meta-toolchain: Don't inherit sdk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5533
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 10:43:38 +0000 (10:43 +0000)]
sdk.bbclass: Rewrite PACKAGE_ARCHS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5532
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 09:52:04 +0000 (09:52 +0000)]
qemu-sdk: Pass the disable-vnc-tls option since we don't have gnutls-sdk
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5531
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bradford [Fri, 17 Oct 2008 09:47:08 +0000 (09:47 +0000)]
bitbake-dev: Don't fallback if the UI fails to start; give an error message on UI exception
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5530
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bradford [Fri, 17 Oct 2008 09:46:59 +0000 (09:46 +0000)]
bitbake-dev: Move the ncurses TTY check into the UI plugin itself.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5529
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bradford [Fri, 17 Oct 2008 09:46:49 +0000 (09:46 +0000)]
Update the ignore file so that it also includes VIM swap files
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5528
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bradford [Fri, 17 Oct 2008 09:46:35 +0000 (09:46 +0000)]
bitbake: Refactor the environment variable handling
Refactor the environment variable handling so that it more closes matches the
changes that have been made in bitbake-dev.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5527
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bradford [Fri, 17 Oct 2008 09:46:23 +0000 (09:46 +0000)]
bitbake-dev: Refactor the environment variable handling.
Do not clear the environment when saving the environment to the data store.
Instead clear this once the cooker has forked. This ensures that the UI
operates in a filtered (but not empty) environment.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5526
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bradford [Fri, 17 Oct 2008 09:46:13 +0000 (09:46 +0000)]
Add .gitignore
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5525
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 09:33:46 +0000 (09:33 +0000)]
libx11: Clean up all the git recipes into a common include file
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5524
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 09:19:37 +0000 (09:19 +0000)]
libx11_git: Cleanup duplicate metadata
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5523
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 08:42:43 +0000 (08:42 +0000)]
poky-image-minimal-live: Set LABELS to fix image generation
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5522
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Fri, 17 Oct 2008 08:39:34 +0000 (08:39 +0000)]
syslinux.bbclass: Clean up boot menu title
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5521
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Thu, 16 Oct 2008 09:54:15 +0000 (09:54 +0000)]
libx11-trim: Fix git version DEPENDS
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5520
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Wed, 15 Oct 2008 11:46:19 +0000 (11:46 +0000)]
libx11-trim: Fix FILESPATH
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5519
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Wed, 15 Oct 2008 11:42:07 +0000 (11:42 +0000)]
Add libx11-trim git
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5518
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Wed, 15 Oct 2008 11:37:18 +0000 (11:37 +0000)]
u-boot: Set COMPATIBLE_MACHINE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5517
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Richard Purdie [Wed, 15 Oct 2008 11:36:07 +0000 (11:36 +0000)]
x-load: Set COMPATIBLE_MACHINE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5516
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Wed, 15 Oct 2008 11:11:13 +0000 (11:11 +0000)]
libx11-sdk: added git version (based on libx11-diet)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5515
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Wed, 15 Oct 2008 09:35:28 +0000 (09:35 +0000)]
libsyncml: updated to 0.4.7 which builds with libsoup 2.4
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5514
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Wed, 15 Oct 2008 06:26:34 +0000 (06:26 +0000)]
libxtst: bumped PR to force rebuild with newer libxi
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5513
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Wed, 15 Oct 2008 06:26:23 +0000 (06:26 +0000)]
libxtst: depend on libxi to get XInput.h
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5512
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 15:47:45 +0000 (15:47 +0000)]
checksums.ini: added some entries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5511
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 15:45:20 +0000 (15:45 +0000)]
libx11: fixed PV in git versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5510
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 15:45:07 +0000 (15:45 +0000)]
preferred-xorg-versions.inc: updated xdpyinfo version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5509
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 15:44:50 +0000 (15:44 +0000)]
poky-fixed-revisions.inc: added some entries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5508
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Robert Bragg [Tue, 14 Oct 2008 15:24:12 +0000 (15:24 +0000)]
This documents that PE defaults to 0 not 1 as previously written
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5507
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 13:14:54 +0000 (13:14 +0000)]
xexproto: renamed directory to make xextproto-* working
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5506
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Andrzej Zaborowski [Tue, 14 Oct 2008 13:04:39 +0000 (13:04 +0000)]
libowl: delete only libowl.* instead of libowl* on clean-up.
Otherwise innocent libowl-av files get deleted from staging.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5505
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 12:55:42 +0000 (12:55 +0000)]
xserver-kdrive: added patch for 1.3.0.0 to get it built with x11/git
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5504
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 12:09:21 +0000 (12:09 +0000)]
xdpyinfo: updated to 1.0.3
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5503
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 12:07:57 +0000 (12:07 +0000)]
xextproto: added patch from upstream GIT to unbreak xdpyinfo (and others)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5502
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:53:25 +0000 (11:53 +0000)]
poky: use libx11-diet from GIT
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5501
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:53:14 +0000 (11:53 +0000)]
libx11-diet: added GIT version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5500
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:36:35 +0000 (11:36 +0000)]
preferred-xorg-versions.inc: fix libxcb version
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5499
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:15:50 +0000 (11:15 +0000)]
preferred-xorg-versions.inc: prefer GIT versions of x11 libraries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5498
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:15:34 +0000 (11:15 +0000)]
poky-fixed-revisions.inc: added SRCREVs for x11 libraries
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5497
311d38ba -8fff-0310-9ca6-
ca027cbcb966
Marcin Juszkiewicz [Tue, 14 Oct 2008 11:15:23 +0000 (11:15 +0000)]
xcb-proto-native: added to get libxcb buildable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5496
311d38ba -8fff-0310-9ca6-
ca027cbcb966