autotools.bbclass: adding do_install_append() to autotools.bbclass
authorJulian_chu <julian_chu@openmoko.com>
Sun, 27 Jul 2008 14:56:58 +0000 (22:56 +0800)
committerJohn Lee <john_lee@openmoko.org>
Mon, 12 Jan 2009 06:04:29 +0000 (14:04 +0800)
commit4057635c8f602b44f954b8181cd8746c06374bcf
tree892c169c380e7c2c2e195093957c8c65029510b3
parentccd72dd30fd9de6c06c9a2e03a84d862c3969386
autotools.bbclass: adding do_install_append() to autotools.bbclass

This function is used to correct .la files.  Many bb files use their
own do_install so just adding this into the original
autoclass_do_install won't work.  This ensures the .la files contain
correct path.
classes/autotools.bbclass