diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-02-26 12:02:27 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-03-02 00:03:18 +0100 |
commit | 5905ff8a0b0f2cb7f7cf20b3df7f2a9211797d6f (patch) | |
tree | 96871a3e413de8269f6e2e478e12ef7052f7e84d | |
parent | 87b9efff79e62f569525e4760adc594d0d9ac476 (diff) | |
download | meta-openembedded-5905ff8a0b0f2cb7f7cf20b3df7f2a9211797d6f.tar.gz |
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@intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb index ff268b35e..a30059568 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 = " \ | |||
47 | systemd='${SYSTEMD_OESCONS}' \ | 47 | systemd='${SYSTEMD_OESCONS}' \ |
48 | ${EXTRA_OECONF} \ | 48 | ${EXTRA_OECONF} \ |
49 | " | 49 | " |
50 | DISABLE_STATIC = "" | ||
50 | # this cannot be used, because then chrpath is not found and only static lib is built | 51 | # this cannot be used, because then chrpath is not found and only static lib is built |
51 | # target=${HOST_SYS} | 52 | # target=${HOST_SYS} |
52 | 53 | ||