summaryrefslogtreecommitdiff
path: root/meta/recipes-sato
AgeCommit message (Collapse)AuthorFiles
2011-03-16task-base, task-poky-basic, task-poky: Remove hard-coded references to dropbearScott Garman1
This is the first step in refactoring the SSH server selection to be done in IMAGE_FEATURES instead of as hardcoded in these tasks. Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-03-16matchbox-desktop: add configure event handler to fix bug 658Yu Ke2
Bug658 - "the bottom icons on Applications and All screen are cut-off in qemu" the reason is that desktop work area is not resized after window manager decoration. so add configure event handler to resize the desktop work area can fix this issue. [YOCTO #658] Signed-off-by: Yu Ke <ke.yu@intel.com>
2011-03-14Update SRC_URIs to use BPN instead of PNRichard Purdie18
[YOCTO #860] Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03Fixup merge error and apply cleanupsRichard Purdie1
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-03-03sato-icon-theme: Explictly use "Sato" as gtk icon themeZhai Edwin1
There is a tricky race condition that "Sato" icons got missing on matchbox-desktop as low priority "hicolor" theme was chosen. Explictly settting "Sato" in gtk config file to avoid this. [BUGID #456] got fixed. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-03-02screenshot: change the order of LDADD argumentsScott Garman3
Rather than setting linker flags explicitly in LDADD as the previous patch did, simply put libshot.la before GTK_LIBS. This fixes [BUGID #664] Signed-off-by: Scott Garman <scott.a.garman@intel.com>
2011-02-16eds-dbus: reenable PARALLEL_MAKESaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-11puzzles: Update to r9084Saul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-02-10task-poky-apps-x11-pimlico: Webkit is huge and the compile time means it ↵Richard Purdie1
doesn't make sense in our demo sato image Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2011-01-28matchbox: Convert all the matchbox components' repo from svn to git including:Zhai Edwin7
matchbox-wm matchbox-panel-2 matchbox-terminal matchbox-config-gtk matchbox-stroke matchbox-desktop matchbox-keyboard matchbox-themes-extra libfakekey settings-daemon Also remove some old recipes. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-28leafpad: Upgrade from 0.8.17 to 0.8.18.1Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-27webkit-gtk: upgrade to 1.3.7Zhai Edwin6
Also update some local files from upstream, and add nodolt.patch to fix build error. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-27eds-dbus: Do not disable old API after upgrading gtk+Zhai Edwin2
This avoid build error due to defination missing. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2011-01-25poky-image-sdk* renamed to poky-image-sato-sdk*Saul Wold5
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-21poky-image*-dev: Add -dev Images contianing headers and librariesSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-20screenshot: fix build issue with gcc dso linking changeNitin A Kamble2
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libX11 libgdk-x11-2.0 and libgdk_pixbuf-2.0 libraries explicitely for linking to work without errors. This is identified as a libtool issue. While creating the libshot.la file, libtool should have added these needed libraries in there. A bug has been created for this issue: http://bugzilla.pokylinux.org/show_bug.cgi?id=664 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20matchbox-stroke: : fix build issue with gcc dso linking changeNitin A Kamble2
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libxrender library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20dates: fix build issue with gcc dso linking changeNitin A Kamble2
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libm and libpango-1.0 libraries explicitely for linking to work without errors. This is identified as a libtool issue. While creating the libgtkdatesview.la file, libtool should have added these needed libraries in there. A bug has been created for this issue: http://bugzilla.pokylinux.org/show_bug.cgi?id=664 Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20matchbox-desktop: fix build issue with gcc dso linking changeNitin A Kamble3
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libX11 library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-20settings-daemon: fix build error with new gcc dso linking changeNitin A Kamble2
All the libraries needs to be specified explicitely with the new gcc dso linking change patch. This was causing build errors for this recipe. Specifying the libX11 library explicitely for linking to work without errors. Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com>
2011-01-18puzzles: SRC_URI Checksum disabledSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-14puzzles: Update SRC_URI ChecksumSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-12puzzles: update SRC_URI Checksum due to file changing upstreamSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2011-01-06recpies: use SRCPV instead of SRCREV for PVYu Ke20
SRCPV is intended being used by PV, some recipes still use SRCREV for PV, which is not correct. This patch fix all the misusage. Signed-off-by: Yu Ke <ke.yu@intel.com>
2010-12-30matchbox-theme-sato-2: Updated to svn rev164 and add patchSaul Wold2
Patch was added because the png file was renamed from background.png to template.png. Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-30RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi12
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>
2010-12-23matchbox-stroke: Make as singletonZhai Edwin2
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>
2010-12-23matchbox-keyboard: Make as singletonZhai Edwin2
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>
2010-12-22owl-video-widget: bump PR after recent patchJoshua Lock1
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-21puzzles: Fix SRC_URI checksumsSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-21web-webkit: Updated SVN Rev to 130 & added LIC_FILES_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-16contacts: fix for make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16dates: fix for Make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16web-webkit: fix for make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16owl-video-widget: fix Makefile for super strict make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-16libowl-av: fix for Make 3.82Joshua Lock2
Signed-off-by: Joshua Lock <josh@linux.intel.com>
2010-12-09SRC_URI Checksums AdditionalsSaul Wold7
Signed-off-by: Saul Wold <sgw@linux.intel.com>
2010-12-06web: Update to svn r129Zhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-06puzzles: Update to svn r9023Zhai Edwin2
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 Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06task-poky-x11-sato: update LIC_FILES_CHKSUM infoDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-06task-poky: update LIC_FILES_CHKSUM infoDongxiao Xu1
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-12-02eds-tools: Fix SRCREV and add LIC_FILE_CHKSUMSaul Wold1
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
2010-12-02matchbox-stroke: Add license checksumZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-12-02matchbox-session-sato: Add license checksumZhai Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-22web_svn: Fixup Patching and add libowlSaul Wold2
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 Wold31
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 Wold2
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 Edwin1
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
2010-11-22matchbox-panel-2: Update to svn r2111Zhai Edwin2
Also removed fix_sync_funcname.patch as we have it after update. Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>