<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-navigation/omgps, branch pyro</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=pyro'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2016-03-14T11:15:33+00:00</updated>
<entry>
<title>omgps: remove the recipe</title>
<updated>2016-03-14T11:15:33+00:00</updated>
<author>
<name>Alexander Kanavin</name>
<email>alexander.kanavin@linux.intel.com</email>
</author>
<published>2016-02-22T17:37:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c259f032feb7213420451972ea00d4a89eb03edb'/>
<id>urn:sha1:c259f032feb7213420451972ea00d4a89eb03edb</id>
<content type='text'>
The project is dead upstream, and relies on pygobject 2.x which has been replaced
by 3.x in oe.core.

Signed-off-by: Alexander Kanavin &lt;alexander.kanavin@linux.intel.com&gt;
</content>
</entry>
<entry>
<title>omgps: fix PN -&gt; BPN for multilib</title>
<updated>2015-05-13T12:32:00+00:00</updated>
<author>
<name>Yi Zhao</name>
<email>yi.zhao@windriver.com</email>
</author>
<published>2015-05-08T07:42:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e7a63bc6ffab379d7bbe91ec7f36b8ca8ede7e8e'/>
<id>urn:sha1:e7a63bc6ffab379d7bbe91ec7f36b8ca8ede7e8e</id>
<content type='text'>
Signed-off-by: Yi Zhao &lt;yi.zhao@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>omgps: fixing B!=S build issue</title>
<updated>2014-12-19T19:10:57+00:00</updated>
<author>
<name>Raphael Silva</name>
<email>rapphil@gmail.com</email>
</author>
<published>2014-12-16T18:15:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=15d8e3227ab5e934bf76f021aea8a201d128ce44'/>
<id>urn:sha1:15d8e3227ab5e934bf76f021aea8a201d128ce44</id>
<content type='text'>
Fixed relative path affected by B != S, otherwise
It has a do_compile error:
 No rule to make target `data/etc/*.*'

Signed-off-by: Raphael Silva &lt;rapphil@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>omgps: fix do_compile error due to uninitialized variable</title>
<updated>2014-12-19T19:10:57+00:00</updated>
<author>
<name>Raphael Silva</name>
<email>rapphil@gmail.com</email>
</author>
<published>2014-12-16T18:15:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=17a7d74dbedb7bd5268efc373b6a4c07a592a55e'/>
<id>urn:sha1:17a7d74dbedb7bd5268efc373b6a4c07a592a55e</id>
<content type='text'>
The problem happended since there was an uninitialized variable
with gcc 4.9 and the parameter -Werror=maybe-uninitialized.
Initialized the variable and checked for side effects.
Removed from blacklist.

Signed-off-by: Raphael Silva &lt;rapphil@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>PNBLACKLIST: use weak assignments</title>
<updated>2014-12-17T11:55:40+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-12-06T07:01:57+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=96a92761c0a1bb2317fa4ea422c32e4473405103'/>
<id>urn:sha1:96a92761c0a1bb2317fa4ea422c32e4473405103</id>
<content type='text'>
* this makes it easier to unblacklist it from local.conf which
  is parsed before the recipes

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: add missing pkgconfig class inherits</title>
<updated>2014-06-21T11:06:13+00:00</updated>
<author>
<name>Richard Purdie</name>
<email>richard.purdie@linuxfoundation.org</email>
</author>
<published>2014-06-21T08:58:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=36d57b9234c8d940205cf83e541302ef60b755c9'/>
<id>urn:sha1:36d57b9234c8d940205cf83e541302ef60b755c9</id>
<content type='text'>
* These recipes all use pkg-config in some way but were missing
  dependencies on the tool, this patch adds them.

Signed-off-by: Richard Purdie &lt;richard.purdie@linuxfoundation.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>omgps: Blacklist because it's broken since gcc upgrade to 4.9</title>
<updated>2014-06-21T11:06:13+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-06-19T09:40:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a6112684d8ef01825153514b55c3991cb6e280b0'/>
<id>urn:sha1:a6112684d8ef01825153514b55c3991cb6e280b0</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issues</title>
<updated>2014-02-23T22:20:02+00:00</updated>
<author>
<name>Matthieu CRAPET</name>
<email>Matthieu.CRAPET@ingenico.com</email>
</author>
<published>2014-02-19T14:47:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c95e155780a0cf3a8fb59a2f86db6367d18116fc'/>
<id>urn:sha1:c95e155780a0cf3a8fb59a2f86db6367d18116fc</id>
<content type='text'>
Changes:
- rename SUMMARY with length &gt; 80 to DESCRIPTION
- rename DESCRIPTION with length &lt; 80 to (non present tag) SUMMARY
- drop final point character at the end of SUMMARY string
- remove trailing whitespace of SUMMARY line

Note: don't bump PR

Signed-off-by: Matthieu Crapet &lt;Matthieu.Crapet@ingenico.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>omgps: add libcap dependency</title>
<updated>2013-09-03T17:12:39+00:00</updated>
<author>
<name>Eren Türkay</name>
<email>eren@hambedded.org</email>
</author>
<published>2013-08-23T14:41:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=824047d132133331e4727a1ff2cffc598bf9b286'/>
<id>urn:sha1:824047d132133331e4727a1ff2cffc598bf9b286</id>
<content type='text'>
http://lists.openembedded.org/pipermail/openembedded-core/2013-August/082530.html

Omgps links against libcap without checking the library. If it cannot
find it as in the minimal build, it emits an error in the linking stage.
Add the dependency explicitly.

Signed-off-by: Eren Türkay &lt;eren@hambedded.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>omgps: Fix build with glib-2.0 &gt; 2.35</title>
<updated>2013-06-20T10:30:07+00:00</updated>
<author>
<name>Khem Raj</name>
<email>raj.khem@gmail.com</email>
</author>
<published>2013-06-13T09:37:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=eccb3d022a063d74727690c8e4f384b8406b13a6'/>
<id>urn:sha1:eccb3d022a063d74727690c8e4f384b8406b13a6</id>
<content type='text'>
Fix errors like

| src/main.c: In function 'main':
| src/main.c:490:2: error: 'g_type_init' is deprecated (declared at
/builds1/angstrom/build/tmp-angstrom_next-eglibc/sysroots/qemuarm/usr/include/glib-2.0/gobject/gtype.h:669)
[-Werror=deprecated-declarations]
|   g_type_init();
|   ^
| cc1: all warnings being treated as errors
| make[1]: *** [omgps-main.o] Error 1

Signed-off-by: Khem Raj &lt;raj.khem@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
