Re: [OE-core] [oe-commits] Joe MacDonald : libpcap: add pkg-config support

2015-02-28 Thread Martin Jansa
On Sun, Mar 01, 2015 at 07:34:55AM +, g...@git.openembedded.org wrote: > Module: openembedded-core.git > Branch: master-next > Commit: 0f51c1260ac53aa4843e29b00cd600eb64074260 > URL: > http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=0f51c1260ac53aa4843e29b00cd600eb64074260 >

[OE-core] NFS server

2015-02-28 Thread Michael Gloff
All, I have run into the issue of nfs server seg faulting when trying to start. After some searching I found that it is related to GCC 4.9.x and nfs-utils-1.3.X http://lists.linuxfromscratch.org/pipermail/blfs-dev/2014-July/027853.html There is a patch that I have tested locally that works. I'm

[OE-core] [PATCH V3 2/2] volatiles: Change linking ordering of resolv.conf

2015-02-28 Thread Michael Gloff
Fixes error on boot on readonly rootfs rm: can't remove '/etc/resolv.conf': Read-only file system ln: /etc/resolv.conf: File exists Signed-off-by: Michael Gloff --- .../initscripts/initscripts-1.0/volatiles |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) di

[OE-core] [PATCH V3 1/2] volatiles: Link /media appropriately

2015-02-28 Thread Michael Gloff
Since the change of /etc/udev/scripts/mount.sh to use tmpfs, link /media to it Signed-off-by: Michael Gloff --- .../initscripts/initscripts-1.0/volatiles |2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-core/initscripts/initscripts-1.0/volatiles b/meta/reci