Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-06-01 Thread yocto yocto
I am willed to do this since I rely on postgresql. It would help if you could provide some hints which files are or might be related to the problem since I am relatively new to yocto. I would do the rest of the work. 2015-05-28 13:15 GMT+02:00 Paul Eggleton paul.eggle...@linux.intel.com: On

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-28 Thread Paul Eggleton
On Saturday 23 May 2015 11:12:22 yocto yocto wrote: after looking at the config.log that I sent you I realized that all unsafe for cross-compilation message occur because the recipe tries to link against my local installation of postgresql-server-dev-9.3 and libpq-dev lying in /usr/lib.

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Paul Eggleton
On Thursday 21 May 2015 23:21:53 yocto yocto wrote: Good day, I am working with the intel Edison. Therefore I am using the meta-openembedded “daisy” branch (have a look here: https://github.com/openembedded/meta-openembedded/branches/stale). Using another branch causes bitbake errors.

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread yocto yocto
I set BBCLASSEXTEND = native active again. My php_5.5.24.bbappend looks like this (just one line): PACKAGECONFIG_append_class-native = pgsql However, the error still persists, nothing changed: - ERROR: Nothing PROVIDES 'postgresql-native' (but

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Martin Jansa
On Fri, May 22, 2015 at 09:51:31AM +0100, Paul Eggleton wrote: On Thursday 21 May 2015 23:21:53 yocto yocto wrote: Good day, I am working with the intel Edison. Therefore I am using the meta-openembedded “daisy” branch (have a look here:

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Martin Jansa
On Fri, May 22, 2015 at 01:44:20PM +0200, yocto yocto wrote: I set BBCLASSEXTEND = native active again. My php_5.5.24.bbappend looks like this (just one line): PACKAGECONFIG_append_class-native = pgsql Do you really want to add it for native or target version? However, the error still

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread yocto yocto
Thanks for helping me. My *.bbappend looks now like this: PACKAGECONFIG_append_class-target = pgsql bitbake php results now in: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining system capabilities. Rerun configure task after fixing

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Paul Eggleton
On Friday 22 May 2015 15:34:50 yocto yocto wrote: Thanks for helping me. My *.bbappend looks now like this: PACKAGECONFIG_append_class-target = pgsql bitbake php results now in: ERROR: This autoconf log indicates errors, it looked at host include and/or library paths while determining

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Paul Eggleton
On Friday 22 May 2015 14:00:50 Martin Jansa wrote: On Fri, May 22, 2015 at 01:44:20PM +0200, yocto yocto wrote: I set BBCLASSEXTEND = native active again. My php_5.5.24.bbappend looks like this (just one line): PACKAGECONFIG_append_class-native = pgsql Do you really want to add it

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread yocto yocto
Please find the log file attached. The error is at the end 2015-05-22 15:38 GMT+02:00 Paul Eggleton paul.eggle...@linux.intel.com: On Friday 22 May 2015 15:34:50 yocto yocto wrote: Thanks for helping me. My *.bbappend looks now like this: PACKAGECONFIG_append_class-target = pgsql

Re: [yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-22 Thread Paul Eggleton
On Friday 22 May 2015 16:40:15 yocto yocto wrote: Hello Paul, build does not exist. I attached the config.log from the following folder: /development/edison-src/build/tmp/work/core2-32-poky-linux/php/5.5.24-r0/php -5.5.24 Ah right, of course, in daisy we didn't use a separate build dir, I

[yocto] How to enable php5 (php_5.5.24.bb) support for postgresql

2015-05-21 Thread yocto yocto
Good day, I am working with the intel Edison. Therefore I am using the meta-openembedded “daisy” branch (have a look here: https://github.com/openembedded/meta-openembedded/branches/stale). Using another branch causes bitbake errors. Beside this, “daisy” is recommended for the intel Edison