[OE-core] [PATCH 3/3] coreutils: add PACKAGECONFIG for single-binary

2017-12-05 Thread Chen Qi
Add PACKAGECONFIG for single-binray. Disable it by default. When enabled, there would only be one binary file /usr/bin/coreutils, other files like 'ls' are text files containing contents like: #!/usr/bin/coreutils --coreutils-prog-shebang=ls And the size of the rpm package reduces from 849K

[OE-core] [PATCH 3/3] coreutils: add PACKAGECONFIG for single-binary

2017-12-04 Thread Chen Qi
Add PACKAGECONFIG for single-binray. Disable it by default. When enabled, there would only be one binary file /usr/bin/coreutils, other files like 'ls' are text files containing contents like: #!/usr/bin/coreutils --coreutils-prog-shebang=ls And the size of the rpm package reduces from 849K