From: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] xfsprogs: Bump to 3.1.7 and convert to AUTOTARGET
Date: Wed, 21 Mar 2012 18:46:16 +0100 [thread overview]
Message-ID: <20120321184616.19ed7ea2@skate> (raw)
In-Reply-To: <1332349635-15914-1-git-send-email-markos.chandras@imgtec.com>
Hello,
Thanks for this work!
Le Wed, 21 Mar 2012 17:07:15 +0000,
Markos Chandras <markos.chandras@imgtec.com> a ?crit :
> #############################################################
> -XFSPROGS_VERSION:=3.0.3
> +XFSPROGS_VERSION:=3.1.7
We prefer '=' instead of ':=', and spaces before and after '=', i.e:
XFSPROGS_VERSION = 3.1.7
> XFSPROGS_SOURCE=xfsprogs-$(XFSPROGS_VERSION).tar.gz
This line is not needed, it's the default.
> +XFSPROGS_INSTALL_STAGING = NO
> +XFSPROGS_INSTALL_TARGET = YES
Not needed, it's the default.
>
> -$(DL_DIR)/$(XFSPROGS_SOURCE):
> - $(call DOWNLOAD,$(XFSPROGS_SITE)/$(XFSPROGS_SOURCE))
> +XFSPROGS_DEPENDENCIES = util-linux
>
> -xfsprogs-source: $(DL_DIR)/$(XFSPROGS_SOURCE)
> +XFSPROGS_CONF_ENV = ac_cv_header_aio_h=yes ac_cv_lib_rt_lio_listio=yes
> +XFSPROGS_CONF_OPT = --enable-lib64=no \
> + --enable-gettext=no \
> + INSTALL_USER=default \
> + INSTALL_GROUP=default
Hum, why default:default and not root:root here? Anyway, our fakeroot
script is going to chown everything to root:root.
In terms of indentation, something like:
XFSPROGS_CONF_OPT = \
--enable-lib64=no \
--enable-gettext=no \
INSTALL_USER=root \
INSTALL_GROUP=root
Would be better, IMO, but I'm nitpicking.
Otherwise, looks good (but untested).
Thomas
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
next prev parent reply other threads:[~2012-03-21 17:46 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-03-21 17:07 [Buildroot] [PATCH] xfsprogs: Bump to 3.1.7 and convert to AUTOTARGET Markos Chandras
2012-03-21 17:46 ` Thomas Petazzoni [this message]
2012-03-22 9:17 ` Markos Chandras
-- strict thread matches above, loose matches on Subject: below --
2012-03-22 9:34 Markos Chandras
2012-04-05 15:10 ` Peter Korsgaard
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=20120321184616.19ed7ea2@skate \
--to=thomas.petazzoni@free-electrons.com \
--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.