[oe-commits] [meta-openembedded] 07/09: gpsd: Fix build when static libs disabled

git at git.openembedded.org git at git.openembedded.org
Wed Mar 2 10:12:43 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 5905ff8a0b0f2cb7f7cf20b3df7f2a9211797d6f
Author: Maxin B. John <maxin.john at intel.com>
AuthorDate: Fri Feb 26 12:02:27 2016 +0200

    gpsd: Fix build when static libs disabled
    
    Fix this build error:
    SCons Error: no such option: --disable-static
    
    Signed-off-by: Maxin B. John <maxin.john at intel.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
index ff268b3..a300595 100644
--- a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
+++ b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb
@@ -47,6 +47,7 @@ EXTRA_OESCONS = " \
     systemd='${SYSTEMD_OESCONS}' \
     ${EXTRA_OECONF} \
 "
+DISABLE_STATIC = ""
 # this cannot be used, because then chrpath is not found and only static lib is built
 # target=${HOST_SYS}
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list