summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFiles
2009-12-09udev: exclude mtd* from persistent storage rulesMaxime Petazzoni8
Exclude mtd* devices from the persistent storage rules to avoid invalid vol_id invocations on MTD partitions that may not be accessible. Signed-off-by: Maxime Petazzoni <mpetazzoni@mvista.com>
2009-12-09uclibc-nptl: Set UCLIBC_HAS_LIBUTIL=yKhem Raj1
* Some recipes like sysvinit checks for libutils Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-09glib-2.0_2.22.1: Fix configure to test res_query by including resolv.hKhem Raj2
* uclibc does not export res_query as weak like glibc, instead it exports __res_query and then in resolv.h it defines res_query as __res_query, the check for this fuction in configure checked the availability in every way except it did not check if the function is in C library by including resolv.h. Without resolv.h the function is reported as undefined. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-09libdessert: update autotools.patch and bump PRHenning Heinold2
2009-12-09poptop, rp-pppoe: INITSCRIPT_PARAMS 08 is not octal number, lower values are ↵Martin Jansa2
considered octal too, but its OK for < 08
2009-12-09obexpush: update INITSCRIPT_PARAMS to use only one digit paramMartin Jansa1
* update-rc.d_0.7 calls "printf %02d 09" inside and 09 is considered as octal number and it fails, then stop parameter is used as 00 and "sh: 09: invalid number" is shown in postinst. * Maybe this should be fixed in update-rc.d as it suggests to use both digits "update-rc.d [-n] [-r <root>] [-s] <basename> defaults [NN | sNN kNN]" which is quite misleading as you cannot use 's' or 'k' as prefix. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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-09site/: Change the db_cv_mutex site defaults for dbBrian Pomerantz4
The rpm build is failing on the internal db3 build because it thinks db_cv_mutex=no is telling it that "no" is the mutext type. Setting this to proper values for the platforms that didn't have them set already should fix the rpm builds. Signed-off-by: Brian Pomerantz <bapper@mvista.com>
2009-12-09site/x86_64-linux: Add a few missing test results.Chris Larson1
Signed-off-by: Chris Larson <clarson@mvista.com>
2009-12-09site/x86_64-linux: Add in some test results for sudo, ORBit and IDL.Jeremy Puhlman1
Signed-off-by: Jeremy Puhlman <jpuhlman@mvista.com>
2009-12-09sane-srcrevs: bump shr-settingsSebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
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-09cm-t35: add machine configurationMike Rapoport1
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 Gregory2
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-08sane-srcrevs-fso.inc: bump rev for libframeworkd-glibKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-08eve: bump PR to pickup new EFL_SRCREVKlaus Kurzmann1
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2009-12-08contrib/angstrom/omap3-mkcard.sh : add script for formatting cards for omap3Graeme Gregory1
2009-12-08libomx-bellagio: added version 0.9.2Liam Girdwood2
Signed-off-by: Liam Girdwood <lrg@slimlogic.co.uk>
2009-12-08sane-srcrevs: bump shr-settingsSebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-08sane-srcrevs: bump shr-related elementary-* themesSebastian Spaeth1
Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
2009-12-08shr-launcher, e-tasks: bump srcrev, remove sed from recipe as fix applied ↵Martin Jansa3
upstream Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08libdessert: introduce framework to develop routing protocolsHenning Heinold3
2009-12-08libcli: introduce cisco ios command line like libraryHenning Heinold3
2009-12-08e-tasks: bump srcrev, update recipe from c_c, fix docs dirMartin Jansa3
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08compatibility-providers: update frameworkd-configMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08epdfview: add icon for shr and recipe for svn versionThomas Zimmermann4
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 Jansa10
provider in sane-feed-ipk Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08shr.conf: remove preferred providers set already in compatibility-providers.confMartin Jansa1
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08angstrom-2008.1.conf: remove preferred providers set already in ↵Martin Jansa1
compatibility-providers.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08minimal.conf: remove preferred providers as the same are defined in ↵Martin Jansa1
compatibility-providers.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08micro.conf: remove preferred providers as the same are defined in ↵Martin Jansa1
compatibility-providers.conf Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-08bitbake.conf: create compatibility-providers.conf from micro, minimal, ↵Martin Jansa2
angstrom, shr preferred providers Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-12-07asio: update to version 1.4.1Henning Heinold4
* 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-07shr.conf: Make tux boot splash the default for -unstable (as it effectively ↵Sebastian Spaeth1
already is) 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