]>
code.ossystems Code Review - openembedded-core.git/log
Joshua Lock [Fri, 12 Feb 2010 14:55:32 +0000 (14:55 +0000)]
relocatable.bbclass: Improve logic and style
The initial pass at this class was pretty lame and broke on a lot of native
packages. This rewrite makes the code a lot more dynamic, removing use of hard
coded paths and improving the logic.
The class now runs a chrpath -l over the binary to determine what rpaths are
currently set. It then munges the output and determines relative versions of
each component of the rpath and uses chrpath -r to set them.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Fri, 12 Feb 2010 13:50:19 +0000 (13:50 +0000)]
bitbake: utils.py: Don't error if an exported environment variable is unset (i.e. None)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Thu, 11 Feb 2010 16:11:01 +0000 (16:11 +0000)]
relocatable.bbclass: remove hard-coded rpaths from native binaries
The relocatable path will pre-process built binaries in SYSROOT_DESTDIR and
replace any harcoded dynamic link rpaths with relative paths.
Add an inherit of class in native.bbclass to make our native packages
relocatable and tweak the chrpath recipe so that the native package can make
itself relocatable with the just built chrpath binary.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Thu, 11 Feb 2010 16:09:49 +0000 (16:09 +0000)]
xserver-nodm-init: Make sure kdrive servers have the console keyboard enabled
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 11 Feb 2010 16:06:46 +0000 (16:06 +0000)]
xserver-kdrive: Add keyboard fix (partially from OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 11 Feb 2010 12:18:55 +0000 (12:18 +0000)]
preferred-xorg-versions: Update xserver-kdrive version
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 11 Feb 2010 12:18:25 +0000 (12:18 +0000)]
xserver-xf86: Drop old versions and update xserver-xf86-lite version
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 11 Feb 2010 12:15:06 +0000 (12:15 +0000)]
xserver-kdrive: Add 1.7.99.2
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 11 Feb 2010 12:10:39 +0000 (12:10 +0000)]
calibrateproto: Add missing length fields to X_Replies
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 11 Feb 2010 09:51:55 +0000 (09:51 +0000)]
sharp-flash-header: Convert from leagacy staging
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 11 Feb 2010 09:51:23 +0000 (09:51 +0000)]
binutils: Apply cross compiling changes to libtool since we don't autoreconf
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 11 Feb 2010 09:50:34 +0000 (09:50 +0000)]
keymaps: Use RDEPENDS_${PN}
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Wed, 10 Feb 2010 22:57:20 +0000 (22:57 +0000)]
linux-libc-headers: extend nativesdk for 2.6.29
2.6.29 is the PREFERRED_VERSION of linux-libc-headers for ditro=poky but there
was no buildable recipe for that version. Fix this with a simple BBCLASSEXTEND
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Wed, 10 Feb 2010 22:51:14 +0000 (22:51 +0000)]
preferred-xorg-versions.inc: bump preferred util-macros
We no longer have a recipe for 1.5.0 so bump to 1.6.0
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Khem Raj [Sat, 23 Jan 2010 03:23:00 +0000 (19:23 -0800)]
bitbake: BBHandler: pass lineno and fn to handleMethod
* lineno and fn are needed in handleMethod
to restore the functionality as it was before.
(Bitbake rev:
ac6792045959cfee56279c1c4597521e990848e7 )
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Chris Larson <clarson@kergoth.com>
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Martin Jansa [Fri, 22 Jan 2010 13:20:17 +0000 (14:20 +0100)]
bitbake: parse_py/ConfHandler.py: missing colon after else
(Bitbake rev:
d520ae0764016906ff61ec33b14eabc908aa8408 )
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 21 Jan 2010 13:14:25 +0000 (13:14 +0000)]
bitbake: ConfHandler: Fix require vs. include behaviour
(Bitbake rev:
824a032672c8673cae28e492aa916a4750b94efa )
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Holger Freyther [Sun, 17 May 2009 13:56:40 +0000 (15:56 +0200)]
bitbake: [parser] Move more stuff out the feeder
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Holger Freyther [Sun, 17 May 2009 11:00:42 +0000 (13:00 +0200)]
bitbake: [parse] Move inherit handling to method
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Holger Freyther [Sun, 17 May 2009 10:55:18 +0000 (12:55 +0200)]
bitbake: [parsers] Move out more functions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Holger Freyther [Sun, 17 May 2009 10:42:43 +0000 (12:42 +0200)]
bitbake: [parser] Move more stuff out to separate methods...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Holger Freyther [Sun, 17 May 2009 10:32:36 +0000 (12:32 +0200)]
bitbake: [parser] Move the handling of a method to a function
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>
Holger Freyther [Sun, 17 May 2009 04:19:39 +0000 (06:19 +0200)]
bitbake: [parse] Unify opening a file...
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Holger Freyther [Sun, 17 May 2009 04:06:14 +0000 (06:06 +0200)]
bitbake: [parser] Kill obtain/localpath from the parser
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>
Theodore A. Roth [Mon, 2 Mar 2009 20:08:09 +0000 (12:08 -0800)]
bitbake: usermanual.xml: Add section for ?= var setting.
(Bitbake rev:
df8309c11a43a9488ca25ec114a2dd3d49b041ff )
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Wed, 10 Feb 2010 14:29:36 +0000 (14:29 +0000)]
distros: set xserver-xf86 as default PREFERRED_PROVIDER for virtual/xserver
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Wed, 10 Feb 2010 14:27:21 +0000 (14:27 +0000)]
qemux86: fix setting of preferred provider for virtual/xserver
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>
Joshua Lock [Wed, 10 Feb 2010 14:05:10 +0000 (14:05 +0000)]
moblin-fixed-revisions: bump libdrm version
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Wed, 10 Feb 2010 14:02:50 +0000 (14:02 +0000)]
preferred-xorg-versions: increase various components to match Moblin distro
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>
Joshua Lock [Wed, 10 Feb 2010 14:01:46 +0000 (14:01 +0000)]
libdrm: bump version to 2.4.17 as required by mesa 7.7
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Tue, 9 Feb 2010 12:19:03 +0000 (12:19 +0000)]
poky-default: bump preferred glibc version to 2.9 for Poky distro
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Sun, 7 Feb 2010 12:20:39 +0000 (12:20 +0000)]
ofono: bump to 0.17
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Sun, 7 Feb 2010 12:20:23 +0000 (12:20 +0000)]
connman: bump to 0.48
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Tue, 9 Feb 2010 16:17:42 +0000 (16:17 +0000)]
eds-dbus: Fix DEPENDS, add gnome-keyring and use libsoup-2.4 not libsoup
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Tue, 9 Feb 2010 16:13:37 +0000 (16:13 +0000)]
libpcap: Fix PR
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Tue, 9 Feb 2010 15:23:19 +0000 (15:23 +0000)]
libpcap: fix configure with newer autofoo and fix inherit
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Richard Purdie [Tue, 9 Feb 2010 14:10:26 +0000 (14:10 +0000)]
xorg-macros: 1.5.0 -> 1.6.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 16:03:10 +0000 (16:03 +0000)]
moblin-panel-myzone: Add DEPENDS on libical
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 15:58:21 +0000 (15:58 +0000)]
libical: Add from OE.dev with cleanup
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 15:57:59 +0000 (15:57 +0000)]
eds-dbus: Pull from git, not svn
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 15:56:45 +0000 (15:56 +0000)]
moblin-bleeding: Don't enable a browser for now
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 15:55:16 +0000 (15:55 +0000)]
task-moblin-x11-netbook: Allow browser choice to be overridden
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 14:50:56 +0000 (14:50 +0000)]
moblin-floating-revisions: Use mx branch for moblin-web-browser
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 14:08:37 +0000 (14:08 +0000)]
mesa-dri-git: Handle cross compiling of the glsl utils
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 12:54:32 +0000 (12:54 +0000)]
moblin-fixed-revisions.inc: Update libsocialweb revision
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Fri, 5 Feb 2010 12:41:08 +0000 (12:41 +0000)]
bitbake: fix invalid method and logic
The previous bitbake change included an invalid method call and inverted logic.
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Joshua Lock [Fri, 5 Feb 2010 12:08:15 +0000 (12:08 +0000)]
bitbake: Test premirrors and mirrors in checkstatus()
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>
Richard Purdie [Fri, 5 Feb 2010 12:14:46 +0000 (12:14 +0000)]
bognor-regis: Add missing bickley DEPENDS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 12:14:21 +0000 (12:14 +0000)]
mesa-dri: Use master branch for git versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 12:13:47 +0000 (12:13 +0000)]
xserver-xf86-dri-lite: Update git recipe for latest versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 12:12:55 +0000 (12:12 +0000)]
makedepend/xorg-cf-files: Upgrade to new point releases
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Fri, 5 Feb 2010 12:12:21 +0000 (12:12 +0000)]
util-macros: 1.4.1 -> 1.5.0
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 19:28:20 +0000 (19:28 +0000)]
python.inc: Disable parallel make
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 19:19:52 +0000 (19:19 +0000)]
dpkg: Make sure the -native version doesn't have strange RDEPENDS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 17:31:58 +0000 (17:31 +0000)]
libjana: Use gnome git, not svn
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 16:51:45 +0000 (16:51 +0000)]
tracker: 0.6.95 -> 0.7.18
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 16:35:06 +0000 (16:35 +0000)]
moblin-panel-git: Update DEPENDS for libsocialweb
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 16:31:12 +0000 (16:31 +0000)]
Add libsocialweb
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 14:24:22 +0000 (14:24 +0000)]
clutter-gst: Update revision
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Thu, 4 Feb 2010 14:08:34 +0000 (14:08 +0000)]
bitbake: Fix try_mirrors() logic, was only trying the first mirror.
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>
Richard Purdie [Thu, 4 Feb 2010 13:20:42 +0000 (13:20 +0000)]
task-moblin-standalone-sdk-target: Update clutter-gst/-gtk dependencies
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 13:17:21 +0000 (13:17 +0000)]
hornsey: Update DEPENDS of recent git versions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 12:52:59 +0000 (12:52 +0000)]
Tweak gettext usage
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 12:52:35 +0000 (12:52 +0000)]
gmime: Add from OE.dev with tweaks
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 12:46:10 +0000 (12:46 +0000)]
gamin: Add from OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 12:44:16 +0000 (12:44 +0000)]
tracker: Add from OE.dev
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 12:41:16 +0000 (12:41 +0000)]
clutter-gst/clutter-gtk: Add API versions to the package names and update to the latest code
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 12:08:53 +0000 (12:08 +0000)]
pango-1.22.2: Fix autoconf/automake issue with double header reference
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 12:01:46 +0000 (12:01 +0000)]
poky-default: Upgrade binutils to 2.19
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Thu, 4 Feb 2010 11:17:20 +0000 (11:17 +0000)]
moblin-floating-revisions: Fix missing quote
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Joshua Lock [Wed, 3 Feb 2010 16:08:09 +0000 (16:08 +0000)]
bitbake: if PREMIRRORS set test for local file in FetchData.setup_localpath
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>
Joshua Lock [Tue, 2 Feb 2010 17:57:20 +0000 (17:57 +0000)]
bitbake: Enhance the fetchers' support for local mirrors
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>
Joshua Lock [Mon, 1 Feb 2010 17:39:44 +0000 (17:39 +0000)]
poky.bbclass: Use pokylinux.org stashes as PREMIRRORS for vcs'
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>
Joshua Lock [Mon, 1 Feb 2010 17:36:55 +0000 (17:36 +0000)]
conf: remove references to SRC_TARBALL_STASH
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>
Joshua Lock [Mon, 1 Feb 2010 16:56:16 +0000 (16:56 +0000)]
bitbake: unify mirror support and make it independant of the fetcher
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>
Richard Purdie [Wed, 3 Feb 2010 14:52:15 +0000 (14:52 +0000)]
twitter-glib: Drop merged patch and update revision
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Wed, 3 Feb 2010 14:49:40 +0000 (14:49 +0000)]
moblin-fixed-revisions: Update moblin-app-installer version
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Wed, 3 Feb 2010 09:23:55 +0000 (09:23 +0000)]
xorg-proto: Always depend on util-macros, update gettext dependencies to be inherits
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Wed, 3 Feb 2010 00:29:41 +0000 (00:29 +0000)]
xorg: Bulk version upgrades
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 22:38:10 +0000 (22:38 +0000)]
hornsey: Add mixxing xtst DEPENDS
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 19:54:56 +0000 (19:54 +0000)]
mozilla-headless: Add missing autoconf patch hunk
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 17:54:39 +0000 (17:54 +0000)]
mx: Disable gesture support
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 17:50:55 +0000 (17:50 +0000)]
autoconf: Add missing patch
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 17:36:55 +0000 (17:36 +0000)]
autoconf/automake: Switch to 2.65 and 1.11.1
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 17:29:56 +0000 (17:29 +0000)]
libtool: Add missing patch
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 17:29:08 +0000 (17:29 +0000)]
mozilla-headless: Add patch to enable builds with recent autoconf/automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 16:22:41 +0000 (16:22 +0000)]
xserver-xf86-dri: Fix for recent autoconf+automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 16:21:56 +0000 (16:21 +0000)]
kexec-tools: Fix synatx error with recent autoconf+automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 16:21:05 +0000 (16:21 +0000)]
libatomics-ops: Fix with recent autoconf/automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 16:19:09 +0000 (16:19 +0000)]
libtool: Fix a bug where trailing slash characters could break path comparisions
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 14:35:34 +0000 (14:35 +0000)]
twitter-glib: Add fix for recent autoconf/automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 14:32:39 +0000 (14:32 +0000)]
taglib: 1.5 -> 1.6.1 (and apply autoconf/automake fixes)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Tue, 2 Feb 2010 14:31:30 +0000 (14:31 +0000)]
parted: 1.88 -> 1.9.0 (works with recent autoconf/automake)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 1 Feb 2010 15:02:03 +0000 (15:02 +0000)]
m4: 1.4.12 -> 1.4.13
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 1 Feb 2010 15:01:18 +0000 (15:01 +0000)]
libsndfile1: Add infinite recursion fix for recent autotools
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 1 Feb 2010 13:54:29 +0000 (13:54 +0000)]
libtelepathy: Fix double referenced file causing autoconf/automake issues
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 1 Feb 2010 12:47:29 +0000 (12:47 +0000)]
autoconf-2.65: Ensure autoconf sees our site cache
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 1 Feb 2010 11:57:59 +0000 (11:57 +0000)]
autoconf-2.65: Drop unneeded patches
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 1 Feb 2010 11:48:50 +0000 (11:48 +0000)]
e2fsprogs: Fix configure quoting to work with recent autoconf/automake
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Richard Purdie [Mon, 1 Feb 2010 11:03:45 +0000 (11:03 +0000)]
Add *~ to .gitignore
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>