[Buildroot] [PATCH 1/1] package/qextserialport: remove the default value of the _INSTALL_STAGING variable

Jerzy Grzegorek jerzy.grzegorek at trzebnica.net
Fri Jan 6 15:41:58 UTC 2017


Signed-off-by: Jerzy Grzegorek <jerzy.grzegorek at trzebnica.net>
---
 package/qextserialport/qextserialport.mk | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/package/qextserialport/qextserialport.mk b/package/qextserialport/qextserialport.mk
index 1100946..44ed6a3 100644
--- a/package/qextserialport/qextserialport.mk
+++ b/package/qextserialport/qextserialport.mk
@@ -34,9 +34,7 @@ define QEXTSERIALPORT_INSTALL_STAGING_CMDS
 	$(TARGET_MAKE_ENV) $(MAKE) -C $(@D) install
 endef
 
-ifeq ($(BR2_STATIC_LIBS),y)
-QEXTSERIALPORT_INSTALL_STAGING = NO
-else
+ifeq ($(BR2_STATIC_LIBS),)
 define QEXTSERIALPORT_INSTALL_TARGET_CMDS
 	cp -a $(@D)/*.so.* $(TARGET_DIR)/usr/lib
 endef
-- 
1.9.1



More information about the buildroot mailing list