[Buildroot] [PATCH] ustr: remove source code from target

Peter Korsgaard peter at korsgaard.com
Wed Oct 24 11:46:40 UTC 2018


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at bootlin.com> writes:

 > For some reason, ustr installs its own source code, which means we end
 > up with 448 KB of source code in /usr/share in the target filesystem:

 > $ tree output/target/usr/share/
 > output/target/usr/share/
 > └── ustr-1.0.4
 >     ├── malloc-check.h
 >     ├── ustr-b-code.h
 >     ├── ustr-b-dbg-code.c
 >     ├── ustr-b-opt-code.c
 >     ├── ustr-cmp-code.h
 >     ├── ustr-cmp-dbg-code.c
 >     ├── ustr-cmp-internal.h
 >     ├── ustr-cmp-opt-code.c
 >     ├── ustr-cntl-code.h
 >     ├── ustr-fmt-code.h
 >     ├── ustr-fmt-dbg-code.c
 >     ├── ustr-fmt-internal.h
 >     [...]

 > $ du -sh output/target/usr/share/ustr-1.0.4/
 > 448K	output/target/usr/share/ustr-1.0.4/

 > So let's drop this source code in a post-install target hook.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>

Committed to 2018.02.x and 2018.08.x, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list