aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
AgeCommit message (Collapse)Author
2012-07-28eds-tools: Drop this recipe, its inapproriate in OE-CoreRichard Purdie
(From OE-Core rev: 302a1251be7ec81fc1d270d9d7b6db6d140d4692) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-26webkit-gtk: Replace superfluous "+=" with "=", and add leading spaceRobert P. J. Day
(From OE-Core rev: 201fa631175bb0a32c53922c630d403493e61bad) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22webkit-gtk: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: 56011bb732950da207ab55a891aa8fc228a9f5e9) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-22evolution-data-server: cleanup thanks to new gtk-doc.bbclassRoss Burton
(From OE-Core rev: 18ef5e7d691a05565db88ffd0c13475ad9b0dcf3) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-20webkit-gtk: bump PRRoss Burton
Accidently ommitted the PR bump from the previous patches, which change the build. (From OE-Core rev: 294b34416921ed6ff5dd800656b44552561beb09) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-20puzzles, mkelfimage: Use svn protocol instead of httpKhem Raj
These repos are not setup to serve through http protocol (From OE-Core rev: add617cbeac9fcf4621cca45a0800c5ab6239c5a) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-19Remove a number of unneeded import os/bb callsRichard Purdie
The bb and os modules are always imported so having these extra import calls are a waste of space/execution time. They also set a bad example for people copy and pasting code so clean them up. (From OE-Core rev: 7d674820958be3a7051ea619effe1a6061d9cbe2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-19Convert tab indentation in python functions into four-spaceRichard Purdie
(From OE-Core rev: 604d46c686d06d62d5a07b9c7f4fa170f99307d8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-18puzzles, mkelfimage: Add protocol=httpSaul Wold
This would fail in some firewall situations otherwise (From OE-Core rev: 4c1a768238fe9a36b7ed714c9c40951b7357410a) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-18webkit-gtk: remove spurious install_prepend hackRoss Burton
This "fix" causes an (ignored) error now, so at some point it was fixed. (From OE-Core rev: 03690060fe13e083723a572ec0438a1381e418db) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-18webkit-gtk: remove no-parallel bodgeRoss Burton
This workaround was originally for GNU Make 3.82 which upstream was blaming for a parallel build failure. Since then I've changed numerous variables and now parallel builds are working with 3.82 (and succeed in 20 minutes instead of 2 hours). Revert the change until we've more data about what causes the breakage, then we can bring it back with more finesse. (From OE-Core rev: 90ca88a6f9dd5e2bc055739f84cb224f9a82455a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-18web-webkit: don't link using g++, it's not needed anymoreRoss Burton
(From OE-Core rev: cd9a97c063a6c58b022d95ca9de8bcce784f1d3a) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-18web-webkit: push make whitespace fix upstreamRoss Burton
(From OE-Core rev: 9073ec0610a9e28c4b2bc90ace7a6b1c0cc99f75) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-18web-webkit: remove unused dependencies (taken from the gecko-based recipe)Ross Burton
(From OE-Core rev: cc156badafe1e42653b9eb080c0dffd47d2a6130) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17webkit-gtk: remove svn recipeRoss Burton
(From OE-Core rev: ecb18e2b6a8fc16b323f93c62ed5ff5b080c5dd0) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17webkit-gtk: add 1.8.1 recipe from tarballRoss Burton
License checksums changed as new years were added. (From OE-Core rev: e6c5f1edcccfc78259caac853361c14ebe6d2677) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17webgit-gtk: fix build with automake 1.12.1Nitin A Kamble
Added a new patch: webgit-gtk_fix_build_with_automake_1.12.patch More comments in the patch header. (From OE-Core rev: f3ea68cdd2559d84d5b2cd95323d186fff14c7b7) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17evolution-data-server: fix build with automake 1.12.xNitin A Kamble
Added 2 patches: avoid_automake_errors.patch fix_for_automake-1.12.x.patch More information in the patch headers. (From OE-Core rev: 64c2aa566f022525c7ef0acd7a80359446675990) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17dates: fix build with automake 1.12.xNitin A Kamble
automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x (From OE-Core rev: 0d333c61c6ce74666ce87593dc2797ca45a97766) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17pcmanfm: fix build with automake 1.12.xNitin A Kamble
Added a patch: pcmanfm_fix_for_automake_1.12.patch More information in the patch header. (From OE-Core rev: fee7861dcaef40ab86888a12fc2550d03463f98a) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17puzzles: convert to use SVNSaul Wold
Recently the tarball has been changing due the fact it gets rebuilt nightly and timestamps are getting updated and changed internal to the tarball. Moving back to SVN to try and address this. (From OE-Core rev: 8f30d41ede28a86564c402ce5b467e51aec6b15d) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-17Update proto -> protocol for recipesSaul Wold
(From OE-Core rev: 247fbed5a93800c44dc36e403f13bdc8dd704553) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-10core-image-*.bb: Remove usage of EXTRA_IMAGE_FEATURES from some .bb filesRobert P. J. Day
Replace the usage of EXTRA_IMAGE_FEATURES in a small number of .bb files with IMAGE_FEATURES, and leave the use of EXTRA_IMAGE_FEATURES for developers in their local.conf files, to avoid the possibility of undesirable side effects. (From OE-Core rev: 347fc6e82a3d1c1ac7dbabd9e5cdd08abd864bfb) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-10core-image-*: remove copyright noticesPaul Eggleton
These image recipes are meant to be examples that people can copy and modify completely for their own purposes, and most of them are so trivial they don't really need copyright notices anyway, so trim them off. (From OE-Core rev: 22db8917f6301595a48f6dcbcccc27627c8a3941) Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-09matchbox-panel-2: bump PR because libxcb-util soname was changedMartin Jansa
(From OE-Core rev: 31b8fe8d1a9921e4efc64b6ab00c26e4bd09ed2c) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-03image/core-image: Handle conflicting IMAGE_FEATURES.Lianhao Lu
IMAGE_FEATURES such as 'ssh-server-dropbear' and 'ssh-server-openssh' can't be both enabled. User can use the following variables to define the relationship of image features: IMAGE_FEATURES_REPLACES_foo = "bar" means including image feature "foo" would replace the image feature "bar". IMAGE_FEATURES_CONFLICTS_foo = "bar" means including both image features "foo" and "bar" would cause an parsing error. (From OE-Core rev: e36d12a9c1cf69540079e48a1dfadbc343758e48) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-07-03core-image*sdk: Add kernel-dev to sdk imagesDarren Hart
While sdk images already have dev-pkgs included, the kernel-dev package is special and does not get installed. Add kernel-dev explicitly to the *sdk image recipes. Note: We have to be careful with "IMAGE_INSTALL +=" as it must appear after "inherit core-image" which makes an "IMAGE_INSTALL ?=" assignment. (From OE-Core rev: 337428316de3612a8e1efa70b3a4ba7cb6e058d2) Signed-off-by: Darren Hart <dvhart@linux.intel.com> CC: Jessica Zhang <jessica.zhang@intel.com> CC: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-21sato-icon-theme: inherit the GNOME icon theme (Yocto #2594)Ross Burton
Many apps want to use the full GNOME icon theme and install it, but if our theme doesn't inherit it the the icons are not available. (From OE-Core rev: bece29110ead367fe501641ec83251e5f87f2430) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-21evolution-data-server: updated to ver. 2.30_3Valentin Popa
Tested using Tasks & Contacts (From OE-Core rev: d5afa3dad51c7ab153c159d1dedfdad7a225f8fd) Signed-off-by: Valentin Popa <valentin.popa@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-21Simplify "SRC_URI_append +=" to "SRC_URI_append ="Robert P. J. Day
(From OE-Core rev: 17084891c0aa9114805f022ea185108e834e4fcd) Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-21webkit-gtk: remove /usr/libexec since it's emptySaul Wold
This was discovered due to the package reorganization (From OE-Core rev: be98b49552e2256b5278e795cdf69245b9559da6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-21gtk-sato-engine: clean up FILE after PACKAGE reorderSaul Wold
(From OE-Core rev: 1d6f365ecfcc8512c4e41ded9d6fd38a1ff5c824) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-18puzzles: upgrade to r9561Laurentiu Palcu
Minor change in LICENCE file: -This software is copyright (c) 2004-2010 Simon Tatham. +This software is copyright (c) 2004-2012 Simon Tatham. (From OE-Core rev: 2f1460b7bf96616a7d54753a9dbc63ed6d322d74) Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-18recipes: replace CONFLICTS with RCONFLICTS_${PN}Martin Jansa
(From OE-Core rev: fbcda6eff010e0a39cc0145a514e7de99f475145) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-06-13webkit-gtk: Apply work around for all PowerPC targetsGary Thomas
The current patch for bug #1570 only applies to qemuppc but should be applicable for all PowerPC targets. Also update the patch so that only one language backend, either ICU or PANGO, is built. Also remove some old customizations (dependencies on darwin) as these should now be handled in a layer specific .bbappend file. (From OE-Core rev: 2782caf0f07f61cab92d2981c5e82914f22bd700) Signed-off-by: Gary Thomas <gary@mlbassoc.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-30webkit-gtk: Use glib as unicode backend to avoid browser crashZhai Edwin
webkit-gtk depends on ICU for the unicode, but ICU is not safe when build and target system owns different endian. ICU's community is not responsive to make a patch for this, so glib is used as work around here. [YOCTO #1570] got fixed (From OE-Core rev: e3113827810e98eb1b012f0b280fb917199704c1) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-08evolution-data-server: delete old 2.20.0 versionMartin Jansa
* evolution-data-server_git.bb provides 2.30.2 from 2010-06-20 and is default for a while (From OE-Core rev: 3138acfe6bcd86e41900a2d5e90851e30ea44bec) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-08evolution-data-server: delete unused patch parallelmake.patchMartin Jansa
(From OE-Core rev: 557d81e4c323fb0f919b5ea466555b13d95b7584) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-07evolution-data-server: enable deprecated glib APIMartin Jansa
* we have very old version and deprecated g_atexit is used even in current master http://git.gnome.org/browse/evolution-data-server/log/libedataserver/e-categories.c (From OE-Core rev: 155ea975f5e0287f9ed49413785d1948c56601a5) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-05-01pcmanfm: Add sh3/sh4 to supported hostsKhem Raj
(From OE-Core rev: f64dfe61234eee27b61f994ec9598bf9e820d271) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-26evolation-data-server: Rename from eds-dbusSaul Wold
[YOCTO #2316] (From OE-Core rev: 6189a8a05620974c098d548c26502453f371fe26) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-16core-image-sato-sdk: typo in DESCRIPTIONBeth Flanagan
Fix for a minor type in DESCRIPTION (From OE-Core rev: 25a997ca9b24d9265b62717fd01ebb26e7d21bba) Signed-off-by: Beth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-06Hob: Modify Image DescriptionsElizabeth Flanagan
Fixes [YOCTO #2227] I've updated the image descriptions per the bug description. (From OE-Core rev: 479b020edbc609c3ae1e3846e9e0d1643ac10059) Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-04-04webkit: Fix build with gcc-4.7Khem Raj
Include unistd.h for all linux and not just for android. (From OE-Core rev: c870606c9da2fa90df2cd7c4a198e3bf5340304b) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-27contacts.inc: conditionally install shemaRobert Yang
Install schema should respect to GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL, If GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, the schema should not be installed, but it always installed shema before, this was incorrect and it would cause host contamination since it would read $HOME/gconf/.gconf. [YOCTO #2178] (From OE-Core rev: 674fa286d882ff94830cbf748e3f5abc63a5575a) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-27contacts 0.9: failed to buildRobert Yang
contacts_0.9.bb failed to build since lacks of: * SRC_URI[md5sum] or SRC_URI[sha256sum] * LIC_FILES_CHKSUM And an indent error in Makefile.am. Fix these problems at the moment, maybe we should remove this old version recipe since there is a contacts_git.bb [YOCTO #2178] (From OE-Core rev: d60b918186cadde05f2cde5b64d5b593ee0a6aba) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-14owl-video: Fix unpackaged file warningSaul Wold
WARNING: For recipe owl-video, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/video WARNING: /usr/share/video/gtk-fullscreen.png (From OE-Core rev: 1a93ad99eb4ce19b45e5f2b61902f1f2936bddff) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13dates: Fix unpackaged files warningRichard Purdie
This directory isn't needed so remove it and resolve the warning: WARNING: For recipe dates, the following files/directories were installed but not shipped in any package: WARNING: /srv (From OE-Core rev: 81379dc141e245307ca391a02b7490b199128991) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13matchbox-keyboard: Fix unpackaged files warningRichard Purdie
Addresses the warnings: WARNING: For recipe matchbox-keyboard, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/gtk-2.0/2.10.0/immodules/libmb-im-invoker.la WARNING: /usr/lib/matchbox-panel/libkeyboard.la (From OE-Core rev: 684b25e96164eec1c69710eb9c59be8a0db4eeb2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-13sato-screenshot: Remove unneeded .la fileRichard Purdie
This resolves the QA warning: WARNING: For recipe sato-screenshot, the following files/directories were installed but not shipped in any package: WARNING: /usr/lib/matchbox-panel/libscreenshot.la (From OE-Core rev: c5f4a9261d582a52429cf5a115efed61987b0dd8) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>