summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* bitbake: [parser] Move the handling of a method to a functionHolger Freyther2010-02-101-11/+15
| | | | | | | | We want to convert this into a proper AST. So move all such operations to methods... Later change them to generate a node... and create that node from here. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: [parse] Unify opening a file...Holger Freyther2010-02-103-37/+23
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: [parser] Kill obtain/localpath from the parserHolger Freyther2010-02-102-54/+3
| | | | | | | | | With obtain it was possible to use an existing fetcher to download a bb or config file. In practive no one has used it and it was likely broken in regard to depends_cache... Remove it for now, simplfiy the code. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: usermanual.xml: Add section for ?= var setting.Theodore A. Roth2010-02-101-0/+5
| | | | | | (Bitbake rev: df8309c11a43a9488ca25ec114a2dd3d49b041ff) Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* distros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserverJoshua Lock2010-02-102-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* qemux86: fix setting of preferred provider for virtual/xserverJoshua Lock2010-02-102-7/+8
| | | | | | | Change the virtual/xserver preferred provider in qemu.inc to a soft assign and set preferred provider in qemux86 before the require so that the value is retained. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* moblin-fixed-revisions: bump libdrm versionJoshua Lock2010-02-101-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* preferred-xorg-versions: increase various components to match Moblin distroJoshua Lock2010-02-101-4/+4
| | | | | | | Switch to using xserver-xf86-dri-lite 1.7.99.2 and the updated dependencies it requires by default. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libdrm: bump version to 2.4.17 as required by mesa 7.7Joshua Lock2010-02-102-0/+0
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* poky-default: bump preferred glibc version to 2.9 for Poky distroJoshua Lock2010-02-101-4/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* ofono: bump to 0.17Joshua Lock2010-02-092-3/+4
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* connman: bump to 0.48Joshua Lock2010-02-091-2/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* eds-dbus: Fix DEPENDS, add gnome-keyring and use libsoup-2.4 not libsoupJoshua Lock2010-02-091-2/+2
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libpcap: Fix PRJoshua Lock2010-02-091-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libpcap: fix configure with newer autofoo and fix inheritJoshua Lock2010-02-092-3/+20
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* xorg-macros: 1.5.0 -> 1.6.0Richard Purdie2010-02-091-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin-panel-myzone: Add DEPENDS on libicalRichard Purdie2010-02-051-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libical: Add from OE.dev with cleanupRichard Purdie2010-02-051-0/+8
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* eds-dbus: Pull from git, not svnRichard Purdie2010-02-057-45/+90
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin-bleeding: Don't enable a browser for nowRichard Purdie2010-02-051-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-moblin-x11-netbook: Allow browser choice to be overriddenRichard Purdie2010-02-051-2/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin-floating-revisions: Use mx branch for moblin-web-browserRichard Purdie2010-02-052-1/+5
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* mesa-dri-git: Handle cross compiling of the glsl utilsRichard Purdie2010-02-051-2/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin-fixed-revisions.inc: Update libsocialweb revisionRichard Purdie2010-02-051-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: fix invalid method and logicJoshua Lock2010-02-051-3/+3
| | | | | | The previous bitbake change included an invalid method call and inverted logic. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock2010-02-051-4/+18
| | | | | | | | | | | | checkstatus() is used to ensure we can fetch a copy of each file, so it makes sense to also test PREMIRRORS and MIRRORS in the method. This patch adds calls to try_mirrors() to the Fetch.checkstatus() method and changes the try_mirrors() method to take a check argument, which is False by default. When check is True try_mirrors() will call a fetchers checkstatus() with the replaced uri. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* bognor-regis: Add missing bickley DEPENDSRichard Purdie2010-02-051-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* mesa-dri: Use master branch for git versionsRichard Purdie2010-02-051-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* xserver-xf86-dri-lite: Update git recipe for latest versionsRichard Purdie2010-02-052-5/+30
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* makedepend/xorg-cf-files: Upgrade to new point releasesRichard Purdie2010-02-052-0/+0
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* util-macros: 1.4.1 -> 1.5.0Richard Purdie2010-02-052-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* python.inc: Disable parallel makeRichard Purdie2010-02-041-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* dpkg: Make sure the -native version doesn't have strange RDEPENDSRichard Purdie2010-02-041-0/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* libjana: Use gnome git, not svnRichard Purdie2010-02-045-10/+10
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* tracker: 0.6.95 -> 0.7.18Richard Purdie2010-02-049-1055/+26
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin-panel-git: Update DEPENDS for libsocialwebRichard Purdie2010-02-044-3/+7
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Add libsocialwebRichard Purdie2010-02-045-0/+22
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* clutter-gst: Update revisionRichard Purdie2010-02-042-2/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock2010-02-041-1/+2
| | | | | | | | | The logic in try_mirrors() was buggy such that only the first entry in the mirrors list was tried. This patch fixes this. Thanks to Richard for the review. Signed-off-by: Joshua Lock <josh@linux.intel.com>
* task-moblin-standalone-sdk-target: Update clutter-gst/-gtk dependenciesRichard Purdie2010-02-041-4/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* hornsey: Update DEPENDS of recent git versionsRichard Purdie2010-02-042-2/+4
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Tweak gettext usageRichard Purdie2010-02-041-3/+3
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gmime: Add from OE.dev with tweaksRichard Purdie2010-02-043-0/+37
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* gamin: Add from OE.devRichard Purdie2010-02-042-0/+63
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* tracker: Add from OE.devRichard Purdie2010-02-048-0/+1111
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* clutter-gst/clutter-gtk: Add API versions to the package names and update to ↵Richard Purdie2010-02-0411-24/+713
| | | | | | the latest code Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* pango-1.22.2: Fix autoconf/automake issue with double header referenceRichard Purdie2010-02-042-0/+20
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-default: Upgrade binutils to 2.19Richard Purdie2010-02-041-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* moblin-floating-revisions: Fix missing quoteRichard Purdie2010-02-041-1/+1
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock2010-02-041-8/+22
| | | | | | | | | | When we are using PREMIRRORS it's possible a mirror in the local namespace (some filesystem path, i.e. an NFS share) provides read-only files. This is a perfectly valid scenario so this patch fixes bitbake so that for such a scenario locapath is set to the files path rather than some child of DL_DIR. Signed-off-by: Joshua Lock <josh@linux.intel.com>