package/rust: remove unneded patch
authorRomain Naour <romain.naour@gmail.com>
Sat, 30 May 2020 13:43:44 +0000 (15:43 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 6 Jun 2020 21:48:55 +0000 (23:48 +0200)
commit2bb76ab701454bb6adc8bfaa237e8eec45fab2e3
treeb6eb9404cf8e90eb518882045d5104ef59e9e95b
parentbf306252baba39b7af41f5e307a818a58b484d9c
package/rust: remove unneded patch

The previous commit [1] added a patch to remove python2 from the configure script.
While this script is used by the Fedora rust package [2], it is not used by rust.mk.

The configure script is an alternative build system provided by upstream, and
finally calls x.py [3].

Thanks to Thomas for noticing the mistake [4].

[1] 02703108eca8353ff45c0842d9b882a0dc37c04b
[2] https://src.fedoraproject.org/rpms/rust/blob/216b2d27716bf1031c526dbd0e01a1fa8e6d5aa2/f/rust.spec#_314
[3] https://github.com/rust-lang/rust/blob/1.33.0/README.md#configure-and-make
[4] http://lists.busybox.net/pipermail/buildroot/2020-May/283610.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Titouan Christophe <titouan.christophe@railnova.eu>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/rust/0002-configure-use-default-python-interpreter.patch [deleted file]