diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2016-07-31 18:08:52 +0200 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2016-08-01 23:31:36 +0200 |
| commit | 37be8892f48a50dbc505ae5a881e7f72f4c274de (patch) | |
| tree | b8c7611f2d730442cbdf6af1457c25b3a3b87fea /package/util-linux/util-linux.mk | |
| parent | 7bb48645e65bd252ee97ebd55a40dbb713c8e7c4 (diff) | |
| download | buildroot-37be8892f48a50dbc505ae5a881e7f72f4c274de.tar.gz buildroot-37be8892f48a50dbc505ae5a881e7f72f4c274de.zip | |
util-linux: use upstream patch to fix uClibc build issue
Upstream has this patch a while and other projects are using
it already. So better switch to this.
Signed-off-by: Waldemar Brodkorb <wbx@uclibc-ng.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/util-linux/util-linux.mk')
| -rw-r--r-- | package/util-linux/util-linux.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/util-linux/util-linux.mk b/package/util-linux/util-linux.mk index 93f45c20d8..9c7bd87126 100644 --- a/package/util-linux/util-linux.mk +++ b/package/util-linux/util-linux.mk @@ -12,7 +12,7 @@ UTIL_LINUX_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/util-linux/v$(UTIL_LINUX_VERS # Some files are GPLv3+ but only in tests. UTIL_LINUX_LICENSE = GPLv2+, BSD-4c, libblkid and libmount LGPLv2.1+, libuuid BSD-3c UTIL_LINUX_LICENSE_FILES = README.licensing Documentation/licenses/COPYING.GPLv2 Documentation/licenses/COPYING.UCB Documentation/licenses/COPYING.LGPLv2.1 Documentation/licenses/COPYING.BSD-3 -# For 0001-Fix-libmount-build-under-uClibc.patch +# For 0001-build-sys-fix-uClibc-ng-scanf-check.patch UTIL_LINUX_AUTORECONF = YES UTIL_LINUX_INSTALL_STAGING = YES UTIL_LINUX_DEPENDENCIES = host-pkgconf |

