<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-openembedded.git/meta-oe/recipes-devtools/php/php.inc, branch fido</title>
<subtitle>Mirror of git.openembedded.org/meta-openembedded</subtitle>
<id>https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-openembedded.git/atom?h=fido'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/'/>
<updated>2014-10-10T10:47:34+00:00</updated>
<entry>
<title>php 5.4.14: merge .inc and .bb</title>
<updated>2014-10-10T10:47:34+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen.kooi@linaro.org</email>
</author>
<published>2014-10-06T09:54:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=26043cbe2d9add3ab1f6464e647d04f0e077aede'/>
<id>urn:sha1:26043cbe2d9add3ab1f6464e647d04f0e077aede</id>
<content type='text'>
There's only one version of the recipe in the repo and the split makes it harder to debug and fix problems.

Also fix target overrides and style issues.

Signed-off-by: Koen Kooi &lt;koen.kooi@linaro.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: Fix native build due mistakenly linking against host's iconv</title>
<updated>2014-08-27T10:49:18+00:00</updated>
<author>
<name>Otavio Salvador</name>
<email>otavio@ossystems.com.br</email>
</author>
<published>2014-08-24T19:39:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=768f20b8ad12aadc9f2e6f52b342e6a1b243dc2a'/>
<id>urn:sha1:768f20b8ad12aadc9f2e6f52b342e6a1b243dc2a</id>
<content type='text'>
The configure script has mistakenly choose to enable iconv support,
due host to provide it, adding '/usr/lib' to the linking flags and
failing as:

,----[ Linking error while testing 'fork' support ]
| conftest.c:268: warning: conflicting types for built-in function 'fork'
| .../build/tmp/sysroots/x86_64-linux/usr/lib/libxml2.so:
|     undefined reference to `gzopen64@ZLIB_1.2.3.3'
| collect2: ld returned 1 exit status
`----

This patch disables iconv support for native builds fixing the error.

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>php 5.4.14: use pkg-config for libxml2 detection</title>
<updated>2014-08-05T10:02:40+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen.kooi@linaro.org</email>
</author>
<published>2014-06-19T06:54:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=466e0278acc96aabd29877933b22ae19e23cf810'/>
<id>urn:sha1:466e0278acc96aabd29877933b22ae19e23cf810</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen.kooi@linaro.org&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: fix do_installing when S!=B</title>
<updated>2014-05-05T16:31:29+00:00</updated>
<author>
<name>Koen Kooi</name>
<email>koen.kooi@linaro.org</email>
</author>
<published>2014-05-05T08:02:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=557d978222dc9a904ce43131c0dfbac1411a8236'/>
<id>urn:sha1:557d978222dc9a904ce43131c0dfbac1411a8236</id>
<content type='text'>
Signed-off-by: Koen Kooi &lt;koen.kooi@linaro.org&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:51:05+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=dcf37be559313c63c7d87d6106cc206f664abbbb'/>
<id>urn:sha1:dcf37be559313c63c7d87d6106cc206f664abbbb</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>php: move INSTALL_ROOT over to EXTRA_OEMAKE</title>
<updated>2013-05-03T14:12:02+00:00</updated>
<author>
<name>Jack Mitchell</name>
<email>jack.mitchell@dbbroadcast.co.uk</email>
</author>
<published>2013-04-29T14:10:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=def06e9e9aec30ad14020073d7c4a506e3408968'/>
<id>urn:sha1:def06e9e9aec30ad14020073d7c4a506e3408968</id>
<content type='text'>
move INSTALL_ROOT over to EXTRA_OEMAKE rather than over riding
oe_runmake install

Signed-off-by: Jack Mitchell &lt;jack.mitchell@dbbroadcast.co.uk&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: remove unneeded THREADS export</title>
<updated>2013-05-03T14:12:02+00:00</updated>
<author>
<name>Jack Mitchell</name>
<email>jack.mitchell@dbbroadcast.co.uk</email>
</author>
<published>2013-04-29T13:23:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=764e88de034838794ed8a34842ea85b1e8a8d3b4'/>
<id>urn:sha1:764e88de034838794ed8a34842ea85b1e8a8d3b4</id>
<content type='text'>
This is no longer required, as pthreads is the default thread library

Signed-off-by: Jack Mitchell &lt;jack.mitchell@dbbroadcast.co.uk&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: remove unnecessary LIBS export</title>
<updated>2013-05-03T14:12:02+00:00</updated>
<author>
<name>Jack Mitchell</name>
<email>jack.mitchell@dbbroadcast.co.uk</email>
</author>
<published>2013-04-29T13:23:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=8780196e55da64f9dd4bd7c99cbec2af2554b14c'/>
<id>urn:sha1:8780196e55da64f9dd4bd7c99cbec2af2554b14c</id>
<content type='text'>
Adding explicit LIBS additions is not required anymore

Signed-off-by: Jack Mitchell &lt;jack.mitchell@dbbroadcast.co.uk&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: remove obsolete CFLAGS</title>
<updated>2013-05-03T14:12:02+00:00</updated>
<author>
<name>Jack Mitchell</name>
<email>jack.mitchell@dbbroadcast.co.uk</email>
</author>
<published>2013-04-29T13:23:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=0dd39f8d5d1817ea73e2e6e4b4a63779a90bc7c4'/>
<id>urn:sha1:0dd39f8d5d1817ea73e2e6e4b4a63779a90bc7c4</id>
<content type='text'>
PTYS_ARE_GETPT and PTYS_ARE_SEARCHED don't appear anywhere in the
source code anymore, remove them.

Signed-off-by: Jack Mitchell &lt;jack.mitchell@dbbroadcast.co.uk&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
<entry>
<title>php: add sqlite3 and mysql PACKAGECONFIG options</title>
<updated>2013-04-26T08:00:32+00:00</updated>
<author>
<name>Jack Mitchell</name>
<email>jack.mitchell@dbbroadcast.co.uk</email>
</author>
<published>2013-04-23T09:18:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-openembedded.git/commit/?id=c61ab94d5b94672a29b0b06b6fb7b6d5ea38119e'/>
<id>urn:sha1:c61ab94d5b94672a29b0b06b6fb7b6d5ea38119e</id>
<content type='text'>
Signed-off-by: Jack Mitchell &lt;jack.mitchell@dbbroadcast.co.uk&gt;
Signed-off-by: Martin Jansa &lt;Martin.Jansa@gmail.com&gt;
</content>
</entry>
</feed>
