aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tangogps
AgeCommit message (Collapse)Author
2010-06-27tangogps.inc: add missing dep for libsoup-2.4Klaus Kurzmann
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
2010-06-25tangogps: add 0.99.4 version and drop older 0.99.xMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa
* there is probably very few cases when it's needed without _${PN}, if you find one in attached patch, please enlighten me * usually we want those only for ${PN} not for all ${PACKAGES} ie ${PN}-dev, ${PN)-doc etc * there is a check for this in recipe-sanity.bclass * there is maybe few possible fixes also in bbclasses cpan-base.bbclass:RDEPENDS += "${@["perl", ""][(bb.data.inherits_class('native', d))]}" distutils-base.bbclass:RDEPENDS += "python-core" gtk-icon-cache.bbclass:RDEPENDS += "hicolor-icon-theme" image.bbclass:RDEPENDS += "${IMAGE_INSTALL} ${IMAGE_BOOT}" module.bbclass:RDEPENDS += "kernel (${KERNEL_VERSION}) update-modules" ?opie_i18n.bbclass: rdepends = bb.data.getVar("RDEPENDS", d, 1) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS_%s' % x[0].lower(), pn, d) ?opie_i18n.bbclass: bb.data.setVar('RDEPENDS', rdepends, d) rubyextension.bbclass:RDEPENDS += "ruby" Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
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-02-16tangogps: add version 0.99.3Thomas Zimmermann
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2010-01-04tangogps: add 0.99.2Koen Kooi
2009-11-22tangogps: bump version to 0.99.1Sebastian Krzyszkowiak
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-19tangogps: RRECOMMENDS fso-gpsd for SHRMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2009-11-18tangogps: add version 0.9.9 from SHRMartin Jansa
2009-07-21tangogps.inc: depend on libexifDenis 'Gnutoo' Carikli
If we don't depend on libexif we have that error: | In file included from geo_photos.c:12: | exif.h:1:31: error: libexif/exif-data.h: No such file or directory | In file included from geo_photos.c:12: | exif.h:3: error: expected ')' before '*' token | exif.h:4: error: expected ')' before '*' token | geo_photos.c: In function 'geo_photo_dialog_image_data_next': | geo_photos.c:527: error: 'ExifData' undeclared (first use in this function) | geo_photos.c:527: error: (Each undeclared identifier is reported only once | geo_photos.c:527: error: for each function it appears in.) | geo_photos.c:527: error: 'ed' undeclared (first use in this function) | geo_photos.c:609: warning: implicit declaration of function 'exif_data_new_from_file' | geo_photos.c:615: warning: implicit declaration of function 'show_tag' | geo_photos.c:615: error: 'EXIF_IFD_0' undeclared (first use in this function) | geo_photos.c:615: error: 'EXIF_TAG_DATE_TIME' undeclared (first use in this function) | geo_photos.c:615: warning: assignment makes pointer from integer without a cast | geo_photos.c:616: warning: implicit declaration of function 'strptime' | make[2]: *** [geo_photos.o] Error 1 | make[2]: Leaving directory `/home/embedded/oetmp_bug/work/armv6-angstrom-linux-gnueabi/tangogps-0.9.6-r0/tangogps-0.9.6/src' | make[1]: *** [all-recursive] Error 1 | make[1]: Leaving directory `/home/embedded/oetmp_bug/work/armv6-angstrom-linux-gnueabi/tangogps-0.9.6-r0/tangogps-0.9.6' | make: *** [all] Error 2 | FATAL: oe_runmake failed
2009-06-08tangogps: Update to version 0.9.6.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>