aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libtool/libtool-nativesdk_2.4.bb
AgeCommit message (Collapse)Author
2010-10-15libtool-2.4: Append lt_sysroot to libdirKhem Raj
Remove cross.patch which is not needed now. Fix PR setting. Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-11libtool: Abstact more common things to libtool.incKhem Raj
* inherit autotools is now in libtool.inc and so is EXTRA_AUTORECONF = "--exclude=libtoolize" * Include libtool.inc separately into -cross -native -sdk and -nativesdk recipes for 2.4 this avoids the problem where libltdl etc are also provided by -sdk and -nativesdk recipes which is incorrect * Delete ${D}${infodir}/dir this should be regenerated at install time Signed-off-by: Khem Raj <raj.khem@gmail.com>
2010-10-10libtool-2.4: Add recipes for libtool 2.4Khem Raj
* Add fixes needed for sysroot working within libtool * Let nativesdk recipe not provide PACKAGES provided by libtool Otherwise when an image wants say libltdl-dev it picks up libtool-nativesdk instead of libtool recipe to provide it Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>