From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Petazzoni Date: Sat, 11 Jul 2015 01:00:11 +0200 Subject: [Buildroot] [PATCH 2/7 v2] libaio: add host variant In-Reply-To: <1436458921-4199-3-git-send-email-sylvain.raybaud@green-communications.fr> References: <1436458921-4199-1-git-send-email-sylvain.raybaud@green-communications.fr> <1436458921-4199-3-git-send-email-sylvain.raybaud@green-communications.fr> Message-ID: <20150711010011.506a5d1d@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Dear Sylvain Raybaud, On Thu, 9 Jul 2015 18:21:56 +0200, Sylvain Raybaud wrote: > host-libaio is needed to build host-mysql in its mariadb variant which is needed to build the target variant of mariadb. > > Signed-off-by: Sylvain Raybaud > --- > Changes v1 -> v2: > Explain why we need to build host-libaio in commit log (suggested by Yann E. Morin) > > package/libaio/libaio.mk | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/package/libaio/libaio.mk b/package/libaio/libaio.mk > index 53ad7eb..55e2cc7 100644 > --- a/package/libaio/libaio.mk > +++ b/package/libaio/libaio.mk > @@ -24,3 +24,4 @@ define LIBAIO_INSTALL_TARGET_CMDS > endef > > $(eval $(generic-package)) > +$(eval $(host-generic-package)) This does not build anything: for a generic package, if you don't explicitly state what to do at configure/build/install time, then nothing happens. Can you rework that? Thanks! Thomas -- Thomas Petazzoni, CTO, Free Electrons Embedded Linux, Kernel and Android engineering http://free-electrons.com