[Buildroot] [PATCH 1/3] botan: remove redundant INSTALL_TARGET

Baruch Siach baruch at tkos.co.il
Tue Jan 13 12:36:05 UTC 2015


INSTALL_TARGET defaults to YES.

Signed-off-by: Baruch Siach <baruch at tkos.co.il>
---
 package/botan/botan.mk | 1 -
 1 file changed, 1 deletion(-)

diff --git a/package/botan/botan.mk b/package/botan/botan.mk
index 9c41c9bd6941..27926a8f832d 100644
--- a/package/botan/botan.mk
+++ b/package/botan/botan.mk
@@ -11,7 +11,6 @@ BOTAN_LICENSE = BSD-2c
 BOTAN_LICENSE_FILES = doc/license.txt
 
 BOTAN_INSTALL_STAGING = YES
-BOTAN_INSTALL_TARGET = YES
 
 BOTAN_CONF_OPTS = \
 	--cpu=$(BR2_ARCH) \
-- 
2.1.4



More information about the buildroot mailing list