1
0
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:
Richard Purdie
2024-09-01 19:57:02 +01:00
parent a79034e58b
commit 1be4af3df2
6 changed files with 23 additions and 14 deletions
@@ -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
}