All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] xfsprogs: bump to 4.16.1
Date: Wed, 9 May 2018 19:14:02 +0300	[thread overview]
Message-ID: <20180509161401.juokwpkwq2cdqyiy@sapphire.tkos.co.il> (raw)
In-Reply-To: <1525882018-28094-1-git-send-email-matthew.weber@rockwellcollins.com>

Hi Matt,

On Wed, May 09, 2018 at 11:06:58AM -0500, Matt Weber wrote: 
> diff --git a/package/xfsprogs/xfsprogs.mk b/package/xfsprogs/xfsprogs.mk
> index dffcc28..7f72f76 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,8 +20,8 @@ XFSPROGS_CONF_OPTS = \
>  	INSTALL_GROUP=root \
>  	--enable-static
>  
> -ifeq ($(BR2_PACKAGE_LIBUNISTRING),y)
> -XFSPROGS_DEPENDENCIES += libunistring
> +ifeq ($(BR2_PACKAGE_ICU),y)
> +XFSPROGS_DEPENDENCIES += icu

You should also add --{enable,disable}-libicu to XFSPROGS_CONF_OPTS as 
appropriate.

>  endif
>  
>  XFSPROGS_INSTALL_TARGET_OPTS = DIST_ROOT=$(TARGET_DIR) install

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  reply	other threads:[~2018-05-09 16:14 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-09 16:06 [Buildroot] [PATCH v2] xfsprogs: bump to 4.16.1 Matt Weber
2018-05-09 16:14 ` Baruch Siach [this message]
2018-05-09 16:25   ` Matthew Weber
2018-05-09 17:57     ` Baruch Siach

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180509161401.juokwpkwq2cdqyiy@sapphire.tkos.co.il \
    --to=baruch@tkos.co.il \
    --cc=buildroot@busybox.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.