<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git, branch danny-next</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=danny-next</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=danny-next'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2013-05-28T07:55:11+00:00</updated>
<entry>
<title>sip-native: fix SRC_URI</title>
<updated>2013-05-28T07:55:11+00:00</updated>
<author>
<name>Eric BENARD</name>
<email>eric@eukrea.com</email>
</author>
<published>2013-04-30T08:07:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=aba52d3f2fd55cbfa1a9ec40fdd9281e88e943e7'/>
<id>urn:sha1:aba52d3f2fd55cbfa1a9ec40fdd9281e88e943e7</id>
<content type='text'>
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>cifs-utils: Add runtime recommendation to CIFS kernel module</title>
<updated>2013-05-10T12:02:50+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2013-05-08T17:29:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=3317557635ef4771e2b4c701b0ff1b2a29cf18ce'/>
<id>urn:sha1:3317557635ef4771e2b4c701b0ff1b2a29cf18ce</id>
<content type='text'>
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Joe MacDonald &lt;joe.macdonald@windriver.com&gt;
</content>
</entry>
<entry>
<title>cifs-utils: add 5.9</title>
<updated>2013-05-07T19:44:04+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen@dominion.thruhere.net</email>
</author>
<published>2013-03-18T07:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=bce6c9fa24757b346df1906d30a2395c33fb397e'/>
<id>urn:sha1:bce6c9fa24757b346df1906d30a2395c33fb397e</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Joe MacDonald &lt;joe.macdonald@windriver.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>libvpx: do not hardcode -mfloat-api=softfp for ARM builds</title>
<updated>2013-04-23T16:47:57+00:00</updated>
<author>
<name>Marcin Juszkiewicz</name>
<email>marcin.juszkiewicz@linaro.org</email>
</author>
<published>2013-04-04T20:39:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=958fea39ad59b8094b6a60cb4c57cf5994644da5'/>
<id>urn:sha1:958fea39ad59b8094b6a60cb4c57cf5994644da5</id>
<content type='text'>
| Configuring for target 'armv7-linux-gcc'
|   enabling armv7
|   enabling armv6
|   enabling armv5te
|   enabling fast_unaligned
| Unable to invoke compiler: arm-oe-linux-gnueabi-gcc  -march=armv7-a -marm -mthumb-interwork -mfloat-abi=hard -mfpu=neon --sysroot=/home/hrw/HDD/devel/canonical/aarch64/openembedded/build/tmp-eglibc/sysroots/genericarmv7a -O2 -pipe -g -feliminate-unused-debug-types -fPIC -march=armv7-a -mcpu=cortex-a8 -mfpu=neon -mfloat-abi=softfp -O3 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wdeclaration-after-statement -Wdisabled-optimization -Wpointer-arith -Wtype-limits -Wcast-qual -Wno-unused
|
| Configuration failed. This could reflect a misconfiguration of your
| toolchains, improper options selected, or another problem. If you
| don't see any useful error messages above, the next step is to look
| at the configure error log file (config.err) to determine what
| configure was trying to do when it died.

Signed-off-by: Marcin Juszkiewicz &lt;marcin.juszkiewicz@linaro.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>p910nd: Fix the lock directory use</title>
<updated>2013-04-22T20:32:02+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2013-04-19T18:52:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=a4ef64fca34fdd24a97575d196027685b77d6c54'/>
<id>urn:sha1:a4ef64fca34fdd24a97575d196027685b77d6c54</id>
<content type='text'>
The original code uses a subdir inside of /var/lock which is hard for
us to manage as it may be running in tmpfs; we did change it for avoid
the subdir so it just works.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>gnumeric: add recipe for version 1.12.0</title>
<updated>2013-04-22T20:31:58+00:00</updated>
<author>
<name>Mario Domenech Goulart</name>
<email>mario@ossystems.com.br</email>
</author>
<published>2013-04-15T20:45:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0d1a2039e47249c61324d64fb05d364c2f694746'/>
<id>urn:sha1:0d1a2039e47249c61324d64fb05d364c2f694746</id>
<content type='text'>
Based on the OE classic recipe as of
bd204492e0ed296bbac2999da29f831cbdf965f9

Signed-off-by: Mario Domenech Goulart &lt;mario@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>goffice: update to version 0.10.1</title>
<updated>2013-04-22T20:31:53+00:00</updated>
<author>
<name>Mario Domenech Goulart</name>
<email>mario@ossystems.com.br</email>
</author>
<published>2013-04-15T21:04:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=47de69536963046de85d382c7f1fe68c228d83b3'/>
<id>urn:sha1:47de69536963046de85d382c7f1fe68c228d83b3</id>
<content type='text'>
That's a version requirement for Gnumeric.

Note that goffice 0.10.1 requires gtk3.

Signed-off-by: Mario Domenech Goulart &lt;mario@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>libgsf: update to version 1.14.26</title>
<updated>2013-04-22T20:31:49+00:00</updated>
<author>
<name>Mario Domenech Goulart</name>
<email>mario@ossystems.com.br</email>
</author>
<published>2013-04-13T17:15:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=28f567584ef1874b379d9d0e2ed13b8fb7732aab'/>
<id>urn:sha1:28f567584ef1874b379d9d0e2ed13b8fb7732aab</id>
<content type='text'>
Previous version was 1.14.21, but Gnumeric requires at least 1.14.24.
Since we are changing it, we pick the latest available version.

Signed-off-by: Mario Domenech Goulart &lt;mario@ossystems.com.br&gt;
Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>gnome-disk-utility: fix unpackaged files</title>
<updated>2013-04-22T20:31:02+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-12-05T17:59:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=424f5bb363eda81071f1393a8cc51346c7a0e6b1'/>
<id>urn:sha1:424f5bb363eda81071f1393a8cc51346c7a0e6b1</id>
<content type='text'>
* WARNING: QA Issue: gnome-disk-utility: Files/directories were installed but not shipped
  /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.la
  /usr/lib/nautilus/extensions-2.0/libnautilus-gdu.a
  /usr/lib/nautilus/extensions-2.0/.debug
  /usr/lib/nautilus/extensions-2.0/.debug/libnautilus-gdu.so

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
<entry>
<title>gnome-disk-utility: disable failing docs generation</title>
<updated>2013-04-22T20:30:54+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2012-12-05T16:14:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ad49fd3f47b2b1541f8eb8e8fc0c4160a4e915cc'/>
<id>urn:sha1:ad49fd3f47b2b1541f8eb8e8fc0c4160a4e915cc</id>
<content type='text'>
* xmlto does not work correctly
  https://bugzilla.yoctoproject.org/show_bug.cgi?id=2416

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
Signed-off-by: Eric Bénard &lt;eric@eukrea.com&gt;
</content>
</entry>
</feed>
