summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
Commit message (Collapse)AuthorAgeFilesLines
* RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi2010-12-3012-19/+20
| | | | | | | For these recipes the dependencies listed in RDEPENDS and RRECOMMENDS only apply to ${PN} Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* matchbox-stroke: Make as singletonZhai Edwin2010-12-232-0/+20
| | | | | | | | | | Multiple matchbox-stroke instances would occupy whole screen and cause end user confusing. Making matchbox-stroke singleton is one work around. This patch allow only one instance of matchbox-stroke based on some mechanism in matchbox-desktop. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-keyboard: Make as singletonZhai Edwin2010-12-232-0/+23
| | | | | | | | | | | | | | Multiple matchbox-keyboard instances would occupy whole screen and cause X window segfault. Making matchbox-keyboard singleton is one work around. This patch allow only one instance of matchbox-keyboard based on some mechanism in matchbox-desktop. In future, an applet and GTK-IM modules in matchbox-keyboard can be used to automatically map/unmap the virtual keyboard on demand. [BUGID #509] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* owl-video-widget: bump PR after recent patchJoshua Lock2010-12-221-1/+1
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* puzzles: Fix SRC_URI checksumsSaul Wold2010-12-211-2/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* web-webkit: Updated SVN Rev to 130 & added LIC_FILES_CHKSUMSaul Wold2010-12-211-1/+2
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* contacts: fix for make 3.82Joshua Lock2010-12-162-2/+17
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* dates: fix for Make 3.82Joshua Lock2010-12-162-2/+19
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* web-webkit: fix for make 3.82Joshua Lock2010-12-162-2/+18
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* owl-video-widget: fix Makefile for super strict make 3.82Joshua Lock2010-12-162-1/+17
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* libowl-av: fix for Make 3.82Joshua Lock2010-12-162-2/+14
| | | | Signed-off-by: Joshua Lock <josh@linux.intel.com>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-097-0/+21
| | | | Signed-off-by: Saul Wold <sgw@linux.intel.com>
* web: Update to svn r129Zhai Edwin2010-12-061-1/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* puzzles: Update to svn r9023Zhai Edwin2010-12-062-23/+8
| | | | | | | Removed makedist_hack.patch, as makedist.sh is no longer exist in upstream and mkfiles.pl is called directly now. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* task-poky-apps-x11-pimlico: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky-x11-sato: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* task-poky: update LIC_FILES_CHKSUM infoDongxiao Xu2010-12-061-0/+2
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* eds-tools: Fix SRCREV and add LIC_FILE_CHKSUMSaul Wold2010-12-021-2/+6
| | | | Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* matchbox-stroke: Add license checksumZhai Edwin2010-12-021-0/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-session-sato: Add license checksumZhai Edwin2010-12-021-0/+1
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* web_svn: Fixup Patching and add libowlSaul Wold2010-11-222-1/+14
| | | | | | | | | libowl was missing from the link library list There where patches being pulled in from the SVN trunk that confused quilt, so we remove the patches directory before doing the patching Added LIC_FILES_CHKSUM Signed-off-by: Saul Wold <sgw@linux.intel.com>
* Meta: Recipe ReogranizationSaul Wold2010-11-2231-2936/+3
| | | | | | | | | | | | | This is the next stage of recipe reorganization, in this stage many recipes where moved to a new meta-demoapps layer since this is more appropriate for demo usage then the core. Additional some recipes were moved to meta-extras to indicate they may be depercated at a future time. A number of recipes were modified since dependencies need to be corrected. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* pimlico-tasks: remove patchSaul Wold2010-11-222-29/+1
| | | | | | This patch is already applied in the newer upstream Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* pcmanfm: Update to 0.9.8Zhai Edwin2010-11-221-0/+0
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-panel-2: Update to svn r2111Zhai Edwin2010-11-222-37/+2
| | | | | | Also removed fix_sync_funcname.patch as we have it after update. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* tasks: Update to 0.18Zhai Edwin2010-11-221-0/+0
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* matchbox-panel: Change function name "sync" to avoid conflictDongxiao Xu2010-11-182-2/+37
| | | | | | | | /usr/includes/unistd.h also has a function named sync(). Change sync() in matchbox-panel-2 to sync_applet(). Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
* web_svn: make it buildable for world buildSaul Wold2010-11-182-4/+14
| | | | | | | | | | libowl was missing from the link library list There where patches being pulled in from the SVN trunk that confused quilt, so we remove the patches directory before doing the patching Added LIC_FILES_CHKSUM Updated LICENSE Metadata Signed-off-by: Saul Wold <sgw@linux.intel.com>
* libical: Upgraded to version 0.46Dongxiao Xu2010-11-181-0/+1
| | | | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Fix adding new contact failure when starting contacts for the 1st timeZhai Edwin2010-10-222-1/+23
| | | | | | | | | | | | When contacts called for the 1st time, adding new contact always failed but worked after restart. The reason is e-addressbook-factory used to handle addressbook leads a segmentation fault. Root cause is that factory would create the data base if not exist, but use it without proper initialization. [BUGID #455] got fixed by this. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Use gdk_threads_enter/gdk_threads_leave to ensure gtk multithread safeDongxiao Xu2010-10-159-1/+40
| | | | | | | | | | | If the video player tries to play an unknown type file, it will enter the error_cb() function, which is called in another thread. Use gdk_threads_enter/gdk_threads_leave to ensure the safe of gtk multi-thread operation. This fixes [BUGID #474] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* libowl-av: Fix music player crash if adding unknown type filesDongxiao Xu2010-10-132-2/+43
| | | | | | | | | | | | | Using bus message to call function flush_head/feed_head in main thread to protect private data operation. A better fix may be to listen to bus message "CODEC_NOT_FOUND" and "MISSING_PLUGIN" directly to avoid hooking into "unknown-type" signal. We will revisit it in next period. This fixes [BUGID #296] Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Add recipe for sdk directdisk targetJessica Zhang2010-10-111-0/+9
| | | | Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
* gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold2010-10-081-3/+3
| | | | | | | | Modified DEPENDS and RDEPENDS in these recipes and tasks to make packages which have potential license implications opt in through options in poky/local.conf. Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* puzzles: Set LICENSERichard Purdie2010-09-301-0/+2
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* Complete packages -> recipes transitionRichard Purdie2010-09-201-0/+72
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* poky-image: Set LICENSE field for the image recipes (note this doesn't apply ↵Richard Purdie2010-09-075-0/+10
| | | | | | to the image contents, just the recipe and code used Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* task-poky-qt: create a task and add to poky-image-sdkSaul Wold2010-09-031-1/+1
| | | | | | Fixes [BUGID #260] Signed-off-by: Saul Wold <Saul.Wold@intel.com>
* packages: Separate out most of the remaining packages into recipesRichard Purdie2010-09-0128-0/+4660
| | | | Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
* connman: Use connman as default network management toolDongxiao Xu2010-08-271-2/+2
| | | | | | | | Upgrade connman to version 0.56 Modify connman-gnome to match the recent version of connman Deprecate networkmanager Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-27109-0/+3532
Having one monolithic packages directory makes it hard to find things and is generally overwhelming. This commit splits it into several logical sections roughly based on function, recipes.txt gives more information about the classifications used. The opportunity is also used to switch from "packages" to "recipes" as used in OpenEmbedded as the term "packages" can be confusing to people and has many different meanings. Not all recipes have been classified yet, this is just a first pass at separating things out. Some packages are moved to meta-extras as they're no longer actively used or maintained. Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>