[OE-core] RPATH errors in postgresql

2012-07-23 Thread Nathan West
I get the following list of errors while building postgresql: I added an EXTRA_OECONF of --disable-rpath based on this fix: http://comments.gmane.org/gmane.comp.handhelds.openembedded.core/17183 I'm not entirely sure what this does, but it does seem to fix the build. My initial guess is it remove

Re: [OE-core] [PATCH] point prelink.conf to ${IMAGE_ROOTFS}

2012-07-18 Thread Nathan West
Wow I'm bad at this. Sorry again about that reply only to you! On Wed, Jul 18, 2012 at 9:24 AM, Nathan West wrote: > Thanks Saul. Sorry about the duplicate there... > > I think we are both right somehow... I didn't have this problem using > vanilla oe-core, > it only

[OE-core] [PATCH] meta/classes/image-prelink.bbclass point prelink config to ${IMAGE_ROOTFS} and remove --root option

2012-07-17 Thread Nathan West
The --root option doesn't work and isn't documented anywhere I could find. In a previous line the config is created in ${IMAGE_ROOTFS}${sysconfdir}/prelink.conf, without the ${IMAGE_ROOTFS} we point to /etc/prelink.conf (on the native machine). Signed-off-by: westn --- meta/classes/image-prelink

[OE-core] [PATCH] point prelink.conf to ${IMAGE_ROOTFS}

2012-07-17 Thread Nathan West
Hopefully I do this right. First time patching (ever! this is exciting :-) ) The --root option doesn't work and isn't documented anywhere I could find, and without the ${IMAGE_ROOTFS} before the config file it was point to my native /etc/prelink.conf (which doesn't exist and probably would be usef