mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
libtool: 2.5.1 -> 2.5.2
(From OE-Core rev: 279e6f4eaa6e47cbd2640c7afe699cda2a796514) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
require libtool-${PV}.inc
|
||||
|
||||
DEPENDS = ""
|
||||
|
||||
inherit native
|
||||
|
||||
do_install () {
|
||||
autotools_do_install
|
||||
install -d ${D}${bindir}/
|
||||
install -m 0755 libtool ${D}${bindir}/libtool
|
||||
}
|
||||
Reference in New Issue
Block a user