[Buildroot] [PATCH] package/grantlee: disable for nios2 and microblaze

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sat May 28 17:42:42 UTC 2016


Hello,

On Sat, 28 May 2016 16:47:22 +0200, Romain Naour wrote:

> +	depends on !(BR2_microblaze || BR2_nios2) # https://sourceware.org/bugzilla/show_bug.cgi?id=20173

We normally write this as:

	# ....
	depends on !BR2_microblaze && !BR2_nios2

So I've changed it this way.

Also, you forgot to propagate the new dependency to the comment, so
I've done that.

Applied to master, thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com



More information about the buildroot mailing list