summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2010-02-10distros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserverJoshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10qemux86: fix setting of preferred provider for virtual/xserverJoshua Lock2
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>
2010-02-10moblin-fixed-revisions: bump libdrm versionJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10preferred-xorg-versions: increase various components to match Moblin distroJoshua Lock1
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>
2010-02-10libdrm: bump version to 2.4.17 as required by mesa 7.7Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-10poky-default: bump preferred glibc version to 2.9 for Poky distroJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09ofono: bump to 0.17Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09connman: bump to 0.48Joshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09eds-dbus: Fix DEPENDS, add gnome-keyring and use libsoup-2.4 not libsoupJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09libpcap: Fix PRJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09libpcap: fix configure with newer autofoo and fix inheritJoshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-09xorg-macros: 1.5.0 -> 1.6.0Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05moblin-panel-myzone: Add DEPENDS on libicalRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05libical: Add from OE.dev with cleanupRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05eds-dbus: Pull from git, not svnRichard Purdie7
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05moblin-bleeding: Don't enable a browser for nowRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05task-moblin-x11-netbook: Allow browser choice to be overriddenRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05moblin-floating-revisions: Use mx branch for moblin-web-browserRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05mesa-dri-git: Handle cross compiling of the glsl utilsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05moblin-fixed-revisions.inc: Update libsocialweb revisionRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05bitbake: fix invalid method and logicJoshua Lock1
The previous bitbake change included an invalid method call and inverted logic. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-05bitbake: Test premirrors and mirrors in checkstatus()Joshua Lock1
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>
2010-02-05bognor-regis: Add missing bickley DEPENDSRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05mesa-dri: Use master branch for git versionsRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05xserver-xf86-dri-lite: Update git recipe for latest versionsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05makedepend/xorg-cf-files: Upgrade to new point releasesRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-05util-macros: 1.4.1 -> 1.5.0Richard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04python.inc: Disable parallel makeRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04dpkg: Make sure the -native version doesn't have strange RDEPENDSRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04libjana: Use gnome git, not svnRichard Purdie5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04tracker: 0.6.95 -> 0.7.18Richard Purdie9
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04moblin-panel-git: Update DEPENDS for libsocialwebRichard Purdie4
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04Add libsocialwebRichard Purdie5
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04clutter-gst: Update revisionRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04bitbake: Fix try_mirrors() logic, was only trying the first mirror.Joshua Lock1
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>
2010-02-04task-moblin-standalone-sdk-target: Update clutter-gst/-gtk dependenciesRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04hornsey: Update DEPENDS of recent git versionsRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04Tweak gettext usageRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04gmime: Add from OE.dev with tweaksRichard Purdie3
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04gamin: Add from OE.devRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04tracker: Add from OE.devRichard Purdie8
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04clutter-gst/clutter-gtk: Add API versions to the package names and update to ↵Richard Purdie11
the latest code Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04pango-1.22.2: Fix autoconf/automake issue with double header referenceRichard Purdie2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04poky-default: Upgrade binutils to 2.19Richard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04moblin-floating-revisions: Fix missing quoteRichard Purdie1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-02-04bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpathJoshua Lock1
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>
2010-02-04bitbake: Enhance the fetchers' support for local mirrorsJoshua Lock1
Modify the try_mirrors() function to return the localpath of the fetched file and update the data dictionary to reflect this. Secondly the metadata files, lock and md5, should always be stored relative to the ${DL_DIR} as it is possible that the localpath is a read-only directory, for example in the scenario where there is a read-only file:// mirror. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-04poky.bbclass: Use pokylinux.org stashes as PREMIRRORS for vcs'Joshua Lock1
Check the tarball stash on pokylinux.org before hitting the upstream version control systems. This is friendlier to the upstream repositories than us hammering their bandwidth. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-04conf: remove references to SRC_TARBALL_STASHJoshua Lock3
SRC_TARBALL_STASH is deprecated, the same functionality can be acheived with PREMIRRORS, so remove references to it from configuration files. Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-02-04bitbake: unify mirror support and make it independant of the fetcherJoshua Lock10
This patch serves two purposes. Firstly it unifies the concept of mirrors into PREMIRRORS and MIRRORS. PREMIRRORS are tried before the SRC_URI defined in the recipe whereas MIRRORS are tried only if that fails. The tarball stash was conceptually inline with a PREMIRROR only with special handling within the wget fetcher and therefore only worked with certain fetch types. Secondly the patch removes the need for individual fetch implementations to worry about mirror handling. With this patch, the base fetch implementation will first try to use a PREMIRROR to fetch the desired object, if this fails the native fetch method for the object will be tried and if this fails will try to fetch a copy from one of the MIRRORS. Signed-off-by: Joshua Lock <josh@linux.intel.com>