summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pimlico
Commit message (Collapse)AuthorAgeFilesLines
* dates: fix build issue with gcc dso linking changeNitin A Kamble2011-01-202-2/+47
| | | | | | | | | | | | | | 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>
* RDEPENDS, RRECOMMENDS -> RDPEPENDS_${PN}, RRECOMMENDS_${PN}Koen Kooi2010-12-306-6/+6
| | | | | | | 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>
* 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>
* SRC_URI Checksums AdditionalsSaul Wold2010-12-091-0/+3
| | | | Signed-off-by: Saul Wold <sgw@linux.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>
* tasks: Update to 0.18Zhai Edwin2010-11-221-0/+0
| | | | Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
* Major layout change to the packages directoryRichard Purdie2010-08-2715-0/+334
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>