mirror of
git://git.yoctoproject.org/poky
synced 2026-08-15 16:51:07 +00:00
staging.bbclass: Also don't bother staging locale files, its pointless
(From OE-Core rev: 782ce542a8250133cf1b1bc32927c17cd09cfca3) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ee2c57f774
commit
a9b51e7859
@ -51,8 +51,8 @@ sysroot_stage_dirs() {
|
||||
sysroot_stage_libdir $from${base_libdir} $to${base_libdir}
|
||||
fi
|
||||
sysroot_stage_dir $from${datadir} $to${datadir}
|
||||
# We don't care about docs/info/manpages
|
||||
rm -rf $to${mandir}/ $to${docdir}/ $to${infodir}/
|
||||
# We don't care about docs/info/manpages/locales
|
||||
rm -rf $to${mandir}/ $to${docdir}/ $to${infodir}/ ${to}${datadir}/locale/
|
||||
}
|
||||
|
||||
sysroot_stage_all() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user