diff options
-rw-r--r-- | recipes/gpsd/gpsd_2.38.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/gpsd/gpsd_2.38.bb b/recipes/gpsd/gpsd_2.38.bb index 58e9ebeee2..95260ff2be 100644 --- a/recipes/gpsd/gpsd_2.38.bb +++ b/recipes/gpsd/gpsd_2.38.bb @@ -1,3 +1,5 @@ require gpsd.inc PR = "r0" +# make attempts to link gpspacket.so without waiting for all compiler tasks: +PARALLEL_MAKE = "" |