nasm: remove unused target package
authorArnout Vandecappelle <arnout@mind.be>
Mon, 14 Jul 2014 06:41:02 +0000 (08:41 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 14 Jul 2014 11:11:40 +0000 (13:11 +0200)
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 <thomas.petazzoni@free-electrons.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/nasm/nasm.mk

index b9077eb64f3501d00acea16d8fb0512b97257cec..b87d6ef5ca3d1e269e2f66a2cbc51d8aef2147c7 100644 (file)
@@ -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))