summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
Commit message (Collapse)AuthorAgeFilesLines
* More quoting fixesMartin Jansa2012-02-261-1/+1
| | | | | | | | | | * We have various variables which are either not quoted at all or are half quoted. This patch fixes the bad exmaples so everything is consistent. (From OE-Core rev: 960ee8076e860353a05eb2eb7f825a455c54698d) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eds-tools: Update it to fix the build errorWenzong Fan2012-02-211-3/+5
| | | | | | | | | | | | | | | | The head file 'libedataserver/e-data-server-module.h' has been moved to 'libebackend/e-data-server-module.h', just update eds-tools to get the latest changes for fixing the path of 'e-data-server-module.h'. Also update its recipe file to reflect it has been converted to git repo and split all generated binaries to correct packages. [YOCTO#1786] (From OE-Core rev: 38d74ee1fe6f28ec4d7db79f550c7d2830d922fb) Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: bump PR to rebuild .la files without libz.laMartin Jansa2012-02-217-7/+7
| | | | | | | (From OE-Core rev: 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj2012-02-104-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Dont use autotools, it really not so autoconf like. the configure script gets updated with every release of zlib and we overwrite that. Instead use the upstream provided configure copyright year was changed in zlib.h which caused change in LIC_FILE_CHECKSUM fix.inverted.LFS.logic.patch is already applied upstream so drop it Drop the configure.ac and Makefile.am scripts since we do not autoreconf anymore and do not inherit autotools anymore Bump PR for depending recipes so a rebuild it ensues so that they dont depend on .la anymore and add missing dependencies discovered during incremental build (From OE-Core rev: 50ad5230ea9e0982cdfda23fb9fcfccf89d28f29) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Make webgl support configurable via DISTRO_FEATURES.Peter Tworek2012-02-081-1/+3
| | | | | | | | | | | | * Add missing dependency on virtual/libgl. * Make webgl configurable via DISTRO_FEATURES="opengl". * Run tested on netbook pro. (From OE-Core rev: 9500ef3f5fae07c1592e8208bb306c1148e49418) Signed-off-by: Peter Tworek <tworaz666@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Fix error.html resource path.Peter Tworek2012-02-081-2/+2
| | | | | | | | (From OE-Core rev: cb0e0e3de421e2dd8335765adb3c0e442177bb9a) Signed-off-by: Peter Tworek <tworaz666@gmail.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rxvt-unicode: Update to 9.15Saul Wold2012-02-034-2/+2
| | | | | | | (From OE-Core rev: 75789868df9cfc5cb74edfc3fe7d773cfa272ce6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* core-image-foo: add description to each image bb fileShane Wang2012-01-243-1/+8
| | | | | | | | | Add DESCRIPTION to each image bb file according to poky reference manual for Hob2 use later. (From OE-Core rev: 05a7c022e613f35de8ce47bb667140a7ce47fcea) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: fixed SRC_URI ChecksumsSaul Wold2012-01-031-2/+2
| | | | | | | (From OE-Core rev: 898f7e73839ec737fed0f4e802ed0de629dae626) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: upgrade to r9375.Shane Wang2012-01-031-3/+3
| | | | | | | (From OE-Core rev: ffe017d4d0a21606ee4146b0ef9f616a49ce1927) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rxvt-unicode: Update to 9.14Saul Wold2012-01-034-4/+5
| | | | | | | | | COPYING file has been reformatted whites space changes (From OE-Core rev: 9aca7e651ce829e8a730dd187f54a5bba4253d06) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libical: upgrade to 0.48Shane Wang2012-01-031-3/+3
| | | | | | | (From OE-Core rev: 781ddecedf39b9e90d60e39c148aac7d185c14a0) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Add mini X core tasksZhai Edwin2012-01-031-0/+45
| | | | | | | (From OE-Core rev: fb0cd3470e562f121803b722b16fd10620b79ff5) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk svn: update to r101488Koen Kooi2012-01-034-210/+232
| | | | | | | | | tested on beagleboard/angstrom with midori and epiphany browsers (From OE-Core rev: c8c9a17ae2603ccb34641d4188850a18e6ce6096) Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eds-dbus: replace o-hand example contactPaul Eggleton2011-12-214-84/+221
| | | | | | | | | | Replace the OpenedHand example contact with something a bit more up-to-date. Also add SRC_URI checksums to 2.20.0 recipe. (From OE-Core rev: 5a65e13e99cc8d5e20e32f49338712daa2de3da2) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-desktop: fix SRC_URIPaul Eggleton2011-12-212-2/+8
| | | | | | | | | | * projects.o-hand.com downloads have moved to downloads.yoctoproject.org * Add missing SRC_URI checksums (From OE-Core rev: 9564f9e9000d5d652b5520fcb11f2d4687256771) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-session-sato: clarify LICENSE in GPLv2.0Joshua Lock2011-12-211-1/+1
| | | | | | | (From OE-Core rev: d06a8b345e129f20d2997531c63c422c0a6a2fb7) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-desktop: clarify LICENSE is GPLv2.0+Joshua Lock2011-12-212-2/+2
| | | | | | | (From OE-Core rev: fe4ac4c2ae87ad8e11814870cf3ab707eeb46ae6) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libical: Fix deadlock in pthreadZhai Edwin2011-12-162-1/+56
| | | | | | | | | | | | | | libical introduce pthread support after 0.47, but lead deadlock with missing some unlock code. This makes dates start hang. Add new patch to properly release mutex. [YOCTO #1825] got fixed. (From OE-Core rev: 584abc5f3d6cbaf8f8bf09123e8abc421f0699a8) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* OECore license fixes: meta/*Elizabeth Flanagan2011-12-084-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a quick audit of only the most obviously wrong licenses found within OECore. These fixes fall into four areas: - LICENSE field had incorrect format so that the parser choked - LICENSE field has a license with no version - LICENSE field was actually incorrect - LICENSE field has an imaginary license that didn't exist This fixes most of the LICENSE warnings thrown, along with my prior commit adding additional licenses to common-licenses and additional SPDXLICENSEMAP entries. HOWEVER..... there is much to be done on the license front. For a list of recipes with licenses that need obvious fixing see: https://wiki.yoctoproject.org/wiki/License_Audit That said, I would suggest another license audit as I've found enough inconsistencies. A good suggestion is when in doubt, look at how openSuse or Gentoo or Debian license the package. (From OE-Core rev: 3083dd70b3a9fa01fcc3cf00373b05502505996e) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-session-sato: respect VIRTUAL-RUNTIME_initscripts settingsMartin Jansa2011-12-081-2/+5
| | | | | | | (From OE-Core rev: 493746f1d7f1410284880203c1ac462d61ab5299) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: set SRC_URI checksumsJoshua Lock2011-12-061-4/+4
| | | | | | | | | | In order to set missing checksums as an error we need to ensure all appropriate recipes have a checksum value set. (From OE-Core rev: b43202601707237a2d262e6dd23e9edcf0aaebf6) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pcmanfm: Upgrade to 0.9.10Zhai Edwin2011-12-021-2/+2
| | | | | | | (From OE-Core rev: 8eb51099cbd4c7f8a8e3787eafdc963d7feffb36) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: Ensure to link against libm for math functionsRichard Purdie2011-12-011-1/+2
| | | | | | | | | | | | | | | Without this we can see failures like: | make: *** [samegame] Error 1 | /media/build1/poky/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.6.3/ld: inertia.o: undefined reference to symbol 'sqrt@@GLIBC_2.0' | /media/build1/poky/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.6.3/ld: note: 'sqrt@@GLIBC_2.0' is defined in DSO /media/build1/poky/build/tmp/sysroots/qemux86/lib/libm.so.6 so try adding it to the linker command line | /media/build1/poky/build/tmp/sysroots/qemux86/lib/libm.so.6: could not read symbols: Invalid operation | collect2: ld returned 1 exit status | make: *** [inertia] Error 1 (From OE-Core rev: 2ebfb9d9ed7554180c3c077b14291a1853f8e2ef) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warningMartin Jansa2011-12-011-1/+2
| | | | | | | (From OE-Core rev: 341daa416c65ea6a1a6c00fec9b50efed07fc24b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-panel-2: bump PR, because of xcb-util was renamed to libxcb-util0Martin Jansa2011-12-011-1/+1
| | | | | | | (From OE-Core rev: 45daabb090b58605d5b96d101078bac75972c183) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libical: drop older version 0.46Martin Jansa2011-11-301-15/+0
| | | | | | | (From OE-Core rev: 8b2817878e35825103b2bf5dc22c10e09c9a9100) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* libical: add version 0.47Denis 'GNUtoo' Carikli2011-11-301-0/+14
| | | | | | | | (From OE-Core rev: 0afcd070348f68516d4404e2b6e5fbf8cc6bc428) Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@no-log.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox-stroke: Update to latest git revision to add missing Xrender dependencyRichard Purdie2011-11-231-1/+1
| | | | | | | | | | Without this, linking can fail due to missing libraries since the code depends on Xrender. The fix was already upstream, we just need to use a revision that includes it. (From OE-Core rev: b8328a132efd515515bb2c200271a8960f0d783b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* screenshot: rename to sato-screenshotDmitry Eremin-Solenikov2011-11-163-2/+2
| | | | | | | | | | | To remove a name conflict with e17's screenshot tool (and possibly other screenshot tools, as screenshot is a generic term), rename screenshot to sato-screenshot. (From OE-Core rev: 5423d2fabade45974f20948a6d90a663eead209a) Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: force arm mode to work around binutils segfaultMartin Jansa2011-11-151-1/+18
| | | | | | | | | * this is just work around, would be better to fix in toolchain (From OE-Core rev: 2df59dad90f31aa48113ad8afe1af084b71a6a2c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-x11: use VIRTUAL-RUNTIME variables for xserver_common and ↵Martin Jansa2011-11-101-2/+8
| | | | | | | | | graphical_init_manager (From OE-Core rev: 9e7c7e39a32b29386bee64b75cec949d30e3d2e7) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Convert to use direct access to the data store (instead of bb.data.*Var*())Richard Purdie2011-11-102-3/+3
| | | | | | | | | | | | | | | | | This is the result of running the following over the metadata: sed \ -e 's:bb.data.\(setVar([^,()]*,[^,()]*\), *\([^ )]*\) *):\2.\1):g' \ -e 's:bb.data.\(setVarFlag([^,()]*,[^,()]*,[^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^(), ]*\) *,\([^)]*\)):\2.\1,\3):g' \ -e 's:bb.data.\(getVarFlag([^,()]*,[^,()]*\), *\([^() ]*\) *):\2.\1):g' \ -e 's:bb.data.\(getVar([^,()]*\), *\([^) ]*\) *):\2.\1):g' \ -i `grep -ril bb.data *` (From OE-Core rev: b22831fd63164c4db9c0b72934d7d734a6585251) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* contacts: fix packaging of iconsJoshua Lock2011-11-081-1/+2
| | | | | | | (From OE-Core rev: 1f4028337d5e288e239f44ef34e1d707b785273e) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* pcmanfm: Upgrade to 0.9.9Zhai Edwin2011-10-142-30/+29
| | | | | | | | | Update owl-window-menu.patch. (From OE-Core rev: 83ea07f8fb635a01dfe976ba0e518df282eef30d) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* rxvt-unicode: Update to 9.12Saul Wold2011-10-144-4/+6
| | | | | | | (From OE-Core rev: e08f329c1208d776b0f0459440ad30730ab44b8a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eds: Update to work with glib-2.0Richard Purdie2011-10-142-1/+80
| | | | | | (From OE-Core rev: d8419d30add74c73cfb038c7e611187a651c24e6) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* puzzles: Update to latest versionSaul Wold2011-10-071-0/+0
| | | | | | | (From OE-Core rev: 447ea27c510df73e94351fac9adf4f37d6cd44b9) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* eds-tools: Convert from BZR to GIT RepoSaul Wold2011-10-071-3/+3
| | | | | | | (From OE-Core rev: b83e4e1aeed115a2b495e54b0122ccf76b4d2eed) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* webkit-gtk: Enable dependency tracking since the webkit makefiles have bugsRichard Purdie2011-10-061-0/+2
| | | | | | (From OE-Core rev: cc626b9e1671670a931ea3e528ea4b0f7b2e923b) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* Improve handling of 'all' architecture recipes and their interaction with sstateRichard Purdie2011-10-042-3/+3
| | | | | | | | | | | | | | | * Jansa: rebased on current master, added nocompiler patch also to font-alias, dropped allarch from linux-firmware, gnome-icon-theme, hal-info as those are checking compiler (ie in intltool check) and better to build them as default arch instead of rebuilding after every machine change. * this is also part of [BUGID# 1075] (From OE-Core rev: 85d8362e0c443f11fe8d3fd0fba55d1bd4983613) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* matchbox: Upgrade SRCREV to reflect recent accpeted patches by upstreamZhai Edwin2011-09-269-137/+10
| | | | | | | (From OE-Core rev: 33a1a05ef988c69f8ff8e38c6723922082e5d1aa) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* web: Fix SRCREV due to lost commit in web-satoSaul Wold2011-09-161-1/+1
| | | | | | | | | | | [YOCTO #1454] This SRCREV fixes the number of parameters (From OE-Core rev: 969165666d5a1074c5389d98b79c41ff31597baa) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core: split into task-core-console and task-core-x11Paul Eggleton2011-09-151-14/+3
| | | | | | | | | | | | | | | | | [YOCTO #1481] Since tasks are referred to almost exclusively via RDEPENDS, and bitbake will build an entire task recipe when only one of its task packages are actually needed, building a console-only image that uses task-core-apps-console (or less directly, has apps-console in its IMAGE_FEATURES) will cause a build of a whole list of X11 applications that aren't needed. Splitting the task-core recipe into X11 and console portions prevents this issue. (From OE-Core rev: 07407baafb728c5ae1bb283f5b02a2ac773360bc) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* web: Update SRCREV to address ccs_parser_parse_stylesheet arg mismatch ↵Saul Wold2011-09-071-2/+2
| | | | | | | | | [YOCTO #1454] (From OE-Core rev: 5e558237fc22baf1a638eb0e98eb08ff5e2870b4) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* sato recipes: Update PR because of libowl conversion to gitSaul Wold2011-09-029-9/+9
| | | | | | | (From OE-Core rev: 8216888c1caba6d469a5443ba74fce0f1392792e) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* o-hand recipes: convert from svn.o-hand.org to git.yoctoproject.orgSaul Wold2011-09-0212-64/+66
| | | | | | | (From OE-Core rev: 4e7218c19775ef81caed27742e9d203af10b7416) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* task-core-x11-sato: add libsdl into sato imageJiajun Xu2011-08-231-1/+2
| | | | | | | | | We add libsdl into sato image since some 3D graphics testing needs it. (From OE-Core rev: 0934dc7c421ea6fb8f16ce535be72dda9ecb17de) Signed-off-by: Jiajun Xu <jiajun.xu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* recipes: Delete patch=1, its default and replace pnum with striplevelKhem Raj2011-08-238-15/+15
| | | | | | | | | | Some place pnum=1 is used which is removed as well since striplevel=1 is default (From OE-Core rev: 4e108857e0d40105f7ecbc55e99bd6c367bb7386) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
* SRC_URI, S: use BPN instead of PN for multilib caseYu Ke2011-08-048-8/+8
| | | | | | | | | | | | in multilibcase, PN has multilib prefix, so it is not correct to use PN in SRC_URI and S. instead, we've dedicately pruned multilib prefix in BPN, so BPN is the right alternative for PN. (From OE-Core rev: d6dca85028640034b1a5356920aad3268bd4f1c2) Signed-off-by: Yu Ke <ke.y@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>