<feed xmlns='http://www.w3.org/2005/Atom'>
<title>multitech-oe.git/recipes/tangogps, branch testing</title>
<subtitle>Multi-Tech CoreCDP 1.x OpenEmbedded Tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/'/>
<entry>
<title>tangogps.inc: add missing dep for libsoup-2.4</title>
<updated>2010-06-27T08:23:54+00:00</updated>
<author>
<name>Klaus Kurzmann</name>
<email>mok@fluxnetz.de</email>
</author>
<published>2010-06-27T08:23:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=506ffdc27aa0b6bb3b79db88a56caf945a7f6721'/>
<id>506ffdc27aa0b6bb3b79db88a56caf945a7f6721</id>
<content type='text'>
Signed-off-by: Klaus Kurzmann &lt;mok@fluxnetz.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Klaus Kurzmann &lt;mok@fluxnetz.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tangogps: add 0.99.4 version and drop older 0.99.x</title>
<updated>2010-06-25T20:50:01+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-06-25T20:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=5e3295a867d7f3853e997dcdd80c216c0792b826'/>
<id>5e3295a867d7f3853e997dcdd80c216c0792b826</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDS</title>
<updated>2010-06-03T05:33:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-06-02T13:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=d4276bed389b7db06db58c7acebb83f92bff86a5'/>
<id>d4276bed389b7db06db58c7acebb83f92bff86a5</id>
<content type='text'>
* 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 &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 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 &lt;Martin.Jansa@gmail.com&gt;
Acked-by: Koen Kooi &lt;k-kooi@ti.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>recipes: move checksums to recipes from checksums.ini</title>
<updated>2010-04-12T18:07:27+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2010-04-10T09:21:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=44985d56bc556786812a0a02d6219afd31a7381d'/>
<id>44985d56bc556786812a0a02d6219afd31a7381d</id>
<content type='text'>
* fetch all *.bb with patched utils.bbclass appending all checksums
  found only in checksums.ini to recipe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fetch all *.bb with patched utils.bbclass appending all checksums
  found only in checksums.ini to recipe

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tangogps: add version 0.99.3</title>
<updated>2010-02-16T12:09:16+00:00</updated>
<author>
<name>Thomas Zimmermann</name>
<email>ml@vdm-design.de</email>
</author>
<published>2010-02-16T09:32:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=f34fc00871bc7e14a60623aa8e44f791bfc54ac4'/>
<id>f34fc00871bc7e14a60623aa8e44f791bfc54ac4</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tangogps: add 0.99.2</title>
<updated>2010-01-04T09:12:25+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@openembedded.org</email>
</author>
<published>2010-01-03T21:47:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=76ea847c1595ec8ba82edd82647bc7ed04fdf470'/>
<id>76ea847c1595ec8ba82edd82647bc7ed04fdf470</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tangogps: bump version to 0.99.1</title>
<updated>2009-11-22T14:10:59+00:00</updated>
<author>
<name>Sebastian Krzyszkowiak</name>
<email>seba.dos1@gmail.com</email>
</author>
<published>2009-11-22T12:55:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=6ca25783a9de8055540475cd3499c4638205c729'/>
<id>6ca25783a9de8055540475cd3499c4638205c729</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tangogps: RRECOMMENDS fso-gpsd for SHR</title>
<updated>2009-11-19T07:51:20+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2009-11-18T13:08:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=81f27f67f470231fce4e79e2be01e22b44a5b873'/>
<id>81f27f67f470231fce4e79e2be01e22b44a5b873</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tangogps: add version 0.9.9 from SHR</title>
<updated>2009-11-18T08:57:35+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2009-11-18T08:12:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=ee94b0ada20f26f0846c2630b9096ab014990f01'/>
<id>ee94b0ada20f26f0846c2630b9096ab014990f01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tangogps.inc: depend on libexif</title>
<updated>2009-07-21T21:20:54+00:00</updated>
<author>
<name>Denis 'Gnutoo' Carikli</name>
<email>GNUtoo@no-log.org</email>
</author>
<published>2009-07-21T21:20:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.multitech.net/cgit/multitech-oe.git/commit/?id=b92d1c58d543526b8580b25713507d3375992978'/>
<id>b92d1c58d543526b8580b25713507d3375992978</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
</feed>
