aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libqpe
AgeCommit message (Collapse)Author
2010-12-15libqpe-opie: fix 1.2.5 recipe to use INC_PRPaul Eggleton
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-12-15Opie: add checksums to 1.2.5 recipesPaul Eggleton
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-12-15Opie: add checksums to 1.2.4 recipesPaul Eggleton
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-12-14Opie: add version 1.2.5Paul Eggleton
Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-12-14Opie: switch recipes away from CVSPaul Eggleton
handhelds.org CVS is unavailable, so switch 1.2.4 recipes to split source tarballs and all remaining Opie recipes over to the Opie git repository. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-12-14Opie: remove version 1.2.3 recipesPaul Eggleton
Opie 1.2.3 is no longer referred to by any distro and has been superseded some time ago by 1.2.4. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-10-19libqpe-opie: add unbreak-logging-2.patch which applies against current git ↵Paul Eggleton
version
2010-10-19Build development versions of Opie from git instead of CVS.Paul Eggleton
Note that this change requires a version of BitBake with the "git subpath" patch applied. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-10-11libqpe-opie: remove superfluous do_stage (). Bump PR.Andrea Adami
2010-09-29libqpe-opie: copy double_name.patch from opie-mediaplayer1Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
2010-09-25libqpe : moved unused files to obsolete dirFrans Meulenbroeks
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
2010-08-17opie: remove version 1.2.2 recipesPaul Eggleton
These have probably been unbuildable for some time now, and there is no reason not to use a newer version. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson
For .diff/.patch you need to apply manually, you can specify apply=no. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson
I think this makes the behavior rather more clear. Signed-off-by: Chris Larson <chris_larson@mentor.com> Acked-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Khem Raj <raj.khem@gmail.com>
2010-01-19libqpe, opie-taskbar: Fix linking errors found with 2.20 ldKhem Raj
* Fix PR #5376 * Dont remove ~LnkProperties when QTOPIA_INTERNAL_FSLP is not defined this could cause g++ to emit default destructor which will be inlined and as we asked inlines to have hidden visibility it could make the destructor hidden in the final library this happens now because ld can merge the visibility attributes which it did not do before. * Note that this fix might be needed in few other places too. We will fix them as we encounter them. * Remove the workaround in opie-taskbar Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-20libqpe-opie: Dont inherit opie.Khem Raj
* inhetriting opie caused other problems like circular dependencies in do_stage task etc. therefore dont inherit opie just to get a variable instead define the variable here. * Add a note about the above in the cvs recipe so in future updates happens correctly. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-12-10libqpe-opie: inherit opie for OPIE_CVS_PVKhem Raj
* Move to using INC_PR. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2009-07-16libqpe-opie: add no-include-pro.patch to CVS versionPaul Eggleton
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
See links below for more details: http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326 http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816 Signed-off-by: Denys Dmytriyenko <denis@denix.org> Acked-by: Mike Westerhof <mwester@dls.net> Acked-by: Philip Balister <philip@balister.org> Acked-by: Khem Raj <raj.khem@gmail.com> Acked-by: Marcin Juszkiewicz <hrw@openembedded.org> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>