openembedded.git
15 years agoopkg: add provides for update-alternatives and set opkg as default u-a provider in...
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>
15 years agoshr.conf: remove preferred providers set already in compatibility-providers.conf
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>
15 years agoangstrom-2008.1.conf: remove preferred providers set already in compatibility-provide...
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>
15 years agominimal.conf: remove preferred providers as the same are defined in compatibility...
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>
15 years agomicro.conf: remove preferred providers as the same are defined in compatibility-provi...
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>
15 years agobitbake.conf: create compatibility-providers.conf from micro, minimal, angstrom,...
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>
15 years agoasio: update to version 1.4.1
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

15 years agowesnoth: add version 1.6.5
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)

15 years agouclibc-nptl: Update to lastest git rev.
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>
15 years agoicu : Convert recipe to use INC_PR.
Philip Balister [Mon, 7 Dec 2009 14:22:27 +0000 (09:22 -0500)]
icu : Convert recipe to use INC_PR.

15 years agoshr-splash-theme.inc: add missing _ back to RPROVIDES
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>
15 years agolinux-2.6.24: enable vfat in kernel for hipox machine
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>
15 years agoshr-splash,shr-splash-theme-logo: Bump PR
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>
15 years agoshr-splash,shr-splash-theme: Make PREFERRED_PROVIDER work by tweaking R|PROVIDES...
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>
15 years agoshr.conf: Make tux boot splash the default for -unstable (as it effectively already is)
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>
15 years agoboost: add version 1.41.0 and modified boost-14x.inc
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

15 years agogcc-configure-cross.inc: Remove bogus rm -rf libiberty.a
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>
15 years agoopenmoko-alsa-scenarios.bb: Provide a safe SRC_URI default.
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>
15 years agomachine/ion.conf: Adjust machine arch settings.
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>
15 years agomatchbox2: Resource ~/.profile correctly.
Stanislav Brabec [Sun, 6 Dec 2009 21:03:22 +0000 (21:03 +0000)]
matchbox2: Resource ~/.profile correctly.

15 years agoMerge branch 'org.openembedded.dev' of git.openembedded.org:openembedded into org...
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

15 years agomythtv 0.22: updated to new staging
Frans Meulenbroeks [Sun, 6 Dec 2009 14:42:05 +0000 (15:42 +0100)]
mythtv 0.22: updated to new staging

15 years agoshr-launcher: bump svnrev and merge recipe do_install changes from c_c
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>
15 years agonavit: INC_PR for release versions, lost while merging, sorry
Martin Jansa [Sun, 6 Dec 2009 11:25:45 +0000 (12:25 +0100)]
navit: INC_PR for release versions, lost while merging, sorry

15 years agonavit: fix merge
Martin Jansa [Sun, 6 Dec 2009 11:04:50 +0000 (12:04 +0100)]
navit: fix merge

15 years agonavit: change to INC_PR, bump srcrev, split icons and config for navit_svn
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>
15 years agogst-plugins: disable dvdnav for shr
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>
15 years agogypsy: split package, fix compile error (remove werror)
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>
15 years agoSlugOS: update preferred versions for distro to current
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)

15 years agoshr-wizard: Remove the inclusion of the debug modules to the package
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>
15 years agoe-wm: add patch to not install the illume default keyboards
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>
15 years agoillume-keyboard-default: new recipe for default illume keyboards
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>
15 years agotask-shr-feed: fix illume keyboards
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>
15 years agoelmdentica: bump PR to pickup EFL_SRCREV bump
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>
15 years agoshr-launcher: bump PR to pickup EFL_SRCREV bump
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>
15 years agoshr-config: bump PR to pickup EFL_SRCREV bump
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>
15 years agolibphone-ui-shr: bump PR to pickup EFL_SRCREV bump
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>
15 years agolibframeworkd-phonegui-efl: bump PR to pickup EFL_SRCREV bump
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>
15 years agolibframeworkd-phonegui-efl2: bump PR to pickup EFL_SRCREV bump
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>
15 years agoompower: bump PR to pickup EFL_SRCREV bump
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>
15 years agopyefl-sudoku: bump PR to pickup EFL_SRCREV bump
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>
15 years agoom-locations: bump PR to pickup EFL_SRCREV bump
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>
15 years agoenlazar: bump PR to pickup EFL_SRCREV bump
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>
15 years agodiversity-radar: bump PR to pickup EFL_SRCREV bump
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>
15 years agoepiano: bump PR to pickup EFL_SRCREV bump
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>
15 years agointone: bump PR to pickup EFL_SRCREV bump
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>
15 years agointone-video: bump PR to pickup EFL_SRCREV bump
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>
15 years agoffalarms: bump PR to pickup EFL_SRCREV bump
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>
15 years agoeuphony: bump PR to pickup EFL_SRCREV bump
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>
15 years agoenotes: bump PR to pickup EFL_SRCREV bump
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>
15 years agocomic-reader: bump PR to pickup EFL_SRCREV bump
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>
15 years agoaceofpenguins-launcher: bump PR to pickup EFL_SRCREV bump
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>
15 years agoillume-keyboards-shr_git.bb: new recipe
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>
15 years agoopkg: add opkg-nogpg-nocurl-slugos recipe, update slugos.conf to use it.
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.

15 years agoSlugOS: use IPKG_VARIANT instead of identifying the opkg variant by name.
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.

15 years agolinux-handhelds-2.6: Update cvs recipe to use the patches from 2.6.21-hh20 recipe.
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.

15 years agolinux-kexecboot_2.6.32: initial commit.
Andrea Adami [Fri, 4 Dec 2009 22:30:47 +0000 (23:30 +0100)]
linux-kexecboot_2.6.32: initial commit.

15 years agotask-shr-minimal: add shr-wizard
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>
15 years agokexecboot_git: bump to 456e052144f58d3c1116a38cbb5caa44c070bce8. Bump
Andrea Adami [Fri, 4 Dec 2009 19:51:58 +0000 (20:51 +0100)]
kexecboot_git: bump to 456e052144f58d3c1116a38cbb5caa44c070bce8. Bump
PR.

15 years agoshr-wizard_git.bb: SRCREV instead of SRCPV
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>
15 years agoshr-wizard_git.bb: new recipe
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>
15 years agodm355-evm: fix UBOOT machine config
Roger Monk [Fri, 4 Dec 2009 18:36:37 +0000 (18:36 +0000)]
dm355-evm: fix UBOOT machine config

15 years agohawkboard, da850-omapl138-evm: use l138 include
Koen Kooi [Fri, 4 Dec 2009 14:53:23 +0000 (15:53 +0100)]
hawkboard, da850-omapl138-evm: use l138 include

15 years agolibgles-omap3, omap3-sgx-modules: switch to new style installjammer unpacker
Koen Kooi [Fri, 4 Dec 2009 12:24:01 +0000 (13:24 +0100)]
libgles-omap3, omap3-sgx-modules: switch to new style installjammer unpacker

15 years agorecipes/ti: merge in updates
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.

15 years agoti-cs1omap3530: add MP3 decode support to OMAP3 DVSDK 3.0 GA DSP codec-combo
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

15 years agolinphone: patch needs CR+LF to apply, sorry for that, now it compiles fine
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

15 years agochecksums.ini: add linphone checksum and move wxWidgets-2.8.10.tar.bz2 checksum to...
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>
15 years agolinphone: merge missing patch from shr/import
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>
15 years agoecore: maxrev iconv patch
Koen Kooi [Fri, 4 Dec 2009 14:11:05 +0000 (15:11 +0100)]
ecore: maxrev iconv patch

15 years agolinux-omap 2.6.32: bump SRCREV
Koen Kooi [Fri, 4 Dec 2009 13:48:58 +0000 (14:48 +0100)]
linux-omap 2.6.32: bump SRCREV

15 years agotask-base: remove quotes around DISTRO_APM
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>
15 years agofso-apm: remove R|PROVIDES=apm
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>
15 years agotask-base: Introduce DISTRO_APM and convert recipes to use that
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>
15 years agochecksums.ini added checksum for wxWidgets-2.8.10
Marco Cavallini [Fri, 4 Dec 2009 10:41:46 +0000 (11:41 +0100)]
checksums.ini added checksum for wxWidgets-2.8.10

15 years agoopkg: bump to r446 to make unarchive errors warnings again
Koen Kooi [Fri, 4 Dec 2009 10:44:14 +0000 (11:44 +0100)]
opkg: bump to r446 to make unarchive errors warnings again

15 years agochecksums.ini: add checksums for newer xorg recipes from xorg-7.5 branch
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

15 years agoefl: bump SRCREV to fix some crashes
Koen Kooi [Fri, 4 Dec 2009 10:17:57 +0000 (11:17 +0100)]
efl: bump SRCREV to fix some crashes

15 years agoMerge branch 'org.openembedded.dev' of git@git.openembedded.org:openembedded into...
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

15 years agofont-util: fix merge damage
Koen Kooi [Fri, 4 Dec 2009 10:14:49 +0000 (11:14 +0100)]
font-util: fix merge damage

15 years agofont-util: Fix cross building, use PKG_CONFIG_PATH in MAPFILES_PATH test
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>
15 years agoxorg-font: Add latest versions of the XOrg font packages.
David-John Willis [Thu, 3 Dec 2009 15:03:47 +0000 (15:03 +0000)]
xorg-font: Add latest versions of the XOrg font packages.

15 years agoencodings: Add latest Xorg font encodings package 1.0.3.
David-John Willis [Thu, 3 Dec 2009 11:41:57 +0000 (11:41 +0000)]
encodings: Add latest Xorg font encodings package 1.0.3.

15 years agofont-alias: Add 1.0.2
David-John Willis [Thu, 3 Dec 2009 09:33:59 +0000 (09:33 +0000)]
font-alias: Add 1.0.2

15 years agoxorg-font: Add INC_PR to all the Xorg fonts.
David-John Willis [Thu, 3 Dec 2009 09:32:22 +0000 (09:32 +0000)]
xorg-font: Add INC_PR to all the Xorg fonts.

15 years agofont-util: Add 1.1.1 target and native.
David-John Willis [Thu, 3 Dec 2009 09:30:27 +0000 (09:30 +0000)]
font-util: Add 1.1.1 target and native.

15 years agofont-adobe-*dpi: Add 1.0.1 versions of adobe fonts.
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.

15 years agoxorg-font-common: Update include to deal with newer fonts installed to /usr/share...
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.

15 years agoangstrom-2009.X: Add util-macros 1.3.0 as a pref. version.
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.

15 years agoutil-macros: Add 1.3.0 native.
David-John Willis [Thu, 3 Dec 2009 09:25:05 +0000 (09:25 +0000)]
util-macros: Add 1.3.0 native.

15 years agolibgksu: Add --disable-gtk-doc to recipe.
David-John Willis [Wed, 2 Dec 2009 19:27:54 +0000 (19:27 +0000)]
libgksu: Add --disable-gtk-doc to recipe.

15 years agoxchat 2.8.6: Drop TCL support from build.
David-John Willis [Wed, 2 Dec 2009 16:27:30 +0000 (16:27 +0000)]
xchat 2.8.6: Drop TCL support from build.

15 years agodevilspie: Add the devilspie daemon - version 0.22.
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.

15 years agoangstrom-2009.X: Bump SDL upto 1.2.14
David-John Willis [Sat, 28 Nov 2009 17:06:37 +0000 (17:06 +0000)]
angstrom-2009.X: Bump SDL upto 1.2.14

15 years agogigolo: Add build and runtime depends on gvfs (without it, the app is not a lot of...
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).

15 years agolibsdl: Add 1.2.14 (and native). Note: Does not use libsdl.inc as that has hacks...
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.

15 years agolibpng: Add target and native recipes for 1.2.40 with checksums.
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.

15 years agozsh: Add recipe for 4.3.10 (latest upstream).
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.

15 years agottf-freefonts: Add GNU FreeFont (Free UCS Outline Fonts) package.
David-John Willis [Sun, 1 Nov 2009 11:31:48 +0000 (11:31 +0000)]
ttf-freefonts: Add GNU FreeFont (Free UCS Outline Fonts) package.

15 years agoxf86-input-evdev: Add 2.2.6 and 2.3.0 (2.3.0 disabled for now).
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).