aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
AgeCommit message (Collapse)Author
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>
2012-03-13leafpad: Package currently unpackaged files.Richard Purdie
This resolves the QA warning: WARNING: For recipe leafpad, the following files/directories were installed but not shipped in any package: WARNING: /usr/share/icons WARNING: /usr/share/icons/hicolor WARNING: /usr/share/icons/hicolor/16x16 WARNING: /usr/share/icons/hicolor/22x22 WARNING: /usr/share/icons/hicolor/scalable WARNING: /usr/share/icons/hicolor/32x32 WARNING: /usr/share/icons/hicolor/24x24 WARNING: /usr/share/icons/hicolor/16x16/apps WARNING: /usr/share/icons/hicolor/16x16/apps/leafpad.png WARNING: /usr/share/icons/hicolor/22x22/apps WARNING: /usr/share/icons/hicolor/22x22/apps/leafpad.png WARNING: /usr/share/icons/hicolor/scalable/apps WARNING: /usr/share/icons/hicolor/scalable/apps/leafpad.svg WARNING: /usr/share/icons/hicolor/32x32/apps WARNING: /usr/share/icons/hicolor/32x32/apps/leafpad.png WARNING: /usr/share/icons/hicolor/24x24/apps WARNING: /usr/share/icons/hicolor/24x24/apps/leafpad.png (From OE-Core rev: df48742cfc0c46ae33f28900cfd5a7a2f94c326c) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-03-05meta: Convert getVar/getVarFlag(xxx, 1) -> (xxx, True)Richard Purdie
Using "1" with getVar is bad coding style and "True" is preferred. This patch is a sed over the meta directory of the form: sed \ -e 's:\(\.getVar([^,()]*, \)1 *):\1True):g' \ -e 's:\(\.getVarFlag([^,()]*, [^,()]*, \)1 *):\1True):g' \ -i `grep -ril getVar *` Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-26More quoting fixesMartin Jansa
* 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>
2012-02-21eds-tools: Update it to fix the build errorWenzong Fan
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>
2012-02-21recipes: bump PR to rebuild .la files without libz.laMartin Jansa
(From OE-Core rev: 1da6a2dbd5e7aeea6cd45ca05590bdd50b67bf89) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-02-10zlib: Upgrade 1.2.5 -> 1.2.6Khem Raj
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>
2012-02-08webkit-gtk: Make webgl support configurable via DISTRO_FEATURES.Peter Tworek
* 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>
2012-02-08webkit-gtk: Fix error.html resource path.Peter Tworek
(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>
2012-02-03rxvt-unicode: Update to 9.15Saul Wold
(From OE-Core rev: 75789868df9cfc5cb74edfc3fe7d773cfa272ce6) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-24core-image-foo: add description to each image bb fileShane Wang
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>
2012-01-03puzzles: fixed SRC_URI ChecksumsSaul Wold
(From OE-Core rev: 898f7e73839ec737fed0f4e802ed0de629dae626) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03puzzles: upgrade to r9375.Shane Wang
(From OE-Core rev: ffe017d4d0a21606ee4146b0ef9f616a49ce1927) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03rxvt-unicode: Update to 9.14Saul Wold
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>
2012-01-03libical: upgrade to 0.48Shane Wang
(From OE-Core rev: 781ddecedf39b9e90d60e39c148aac7d185c14a0) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03Add mini X core tasksZhai Edwin
(From OE-Core rev: fb0cd3470e562f121803b722b16fd10620b79ff5) Signed-off-by: Zhai Edwin <edwin.zhai@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2012-01-03webkit-gtk svn: update to r101488Koen Kooi
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>
2011-12-21eds-dbus: replace o-hand example contactPaul Eggleton
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>
2011-12-21matchbox-desktop: fix SRC_URIPaul Eggleton
* 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>
2011-12-21matchbox-session-sato: clarify LICENSE in GPLv2.0Joshua Lock
(From OE-Core rev: d06a8b345e129f20d2997531c63c422c0a6a2fb7) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-21matchbox-desktop: clarify LICENSE is GPLv2.0+Joshua Lock
(From OE-Core rev: fe4ac4c2ae87ad8e11814870cf3ab707eeb46ae6) Signed-off-by: Joshua Lock <josh@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-12-16libical: Fix deadlock in pthreadZhai Edwin
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>
2011-12-08OECore license fixes: meta/*Elizabeth Flanagan
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>