aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato
AgeCommit message (Collapse)Author
2010-12-09SRC_URI Checksums AdditionalsSaul Wold
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-06web: Update to svn r129Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06puzzles: Update to svn r9023Zhai Edwin
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>
2010-12-06task-poky-apps-x11-pimlico: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06task-poky-x11-sato: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06task-poky: update LIC_FILES_CHKSUM infoDongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02eds-tools: Fix SRCREV and add LIC_FILE_CHKSUMSaul Wold
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-02matchbox-stroke: Add license checksumZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-02matchbox-session-sato: Add license checksumZhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-22web_svn: Fixup Patching and add libowlSaul Wold
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>
2010-11-22Meta: Recipe ReogranizationSaul Wold
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>
2010-11-22pimlico-tasks: remove patchSaul Wold
This patch is already applied in the newer upstream Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-11-22pcmanfm: Update to 0.9.8Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-22matchbox-panel-2: Update to svn r2111Zhai Edwin
Also removed fix_sync_funcname.patch as we have it after update. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-22tasks: Update to 0.18Zhai Edwin
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-18matchbox-panel: Change function name "sync" to avoid conflictDongxiao Xu
/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>
2010-11-18web_svn: make it buildable for world buildSaul Wold
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>
2010-11-18libical: Upgraded to version 0.46Dongxiao Xu
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-10-22Fix adding new contact failure when starting contacts for the 1st timeZhai Edwin
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>
2010-10-15Use gdk_threads_enter/gdk_threads_leave to ensure gtk multithread safeDongxiao Xu
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>
2010-10-13libowl-av: Fix music player crash if adding unknown type filesDongxiao Xu
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>
2010-10-11Add recipe for sdk directdisk targetJessica Zhang
Signed-off-by: Jessica Zhang <jessica.zhang@intel.com>
2010-10-08gststream commercial: modified recipes and tasks to add commercial identifierSaul Wold
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>
2010-09-30puzzles: Set LICENSERichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-20Complete packages -> recipes transitionRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-07poky-image: Set LICENSE field for the image recipes (note this doesn't apply ↵Richard Purdie
to the image contents, just the recipe and code used Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-09-03task-poky-qt: create a task and add to poky-image-sdkSaul Wold
Fixes [BUGID #260] Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-09-01packages: Separate out most of the remaining packages into recipesRichard Purdie
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
2010-08-27connman: Use connman as default network management toolDongxiao Xu
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>
2010-08-27Major layout change to the packages directoryRichard Purdie
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>