<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-gnome, branch dizzy</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=dizzy</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=dizzy'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2015-04-29T17:24:09+00:00</updated>
<entry>
<title>libsecret: add missing dependency on intltool-native</title>
<updated>2015-04-29T17:24:09+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2015-04-24T20:00:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2f0c047191a8f7201dcf7279fe7f1cdc600cd58f'/>
<id>urn:sha1:2f0c047191a8f7201dcf7279fe7f1cdc600cd58f</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-gnome: Add LAYERVERSION and LAYERDEPENDS</title>
<updated>2015-01-28T07:59:24+00:00</updated>
<author>
<name>Jackie Huang</name>
<email>jackie.huang@windriver.com</email>
</author>
<published>2014-11-26T05:42:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=86cabc0dabbd801d212388ef13efa30179099d90'/>
<id>urn:sha1:86cabc0dabbd801d212388ef13efa30179099d90</id>
<content type='text'>
According to README, it depends on oe-core and openembedded-layer

Signed-off-by: Jackie Huang &lt;jackie.huang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>PNBLACKLIST: use weak assignments</title>
<updated>2014-12-27T02:04:33+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=4bf3c443a56749f332913d3435f1850ab8207a8e'/>
<id>urn:sha1:4bf3c443a56749f332913d3435f1850ab8207a8e</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;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>obexd: conflict with bluez5</title>
<updated>2014-12-27T02:00:40+00:00</updated>
<author>
<name>Peter Bigot</name>
<email>pab@pabigot.com</email>
</author>
<published>2014-11-26T20:06:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=06090d792d817261bee3ce453f73d8875e5c7fdb'/>
<id>urn:sha1:06090d792d817261bee3ce453f73d8875e5c7fdb</id>
<content type='text'>
obexd was integrated into bluez5 and is no longer a separate package.

Signed-off-by: Peter A. Bigot &lt;pab@pabigot.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>meta-gnome: fix typo of directory name</title>
<updated>2014-12-27T01:58:14+00:00</updated>
<author>
<name>Kang Kai</name>
<email>kai.kang@windriver.com</email>
</author>
<published>2014-12-01T09:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=1b01b3c6288df09160f0a8d28c0ab56d4eb17be1'/>
<id>urn:sha1:1b01b3c6288df09160f0a8d28c0ab56d4eb17be1</id>
<content type='text'>
Fix typo of directory name 'recipe-devtools' in meta-gnome. It should
recipes-devtools.

Signed-off-by: Kai Kang &lt;kai.kang@windriver.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>gvfs: replace deprecated g_memmove by memmove</title>
<updated>2014-12-01T13:24:52+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2014-10-30T10:04:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e927c88d6f83c30eec9ad973a0dbcd05f01b5a69'/>
<id>urn:sha1:e927c88d6f83c30eec9ad973a0dbcd05f01b5a69</id>
<content type='text'>
* g_memmove was deprecated ib glib-2.0 2.40
* opening a remote connection created by gigolo with thunar failed with:
  | thunar: symbol lookup error: /usr/lib/modules/libgvfsdbus.so: undefined symbol: g_memmove
* further tests showed that browsing in windows networks is fixed now

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
</content>
</entry>
<entry>
<title>update maintainer info in README's for dizzy</title>
<updated>2014-10-30T08:07:58+00:00</updated>
<author>
<name>Armin Kuster</name>
<email>akuster808@gmail.com</email>
</author>
<published>2014-10-13T15:21:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3f7b49d039a169be88236e1b3e4bca25c6814284'/>
<id>urn:sha1:3f7b49d039a169be88236e1b3e4bca25c6814284</id>
<content type='text'>
* This is the first time meta-python is being taged with a release

Acked-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Armin Kuster &lt;akuster808@gmail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>network-manager-applet: add basic AP support</title>
<updated>2014-10-27T11:50:00+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2014-10-20T13:27:46+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=7a7f06b90c3f051569e4277b2491ece2d381ac84'/>
<id>urn:sha1:7a7f06b90c3f051569e4277b2491ece2d381ac84</id>
<content type='text'>
Tested with gumstix overo as access point and connected windows pc and android
smartphone.

Note that there are are some settings available for AP which do not make sense - see
[1] for further details.

[1] https://bugzilla.gnome.org/show_bug.cgi?id=734589#c6

Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>tracker: add dependency on networkmanager</title>
<updated>2014-10-14T09:48:57+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-10-10T10:39:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=f48e71ec3e3401231eb66fc810e7c18f0e659b47'/>
<id>urn:sha1:f48e71ec3e3401231eb66fc810e7c18f0e659b47</id>
<content type='text'>
* fixes following QA warnings:
  tracker-0.14.2: tracker rdepends on libnmglib, but it isn't a build dependency? [build-deps]
  tracker-0.14.2: tracker rdepends on libnmutil, but it isn't a build dependency? [build-deps]
  tracker-0.14.2: tracker rdepends on nss, but it isn't a build dependency? [build-deps]

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>network-manager-applet: do not delete config.log - it contains useful information</title>
<updated>2014-10-10T10:47:35+00:00</updated>
<author>
<name>Andreas Müller</name>
<email>schnitzeltony@googlemail.com</email>
</author>
<published>2014-10-08T15:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=95d7606c6706a6bae9814879eb5640ae70166c86'/>
<id>urn:sha1:95d7606c6706a6bae9814879eb5640ae70166c86</id>
<content type='text'>
Signed-off-by: Andreas Müller &lt;schnitzeltony@googlemail.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
