diff options
author | Ricardo Martincoski <ricardo.martincoski@gmail.com> | 2019-01-27 16:59:40 -0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2019-01-27 22:19:05 +0100 |
commit | e25040d31a8d50c3c523f78f43ba1f557269b3bb (patch) | |
tree | cfdab4003b504a67d6dc649801d8bd91062292d5 /package/php-ssh2 | |
parent | 8be8c72c2ba6cf4c0951e577199e69e91e9f7f3d (diff) | |
download | buildroot-e25040d31a8d50c3c523f78f43ba1f557269b3bb.tar.gz buildroot-e25040d31a8d50c3c523f78f43ba1f557269b3bb.zip |
package/usb_modeswitch: avoid overriding variables
Overriding variables in packages recipes is an error-prone practice.
Current behavior of installing either only as a script or only as a
binary is intended, as describe in the commit log of "d3e4db4e34
usb_modeswitch: bump to version 1.2.6" from 2013.
Rewrite the code to keep the same behavior while replacing variable
override [1] by conditional assignments [2].
[1]
VAR = ...
if ...
VAR = ...
[2]
if ...
VAR = ...
else
VAR = ...
Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/php-ssh2')
0 files changed, 0 insertions, 0 deletions