summaryrefslogtreecommitdiff
path: root/recipes
AgeCommit message (Collapse)AuthorFiles
2009-12-09elementary: readd RDEPENDS on elementary-themes, accidentally removed in ↵Martin Jansa1
51d8c69272483d1749587ba589f038e81718afc3 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-09linux-omap 2.6.32: bump SRCREVKoen Kooi3
* Special thanks to Mike R. for updating the cm-t35 patches so quickly!
2009-12-09midori: delete extranous patch file from previous commit again.Sebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-09midori_0.2.1: update shr specific parts of the recipeThomas Zimmermann4
* Update default config * Add patch (from upstream) to retain the visibility of the navigationbar in fullscreen mode. It can be hidden manually, the way it used to be in 0.2.0 * This closes SHR bug #768 Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-09obexpush: create /var/obexpush on installationBenjamin Schieder1
* it is the default path in the ARGS, so it should better exist Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-09xserver-xorg-conf: add cm-t35 supportMike Rapoport2
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
2009-12-09angstrom-led-config: Add LED setup for the cm-t35 and bump PR.Mike Rapoport2
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
2009-12-09linux-omap 2.6.32: add cm-t35 supportMike Rapoport8
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
2009-12-09u-boot git: add cm-t35 supportMike Rapoport2
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
2009-12-09dvnixload_0.2.6.bb : add tool to download to davinci chipsGraeme Gregory1
Using BBCLASSEXTEN = "native" to give a native version too
2009-12-09linux-kexecboot_2.6.32:[Zaurus] unbreak boot from nand (add old patch).Andrea Adami1
2009-12-08eve: bump PR to pickup new EFL_SRCREVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-08libomx-bellagio: added version 0.9.2Liam Girdwood1
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
2009-12-08shr-launcher, e-tasks: bump srcrev, remove sed from recipe as fix applied ↵Martin Jansa2
upstream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08libdessert: introduce framework to develop routing protocolsHenning Heinold2
2009-12-08libcli: introduce cisco ios command line like libraryHenning Heinold2
2009-12-08e-tasks: bump srcrev, update recipe from c_c, fix docs dirMartin Jansa2
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08epdfview: add icon for shr and recipe for svn versionThomas Zimmermann3
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08opkg: add provides for update-alternatives and set opkg as default u-a ↵Martin Jansa4
provider in sane-feed-ipk Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-07asio: update to version 1.4.1Henning Heinold3
* switch to INC_PR and .inc
2009-12-07wesnoth: add version 1.6.5Denis 'Gnutoo' Carikli1
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)
2009-12-07uclibc-nptl: Update to lastest git rev.Khem Raj3
* 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>
2009-12-07icu : Convert recipe to use INC_PR.Philip Balister3
2009-12-07shr-splash-theme.inc: add missing _ back to RPROVIDESSebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-07linux-2.6.24: enable vfat in kernel for hipox machineSteffen Sledz1
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
2009-12-07shr-splash,shr-splash-theme-logo: Bump PRSebastian Spaeth2
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-07shr-splash,shr-splash-theme: Make PREFERRED_PROVIDER work by tweaking ↵Sebastian Spaeth2
R|PROVIDES and DEPENDS Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-07boost: add version 1.41.0 and modified boost-14x.incDenis 'Gnutoo' Carikli3
*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
2009-12-06gcc-configure-cross.inc: Remove bogus rm -rf libiberty.aLeon Woestenberg1
This was probably bogusly copied from do_install long ago. Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
2009-12-06openmoko-alsa-scenarios.bb: Provide a safe SRC_URI default.Leon Woestenberg1
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>
2009-12-06matchbox2: Resource ~/.profile correctly.Stanislav Brabec2
2009-12-06Merge branch 'org.openembedded.dev' of git.openembedded.org:openembedded ↵Frans Meulenbroeks22
into org.openembedded.dev
2009-12-06mythtv 0.22: updated to new stagingFrans Meulenbroeks1
2009-12-06shr-launcher: bump svnrev and merge recipe do_install changes from c_cMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-06navit: INC_PR for release versions, lost while merging, sorryMartin Jansa3
2009-12-06navit: fix mergeMartin Jansa1
2009-12-06navit: change to INC_PR, bump srcrev, split icons and config for navit_svnMartin Jansa15
* 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>
2009-12-06gst-plugins: disable dvdnav for shrMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-06gypsy: split package, fix compile error (remove werror)Frederik Sdun3
Signed-off-by: Frederik 'playya' Sdun <Frederik.Sdun@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-05shr-wizard: Remove the inclusion of the debug modules to the packageTom1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-05e-wm: add patch to not install the illume default keyboardsKlaus Kurzmann2
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>
2009-12-05illume-keyboard-default: new recipe for default illume keyboardsKlaus Kurzmann1
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>
2009-12-05task-shr-feed: fix illume keyboardsKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-05elmdentica: bump PR to pickup EFL_SRCREV bumpKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-05shr-launcher: bump PR to pickup EFL_SRCREV bumpKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-05shr-config: bump PR to pickup EFL_SRCREV bumpKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-05libphone-ui-shr: bump PR to pickup EFL_SRCREV bumpKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-05libframeworkd-phonegui-efl: bump PR to pickup EFL_SRCREV bumpKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-05libframeworkd-phonegui-efl2: bump PR to pickup EFL_SRCREV bumpKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-05ompower: bump PR to pickup EFL_SRCREV bumpKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>