From 5905ff8a0b0f2cb7f7cf20b3df7f2a9211797d6f Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Fri, 26 Feb 2016 12:02:27 +0200 Subject: gpsd: Fix build when static libs disabled Fix this build error: SCons Error: no such option: --disable-static Signed-off-by: Maxin B. John Signed-off-by: Martin Jansa --- meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-navigation') diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.14.bb index ff268b35ea..a300595687 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} -- cgit 1.2.3-korg