Martin Jansa [Sun, 6 Dec 2009 18:03:10 +0000 (19:03 +0100)]
opkg: add provides for update-alternatives and set opkg as default u-a provider in sane-feed-ipk
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 6 Dec 2009 18:01:33 +0000 (19:01 +0100)]
shr.conf: remove preferred providers set already in compatibility-providers.conf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 6 Dec 2009 18:01:21 +0000 (19:01 +0100)]
angstrom-2008.1.conf: remove preferred providers set already in compatibility-providers.conf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 6 Dec 2009 17:57:21 +0000 (18:57 +0100)]
minimal.conf: remove preferred providers as the same are defined in compatibility-providers.conf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 6 Dec 2009 17:57:08 +0000 (18:57 +0100)]
micro.conf: remove preferred providers as the same are defined in compatibility-providers.conf
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 6 Dec 2009 17:53:51 +0000 (18:53 +0100)]
bitbake.conf: create compatibility-providers.conf from micro, minimal, angstrom, shr preferred providers
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Henning Heinold [Thu, 3 Dec 2009 23:57:12 +0000 (00:57 +0100)]
asio: update to version 1.4.1
* switch to INC_PR and .inc
Denis 'Gnutoo' Carikli [Mon, 7 Dec 2009 19:22:51 +0000 (20:22 +0100)]
wesnoth: add version 1.6.5
First thanks to:
*hrw for telling me how to solve a complicated libpng3 RDEPENDS problem:
libpng is,as pb_ explained,is renamed to libpng3 in a way that we can't
predict...so the solution was to add libpng3 to RDEPENDS and bitbake
would have renamed it automatically,and it did. thanks a lot!
*Ivanovic in #wesnoth-dev for telling me that removing the cmake script
that finds boost make it uses the one shipped with cmake and so
it finds more recent versions of boost
Tested on:
*shr/merge with om-gta02 machine
*boost 1.41.0(boost 1.40.0 didn't configure for me because of a bug that
made it require MPI)
*640x480 resolution(the campaign don't work in 480x640 because the dialog
of the character that appear at the bottom of the screen trigger assertions
that makes the program abort)
The solution for it would be to re-use the wml and maybe also the
source code of the port wesnoth to the iphone available here:
http://wesnoth.repositoryhosting.com/trac/wesnoth_wesnoth/
the wml files in question are located here:
/usr/share/wesnoth/data/themes/default.cfg
they contain the screen layout definitions.
This recipe compiles wesnoth with tiny GUI,that is better because we can go
in lower resolutions,but the in the game,the forests appear as grass
(that's because of the side effects of resizing a picture)
Khem Raj [Mon, 7 Dec 2009 17:52:13 +0000 (09:52 -0800)]
uclibc-nptl: Update to lastest git rev.
* Add patch to fix build issue in rpc.
* Apply installfix patch to sort out parallel builds.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Philip Balister [Mon, 7 Dec 2009 14:22:27 +0000 (09:22 -0500)]
icu : Convert recipe to use INC_PR.
Sebastian Spaeth [Mon, 7 Dec 2009 15:39:14 +0000 (16:39 +0100)]
shr-splash-theme.inc: add missing _ back to RPROVIDES
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Steffen Sledz [Mon, 7 Dec 2009 14:54:30 +0000 (15:54 +0100)]
linux-2.6.24: enable vfat in kernel for hipox machine
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
Sebastian Spaeth [Mon, 7 Dec 2009 13:54:03 +0000 (14:54 +0100)]
shr-splash,shr-splash-theme-logo: Bump PR
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Sebastian Spaeth [Mon, 7 Dec 2009 13:49:51 +0000 (14:49 +0100)]
shr-splash,shr-splash-theme: Make PREFERRED_PROVIDER work by tweaking R|PROVIDES and DEPENDS
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Sebastian Spaeth [Mon, 7 Dec 2009 13:35:32 +0000 (14:35 +0100)]
shr.conf: Make tux boot splash the default for -unstable (as it effectively already is)
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Denis 'Gnutoo' Carikli [Sun, 6 Dec 2009 22:59:11 +0000 (23:59 +0100)]
boost: add version 1.41.0 and modified boost-14x.inc
*1.41.0 fixes a bug with MPI: in 1.40.0 if you don't have the mpi
libraries installed in your host it fails
*added the dependency on icu because of things like that:
unicode/utypes.h: No such file or directory
*made it install in ${libdir} instead of ${libdir}/boost-${PV}:
thanks woglinde for pointing me that a variable existed for that
that is achieved with -DINSTALL_VERSIONED:BOOL=OFF
*removed an useless like that were here because the recipe was
copied from the split function was copied from an old boost recipe
that used bjam
Leon Woestenberg [Sun, 6 Dec 2009 21:23:51 +0000 (22:23 +0100)]
gcc-configure-cross.inc: Remove bogus rm -rf libiberty.a
This was probably bogusly copied from do_install long ago.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Leon Woestenberg [Sun, 6 Dec 2009 21:21:57 +0000 (22:21 +0100)]
openmoko-alsa-scenarios.bb: Provide a safe SRC_URI default.
I got BB parsing errors on SRC_URI. This is (was) the only
recipe overriding SRC_URI with MACHINE_ARCH. I introduced a
safe fall-back SRC_URI.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Leon Woestenberg [Sun, 6 Dec 2009 21:21:07 +0000 (22:21 +0100)]
machine/ion.conf: Adjust machine arch settings.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Stanislav Brabec [Sun, 6 Dec 2009 21:03:22 +0000 (21:03 +0000)]
matchbox2: Resource ~/.profile correctly.
Frans Meulenbroeks [Sun, 6 Dec 2009 14:42:37 +0000 (15:42 +0100)]
Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org.openembedded.dev
Frans Meulenbroeks [Sun, 6 Dec 2009 14:42:05 +0000 (15:42 +0100)]
mythtv 0.22: updated to new staging
Martin Jansa [Sun, 6 Dec 2009 09:12:25 +0000 (10:12 +0100)]
shr-launcher: bump svnrev and merge recipe do_install changes from c_c
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Sun, 6 Dec 2009 11:25:45 +0000 (12:25 +0100)]
navit: INC_PR for release versions, lost while merging, sorry
Martin Jansa [Sun, 6 Dec 2009 11:04:50 +0000 (12:04 +0100)]
navit: fix merge
Martin Jansa [Sun, 6 Dec 2009 10:46:35 +0000 (11:46 +0100)]
navit: change to INC_PR, bump srcrev, split icons and config for navit_svn
* xpm stuff is updated maybe about 6 times a year, sources are updated
few times every day
* with navit-icons in separate package we don't need to download 3,5MB
package, every time we bump SRCREV because of software fix
* navit-icons SRCREV will be changed only if there is new icon needed
for newer navit SRCREV
* big package was installed by opkg really slow
* provide 2 desktop icons one with Display blanking disabled ie for car
navigation, second with only CPU requested ie if you're using navit on
foot or bike and want longer battery life
* splitted configs are easier to modify, also provide better defaults for
freerunner layout
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Thu, 3 Dec 2009 08:20:17 +0000 (09:20 +0100)]
gst-plugins: disable dvdnav for shr
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Frederik Sdun [Wed, 18 Nov 2009 12:22:58 +0000 (12:22 +0000)]
gypsy: split package, fix compile error (remove werror)
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Mike Westerhof [Sat, 5 Dec 2009 23:30:36 +0000 (17:30 -0600)]
SlugOS: update preferred versions for distro to current
(fixes problem where gphoto and libgphoto fail to build)
Tom [Sat, 5 Dec 2009 16:11:31 +0000 (16:11 +0000)]
shr-wizard: Remove the inclusion of the debug modules to the package
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 19:27:48 +0000 (20:27 +0100)]
e-wm: add patch to not install the illume default keyboards
and RRECOMMEND the new illume-keyboard-default-* ones.
This way they can be easily replaced by others...
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 19:15:10 +0000 (20:15 +0100)]
illume-keyboard-default: new recipe for default illume keyboards
as e-wm will not install them anymore (via a patch to the makefile),
we can put them in extra packages.
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 19:03:45 +0000 (20:03 +0100)]
task-shr-feed: fix illume keyboards
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:37:16 +0000 (19:37 +0100)]
elmdentica: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:27:39 +0000 (19:27 +0100)]
shr-launcher: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:27:27 +0000 (19:27 +0100)]
shr-config: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:27:15 +0000 (19:27 +0100)]
libphone-ui-shr: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:26:59 +0000 (19:26 +0100)]
libframeworkd-phonegui-efl: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:26:38 +0000 (19:26 +0100)]
libframeworkd-phonegui-efl2: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:26:22 +0000 (19:26 +0100)]
ompower: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:26:08 +0000 (19:26 +0100)]
pyefl-sudoku: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:25:52 +0000 (19:25 +0100)]
om-locations: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:25:39 +0000 (19:25 +0100)]
enlazar: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:25:27 +0000 (19:25 +0100)]
diversity-radar: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:25:13 +0000 (19:25 +0100)]
epiano: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:24:57 +0000 (19:24 +0100)]
intone: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:24:44 +0000 (19:24 +0100)]
intone-video: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:24:24 +0000 (19:24 +0100)]
ffalarms: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:24:12 +0000 (19:24 +0100)]
euphony: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:23:57 +0000 (19:23 +0100)]
enotes: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:23:41 +0000 (19:23 +0100)]
comic-reader: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 18:23:18 +0000 (19:23 +0100)]
aceofpenguins-launcher: bump PR to pickup EFL_SRCREV bump
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Sat, 5 Dec 2009 12:09:16 +0000 (13:09 +0100)]
illume-keyboards-shr_git.bb: new recipe
This folds the various illume-keyboard-* that were in the efl1
folder into one recipe in the correct place (e17).
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Mike Westerhof [Sat, 5 Dec 2009 06:13:48 +0000 (00:13 -0600)]
opkg: add opkg-nogpg-nocurl-slugos recipe, update slugos.conf to use it.
This is a temporary measure made necessary by a major set of changes to
the entire set of opkg recipes that not only rendered older versions of
opkg sources unbuildable, it also removed a patch that has not yet been
accepted by opkg upstream. Until these issues can be resolved and
adequate testing on small-memory devices performed, this copy of the
original recipe is a necessary evil that just has to be tolerated.
Mike Westerhof [Sat, 5 Dec 2009 05:40:51 +0000 (23:40 -0600)]
SlugOS: use IPKG_VARIANT instead of identifying the opkg variant by name.
Florian Boor [Fri, 4 Dec 2009 23:24:04 +0000 (00:24 +0100)]
linux-handhelds-2.6: Update cvs recipe to use the patches from 2.6.21-hh20 recipe.
This makes it compile again.
Andrea Adami [Fri, 4 Dec 2009 22:30:47 +0000 (23:30 +0100)]
linux-kexecboot_2.6.32: initial commit.
Klaus Kurzmann [Fri, 4 Dec 2009 22:07:07 +0000 (23:07 +0100)]
task-shr-minimal: add shr-wizard
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Andrea Adami [Fri, 4 Dec 2009 19:51:58 +0000 (20:51 +0100)]
Klaus Kurzmann [Fri, 4 Dec 2009 21:22:06 +0000 (22:22 +0100)]
shr-wizard_git.bb: SRCREV instead of SRCPV
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Klaus Kurzmann [Fri, 4 Dec 2009 21:21:12 +0000 (22:21 +0100)]
shr-wizard_git.bb: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Roger Monk [Fri, 4 Dec 2009 18:36:37 +0000 (18:36 +0000)]
dm355-evm: fix UBOOT machine config
Koen Kooi [Fri, 4 Dec 2009 14:53:23 +0000 (15:53 +0100)]
hawkboard, da850-omapl138-evm: use l138 include
Koen Kooi [Fri, 4 Dec 2009 12:24:01 +0000 (13:24 +0100)]
libgles-omap3, omap3-sgx-modules: switch to new style installjammer unpacker
Koen Kooi [Mon, 16 Nov 2009 09:17:24 +0000 (10:17 +0100)]
recipes/ti: merge in updates
* New codec recipes from Arago team in Germantown
* Updated dm6446 and dm355 from Brijesh Singh
* cmem, gst-ti and dmai fixes from Brijesh Singh
angstrom: introduce SOC_FAMILY and start using it TI recipes as a testing ground
* SOC_FAMILY tells you which system on chip is used in the MACHINE, e.g. omap3, dm355, pxa25x, s3c24xx.
This avoids having to duplicate lots of overrides in machine specific recipes. This is *NOT*
intended to be used as a package arch.
Alan Campbell [Mon, 26 Oct 2009 15:36:10 +0000 (10:36 -0500)]
ti-cs1omap3530: add MP3 decode support to OMAP3 DVSDK 3.0 GA DSP codec-combo
Prerequisites :
- Download MP3 Decoder package from OMAP35x DVSDK 3.0 Download page
- install, untar it
- add the mp3dec codec to the codec-server build via either copying the
directory (recursively), symbolic link to additional repository, or
appending to XDCPATH
Martin Jansa [Fri, 4 Dec 2009 17:02:37 +0000 (18:02 +0100)]
linphone: patch needs CR+LF to apply, sorry for that, now it compiles fine
Martin Jansa [Fri, 4 Dec 2009 16:40:55 +0000 (17:40 +0100)]
checksums.ini: add linphone checksum and move wxWidgets-2.8.10.tar.bz2 checksum to right place
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Martin Jansa [Fri, 4 Dec 2009 15:29:55 +0000 (16:29 +0100)]
linphone: merge missing patch from shr/import
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Koen Kooi [Fri, 4 Dec 2009 14:11:05 +0000 (15:11 +0100)]
ecore: maxrev iconv patch
Koen Kooi [Fri, 4 Dec 2009 13:48:58 +0000 (14:48 +0100)]
linux-omap 2.6.32: bump SRCREV
Martin Jansa [Fri, 4 Dec 2009 12:38:18 +0000 (13:38 +0100)]
task-base: remove quotes around DISTRO_APM
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Sebastian Spaeth [Fri, 4 Dec 2009 11:06:07 +0000 (12:06 +0100)]
fso-apm: remove R|PROVIDES=apm
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Sebastian Spaeth [Fri, 4 Dec 2009 08:07:33 +0000 (09:07 +0100)]
task-base: Introduce DISTRO_APM and convert recipes to use that
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
Marco Cavallini [Fri, 4 Dec 2009 10:41:46 +0000 (11:41 +0100)]
checksums.ini added checksum for wxWidgets-2.8.10
Koen Kooi [Fri, 4 Dec 2009 10:44:14 +0000 (11:44 +0100)]
opkg: bump to r446 to make unarchive errors warnings again
Martin Jansa [Fri, 4 Dec 2009 10:39:46 +0000 (11:39 +0100)]
checksums.ini: add checksums for newer xorg recipes from xorg-7.5 branch
Koen Kooi [Fri, 4 Dec 2009 10:17:57 +0000 (11:17 +0100)]
efl: bump SRCREV to fix some crashes
Koen Kooi [Fri, 4 Dec 2009 10:16:52 +0000 (11:16 +0100)]
Merge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into org.openembedded.dev
Koen Kooi [Fri, 4 Dec 2009 10:14:49 +0000 (11:14 +0100)]
font-util: fix merge damage
Martin Jansa [Sun, 8 Nov 2009 09:03:38 +0000 (10:03 +0100)]
font-util: Fix cross building, use PKG_CONFIG_PATH in MAPFILES_PATH test
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
David-John Willis [Thu, 3 Dec 2009 15:03:47 +0000 (15:03 +0000)]
xorg-font: Add latest versions of the XOrg font packages.
David-John Willis [Thu, 3 Dec 2009 11:41:57 +0000 (11:41 +0000)]
encodings: Add latest Xorg font encodings package 1.0.3.
David-John Willis [Thu, 3 Dec 2009 09:33:59 +0000 (09:33 +0000)]
font-alias: Add 1.0.2
David-John Willis [Thu, 3 Dec 2009 09:32:22 +0000 (09:32 +0000)]
xorg-font: Add INC_PR to all the Xorg fonts.
David-John Willis [Thu, 3 Dec 2009 09:30:27 +0000 (09:30 +0000)]
font-util: Add 1.1.1 target and native.
David-John Willis [Thu, 3 Dec 2009 09:29:33 +0000 (09:29 +0000)]
font-adobe-*dpi: Add 1.0.1 versions of adobe fonts.
David-John Willis [Thu, 3 Dec 2009 09:28:06 +0000 (09:28 +0000)]
xorg-font-common: Update include to deal with newer fonts installed to /usr/share and add INC_PR.
David-John Willis [Thu, 3 Dec 2009 09:25:56 +0000 (09:25 +0000)]
angstrom-2009.X: Add util-macros 1.3.0 as a pref. version.
David-John Willis [Thu, 3 Dec 2009 09:25:05 +0000 (09:25 +0000)]
util-macros: Add 1.3.0 native.
David-John Willis [Wed, 2 Dec 2009 19:27:54 +0000 (19:27 +0000)]
libgksu: Add --disable-gtk-doc to recipe.
David-John Willis [Wed, 2 Dec 2009 16:27:30 +0000 (16:27 +0000)]
xchat 2.8.6: Drop TCL support from build.
David-John Willis [Mon, 30 Nov 2009 08:54:12 +0000 (08:54 +0000)]
devilspie: Add the devilspie daemon - version 0.22.
* devilspie is a small daemon for managing X window behaviour based on rules.
David-John Willis [Sat, 28 Nov 2009 17:06:37 +0000 (17:06 +0000)]
angstrom-2009.X: Bump SDL upto 1.2.14
David-John Willis [Sat, 28 Nov 2009 16:36:13 +0000 (16:36 +0000)]
gigolo: Add build and runtime depends on gvfs (without it, the app is not a lot of use).
David-John Willis [Sat, 28 Nov 2009 08:35:32 +0000 (08:35 +0000)]
libsdl: Add 1.2.14 (and native). Note: Does not use libsdl.inc as that has hacks for older SDL versions.
* Only tested on the OpenPandora under Angstrom currently.
David-John Willis [Thu, 26 Nov 2009 08:45:58 +0000 (08:45 +0000)]
libpng: Add target and native recipes for 1.2.40 with checksums.
David-John Willis [Mon, 9 Nov 2009 07:51:58 +0000 (07:51 +0000)]
zsh: Add recipe for 4.3.10 (latest upstream).
* Checksum was already in OE.
David-John Willis [Sun, 1 Nov 2009 11:31:48 +0000 (11:31 +0000)]
ttf-freefonts: Add GNU FreeFont (Free UCS Outline Fonts) package.
David-John Willis [Sun, 1 Nov 2009 11:30:39 +0000 (11:30 +0000)]
xf86-input-evdev: Add 2.2.6 and 2.3.0 (2.3.0 disabled for now).