blob: be96b52dd66fa9026c00d2d7216ee6964bb5941a [file]
require libtool-${PV}.inc
DEPENDS = ""
inherit native
do_install () {
autotools_do_install
install -d ${D}${bindir}/
install -m 0755 libtool ${D}${bindir}/libtool
}