aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gammu
AgeCommit message (Collapse)Author
2011-06-02gammu: add `curl` to `DEPENDS`Paul Menzel
Task compile failed with the following error message [1]. Linking C executable gammu /oe/build-angstrom-next/angstrom-dev/sysroots/i686-linux/usr/lib/libcurl.so: could not read symbols: File in wrong format collect2: ld returned 1 exit status make[3]: *** [gammu/gammu] Error 1 Adding `curl` to `DEPENDS` as suggested by Stanislav [2] fixes this problem. This patch is build tested using `angstrom-2010.x` and `minimal{,-uclibc}` for `MACHINE = "beagleboard"`. [1] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-June/033194.html [2] http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-June/033197.html Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
2011-05-31gammu: Upgrade to version 1.29.0 and fix build.Stanislav Brabec
Signed-off-by: Stanislav Brabec <utx@penguin.cz>
2010-08-03500+ recipes: remove do_stageFrans Meulenbroeks
This patch removes all occurrences of do_stage() { autotools_stage_all } including all kind of variants w.r.t whitespace Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <koen@openembedded.org> Acked-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa
* fetch all *.bb with patched utils.bbclass appending all checksums found only in checksums.ini to recipe Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-03-25use PYTHON_SITEPACKAGES_DIRRoman I Khimov
Converted most of python site-packages references to PYTHON_SITEPACKAGES_DIR. Signed-off-by: Roman I Khimov <khimov@altell.ru>
2009-10-18gammu: Updated to version 1.26.1.Stanislav Brabec
2009-06-12gammu: Update to version 1.24.0.Stanislav Brabec
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>