<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git, branch dora</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=dora</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=dora'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2014-12-03T14:13:24+00:00</updated>
<entry>
<title>gdal: fix sqlite, expat and libtiff detection</title>
<updated>2014-12-03T14:13:24+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-12-01T11:50:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=e75ae8f50af3effe560c43fc63cfd1f39395f011'/>
<id>urn:sha1:e75ae8f50af3effe560c43fc63cfd1f39395f011</id>
<content type='text'>
* fixes following configure errors like:
  checking for SQLite3 library &gt;= 3.0.0... yes
  cat: /OE/sysroots/qemux86/usr/lib/include/sqlite3.h: No such file or directory
  /OE/work/i586-starfish-linux/gdal/1.10.1-r0/gdal-1.10.1/configure:
  line 25411: test: !=: unary operator expected
  configure: WARNING: Can not find SQLITE_VERSION macro in sqlite3.h
  header to retrieve SQLite version!
* and autodetected expat support which sometimes tries to use host
  version from /usr/include

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>glmark2: Add virtual/libx11 dependency</title>
<updated>2014-12-03T14:13:24+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-08-12T12:26:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=80546bfd70e887471a0a06c3daa6c7e497fb0713'/>
<id>urn:sha1:80546bfd70e887471a0a06c3daa6c7e497fb0713</id>
<content type='text'>
* without it, do_configure fails:
  | Checking for 'x11'                       : not found
  | The configuration failed

Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>daq: explicitly disable nfq and ipq modules</title>
<updated>2014-12-03T14:13:24+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-05-05T21:59:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=070dba4566eae659c688c31a6bf3a598d1f595d1'/>
<id>urn:sha1:070dba4566eae659c688c31a6bf3a598d1f595d1</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>cloud9: Fix branch param</title>
<updated>2014-04-20T13:41:44+00:00</updated>
<author>
<name>Martin Jansa</name>
<email>Martin.Jansa@gmail.com</email>
</author>
<published>2014-01-01T12:40:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=ee173678383683e972c7d4d6f0ef5790bfa50274'/>
<id>urn:sha1:ee173678383683e972c7d4d6f0ef5790bfa50274</id>
<content type='text'>
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>bash-completion: update to version 2.1</title>
<updated>2014-04-20T13:38:32+00:00</updated>
<author>
<name>Matthieu CRAPET</name>
<email>Matthieu.CRAPET@ingenico.com</email>
</author>
<published>2014-03-20T12:33:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=4479cf9a6d4b476757ad6dc5ac7a9ece2432db5c'/>
<id>urn:sha1:4479cf9a6d4b476757ad6dc5ac7a9ece2432db5c</id>
<content type='text'>
Notes:
- PARALLEL_MAKE is still required
- inherit allarch is not present because of runtime dependency with bash (TUNE_PKGARCH)

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>bash-completion: fix 'files already exist' WARNING message</title>
<updated>2014-04-20T13:38:26+00:00</updated>
<author>
<name>Matthieu CRAPET</name>
<email>Matthieu.CRAPET@ingenico.com</email>
</author>
<published>2014-03-20T12:33:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=6291199ee4c9dde2ac05e1d48372c667f92b14ff'/>
<id>urn:sha1:6291199ee4c9dde2ac05e1d48372c667f92b14ff</id>
<content type='text'>
Some bash completion commands are already provided by util-linux recipe.
Also disable parallel build because "symlinks" rule is buggy (see completions/Makefile.am).

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>networkmanager: fix incorrect configure option</title>
<updated>2014-02-01T07:57:39+00:00</updated>
<author>
<name>Javier Viguera</name>
<email>javier.viguera@digi.com</email>
</author>
<published>2014-01-23T15:55:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=40e0f371f3eb1628655c484feac0cebf810737b4'/>
<id>urn:sha1:40e0f371f3eb1628655c484feac0cebf810737b4</id>
<content type='text'>
The wrong option was breaking the build with:

configure: error: invalid package name: systemdsystemunitdir=

Signed-off-by: Javier Viguera &lt;javier.viguera@digi.com&gt;
Reviewed-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Acked-by: Koen Kooi &lt;koen@dominion.thruhere.net&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: update SRC_URI for new download location</title>
<updated>2014-02-01T07:57:39+00:00</updated>
<author>
<name>chase maupin</name>
<email>chase.maupin@ti.com</email>
</author>
<published>2014-01-30T12:49:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=2c63ef6da286e528a23509a87d55c79098e1c2b7'/>
<id>urn:sha1:2c63ef6da286e528a23509a87d55c79098e1c2b7</id>
<content type='text'>
* The old downloads location of http://www.php.net/distributions
  now points to a listing of all distributions and the mirrors or
  download locations where the sources can be downloaded.
* The new download location is http://museum.php.net/..... where
  the rest of the URL is based on the major version on PHP being
  downloaded.  This is a change from the previous download server
  which had a flattened directory structure so that all versions
  were available in a single location.
* To account for this change in the directory structure a variable
  called PHP_MAJVER is used based off of the PV to point the
  SRC_URI to the proper subdirectory.
* This issue wsa first noted by Joshua Vanderpool at
  Joshua.Vanderpool@raymondcorp.com and there was discussion at
  http://lists.openembedded.org/pipermail/openembedded-devel/2014-January/093757.html
* This patch has been commited to that master branch

Signed-off-by: Chase Maupin &lt;chase.maupin@ti.com&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gdal: Use external TIFF support</title>
<updated>2014-01-22T11:24:14+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2014-01-13T19:10:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=fdf74512fc4e8514ad74458601adb96916f7cf72'/>
<id>urn:sha1:fdf74512fc4e8514ad74458601adb96916f7cf72</id>
<content type='text'>
The TIFF support cannot be disabled so prefer to depends on 'tiff' and
use external by default.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>gdal: Avoid host headers use for SQlite3</title>
<updated>2014-01-10T11:19:09+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2014-01-06T13:54:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=34afd09fbbb750894b9de1dbb29f5bf4316805de'/>
<id>urn:sha1:34afd09fbbb750894b9de1dbb29f5bf4316805de</id>
<content type='text'>
This fixes the host contamination when the host has the SQLite3
headers available.

Signed-off-by: Otavio Salvador &lt;otavio@ossystems.com.br&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
