[Buildroot] [PATCH] xfsprogs: bump to 4.16.1

Matthew Weber matthew.weber at rockwellcollins.com
Wed May 9 14:59:31 UTC 2018


Baruch,

On Wed, May 9, 2018 at 9:49 AM, Baruch Siach <baruch at tkos.co.il> wrote:
> Hi Matt,
>
> On Wed, May 09, 2018 at 09:32:03AM -0500, Matt Weber wrote:
>> diff --git a/package/xfsprogs/xfsprogs.mk b/package/xfsprogs/xfsprogs.mk
>> index dffcc28..6411d74 100644
>> --- a/package/xfsprogs/xfsprogs.mk
>> +++ b/package/xfsprogs/xfsprogs.mk
>> @@ -4,7 +4,7 @@
>>  #
>>  ################################################################################
>>
>> -XFSPROGS_VERSION = 4.15.1
>> +XFSPROGS_VERSION = 4.16.1
>>  XFSPROGS_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/fs/xfs/xfsprogs
>>  XFSPROGS_SOURCE = xfsprogs-$(XFSPROGS_VERSION).tar.xz
>>  XFSPROGS_LICENSE = GPL-2.0, GPL-2.0+, LGPL-2.1 (libhandle, few headers)
>> @@ -20,10 +20,6 @@ XFSPROGS_CONF_OPTS = \
>>       INSTALL_GROUP=root \
>>       --enable-static
>>
>> -ifeq ($(BR2_PACKAGE_LIBUNISTRING),y)
>> -XFSPROGS_DEPENDENCIES += libunistring
>> -endif
>> -
>>  XFSPROGS_INSTALL_TARGET_OPTS = DIST_ROOT=$(TARGET_DIR) install
>>
>>  $(eval $(autotools-package))
>
> libicu should be an optional dependency instead of libunistring.
>
> Have you tested build with libicu?

Didn't realize it was optional, I'll take a look and retest.

Matt



More information about the buildroot mailing list