mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
libtool-cross: Use SYSROOT_DIRS to add dirs to stage in sysroot
(From OE-Core rev: 8f0c872a496fe70ac02cd745aef36d2f36cf0d49) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
97f6ed3282
commit
dad93163a6
@@ -35,11 +35,6 @@ do_install () {
|
|||||||
install -c -m 0644 ${S}/m4/*.m4 ${D}${target_datadir}/aclocal/
|
install -c -m 0644 ${S}/m4/*.m4 ${D}${target_datadir}/aclocal/
|
||||||
}
|
}
|
||||||
|
|
||||||
SYSROOT_PREPROCESS_FUNCS += "libtoolcross_sysroot_preprocess"
|
SYSROOT_DIRS += "${bindir_crossscripts} ${target_datadir}"
|
||||||
|
|
||||||
libtoolcross_sysroot_preprocess () {
|
|
||||||
sysroot_stage_dir ${D}${bindir_crossscripts} ${SYSROOT_DESTDIR}${bindir_crossscripts}
|
|
||||||
sysroot_stage_dir ${D}${target_datadir} ${SYSROOT_DESTDIR}${target_datadir}
|
|
||||||
}
|
|
||||||
|
|
||||||
SSTATE_SCAN_FILES += "libtoolize *-libtool"
|
SSTATE_SCAN_FILES += "libtoolize *-libtool"
|
||||||
|
|||||||
Reference in New Issue
Block a user