From: Arnout Vandecappelle Date: Mon, 14 Jul 2014 06:41:02 +0000 (+0200) Subject: nasm: remove unused target package X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=86cfc0bf9c7aef15a71ca1b2d4ea3f1f0676906a;p=buildroot.git nasm: remove unused target package When nasm was added in da8d09b716, it got both the host and the target variants even though it doesn't have a Config.in and the target variant isn't used anywhere. Therefore, this patch removes the unused target variant. Cc: Thomas Petazzoni Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Thomas Petazzoni --- diff --git a/package/nasm/nasm.mk b/package/nasm/nasm.mk index b9077eb64f..b87d6ef5ca 100644 --- a/package/nasm/nasm.mk +++ b/package/nasm/nasm.mk @@ -10,5 +10,4 @@ NASM_SITE = http://www.nasm.us/pub/nasm/releasebuilds/$(NASM_VERSION) NASM_LICENSE = BSD-2c NASM_LICENSE_FILES = LICENSE -$(eval $(autotools-package)) $(eval $(host-autotools-package))