diskimage-builder/lib
Ralf Haferkamp 9dcd13d45c Make copy_required_libs() more robust
On some systems ldd gives a slightly different output for VDSOs. It doesn't
contain a '=>'. E.g.:
   linux-vdso.so.1 (0x00007fff2f4a6000)
instead of:
   linux-vdso.so.1 => (0x00007fff2f4a6000)
This patch simply skips all entries in the ldd output which don't expand to a
path name to workaround that.

Change-Id: Ie37637890b775b36bb31af4e586e61131bd80fa8
2014-01-22 21:54:26 +01:00
..
common-defaults Make sure sbin paths are in $PATH 2013-12-16 14:42:59 -05:00
common-functions Fixed device or resource busy issue in EXIT trap 2014-01-03 16:53:38 +08:00
die Fix copyrights for HP work. 2012-11-15 16:20:32 +13:00
img-defaults Move /tmp/ccache setup to base element 2013-10-10 16:27:09 +11:00
img-functions Refactor unmount_image with unmount_dir 2014-01-03 16:55:17 +08:00
ramdisk-defaults Remove BUSYBOX variable from ramdisk-defaults 2013-11-11 14:36:15 +01:00
ramdisk-functions Make copy_required_libs() more robust 2014-01-22 21:54:26 +01:00