* [PATCH] staging.bbclass: Also don't bother staging locale files, its pointless
@ 2012-07-19 13:24 Richard Purdie
0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2012-07-19 13:24 UTC (permalink / raw)
To: openembedded-core
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 1af9b15..cf160a7 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -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() {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2012-07-19 13:36 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19 13:24 [PATCH] staging.bbclass: Also don't bother staging locale files, its pointless Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox