summaryrefslogtreecommitdiffstats
path: root/package/qextserialport
diff options
context:
space:
mode:
authorPeter Korsgaard <peter@korsgaard.com>2017-01-09 09:54:01 +0100
committerPeter Korsgaard <peter@korsgaard.com>2017-01-09 09:54:01 +0100
commit46dd08c275720b259f0c214cf72ee27d1855174f (patch)
tree94cc278eab0da7ca94988659d2e2ff91b059ecfe /package/qextserialport
parentd23a2a5079e950e66504a623c44b46146e90e34f (diff)
downloadbuildroot-46dd08c275720b259f0c214cf72ee27d1855174f.tar.gz
buildroot-46dd08c275720b259f0c214cf72ee27d1855174f.zip
qextserialport: really disable target (and not staging) install for static builds
Commit f09b33a0a (qextserialport: fix static build) adjusted the logic for static builds, but the change contained a typo - It disabled _INSTALL_STAGING for static builds, not _INSTALL_TARGET. The autobuilders didn't detect this as nothing links against qextserialport (so the missing staging install didn't cause issues) and the target install command was only defined for !static. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/qextserialport')
-rw-r--r--package/qextserialport/qextserialport.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/qextserialport/qextserialport.mk b/package/qextserialport/qextserialport.mk
index 11009467eb..e3e325ce6c 100644
--- a/package/qextserialport/qextserialport.mk
+++ b/package/qextserialport/qextserialport.mk
@@ -35,7 +35,7 @@ define QEXTSERIALPORT_INSTALL_STAGING_CMDS
endef
ifeq ($(BR2_STATIC_LIBS),y)
-QEXTSERIALPORT_INSTALL_STAGING = NO
+QEXTSERIALPORT_INSTALL_TARGET = NO
else
define QEXTSERIALPORT_INSTALL_TARGET_CMDS
cp -a $(@D)/*.so.* $(TARGET_DIR)/usr/lib
OpenPOWER on IntegriCloud