diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-08-19 14:13:13 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-08-19 14:13:13 +0000 |
commit | 8ccde0a871832be3e6aca4f5075e8164a828d2fb (patch) | |
tree | d898f721d4a5932140e3749efe7c6532669e865c /recipes/gpsd | |
parent | 1eb3a77d18748635f38804b78390fc09993c4475 (diff) |
gpsd: Disabled parallel build as it sometimes fail.
Diffstat (limited to 'recipes/gpsd')
-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 = "" |