From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Tue, 17 Nov 2015 13:20:32 +0100 Subject: [Buildroot] [PATCH 01/21 RFC] package/libecore: do not build anything at patch time In-Reply-To: <20151117121649.32a08094@free-electrons.com> References: <5e4ec100e9c6dda1262d9b84cd5a63f75ebc3864.1447713615.git.yann.morin.1998@free.fr> <20151117121649.32a08094@free-electrons.com> Message-ID: <564B1B90.4080307@openwide.fr> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Hello Yann, Thomas, Le 17/11/2015 12:16, Thomas Petazzoni a ?crit : > Dear Yann E. MORIN, > > On Mon, 16 Nov 2015 23:46:56 +0100, Yann E. MORIN wrote: >> Trying to build anything at patch time will result in a broken >> legal-info, as the needed host dependencies are not yet built. >> >> Make that hook a pre-configure hook rather than a post-extract >> hook. >> >> Signed-off-by: "Yann E. MORIN" >> Cc: Peter Korsgaard >> Cc: Romain Naour > > Reviewed-by: Thomas Petazzoni > > Even though this will probably conflict with the EFL rework from > Romain. However I believe this patch should be merged in master, since > it actually fixes legal-info. Ok, it's not a big problem. The merge conflict will be easily resolved by removing the libecore package ;-) Actually makekeys is not build by the upcoming host-efl package, I'll check if we still need it. Otherwise: Reviewed-by: Romain Naour Best regards, Romain > > Thanks, > > Thomas >