Re: [PATCH v2] applets: Add installation of individual binaries

2015-07-01 Thread Denys Vlasenko
Applied, thanks! On Sun, Jun 28, 2015 at 10:55 PM, Thomas Petazzoni thomas.petazz...@free-electrons.com wrote: Hello, There has been no feedback to the below patch. We would like to support this feature in Buildroot, but we don't like carrying significant feature patches without knowing

Re: [PATCH v2] applets: Add installation of individual binaries

2015-06-28 Thread Thomas Petazzoni
Hello, There has been no feedback to the below patch. We would like to support this feature in Buildroot, but we don't like carrying significant feature patches without knowing upstream's decision. Would the Busybox developers be willing to merge such a feature (the implementation details can of

[PATCH v2] applets: Add installation of individual binaries

2015-05-21 Thread Clayton Shotwell
From: Clayton Shotwell clsho...@rockwellcollins.com Adding support to install individual binaries if the option is enabled. This also installs the shared libbusybox.so.* library. Signed-off-by: Clayton Shotwell clsho...@rockwellcollins.com --- Changes v1 - v2: - Changed cp -a to cp -pPR