package/util-linux: remove patch for uClibc support
authorRomain Naour <romain.naour@gmail.com>
Sun, 21 Feb 2016 18:14:12 +0000 (19:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Thu, 25 Feb 2016 22:15:25 +0000 (23:15 +0100)
commitbbababe0cf8daaaf798644c3d27c4d37b4e694c2
treeee70919b30d7b0f67a1b894be49aa3e5717e8e75
parent938946a4763846c00765a48973c685a0c04baad0
package/util-linux: remove patch for uClibc support

This patch is not needed anymore since the uClibc support has been removed from
Buildroot. This patch was needed for uClibc <= 0.9.33 support.

The only remaining supported external toolchain using uClibc 0.9.33 is the
2014R1 bfin toolchain. But all features that needs mkostemp() require fork() [1].
So, we can safely remove the patch.

[1] http://lists.busybox.net/pipermail/buildroot/2016-February/153414.html

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/util-linux/0003-c.h-define-mkostemp-for-older-version-of-uClibc.patch [deleted file]