Skip to content

Commit

Permalink
[ONEM-424] Turn off PARALLEL_MAKE for elementary (openembedded#32)
Browse files Browse the repository at this point in the history
A race condition in the elementary Makefile sometimes
causes permission issues when PARALLEL_MAKE is set.

Turn it off to avoid the issues.

Signed-off-by: Beth 'pidge' Flanagan <[email protected]>
  • Loading branch information
toganlabs authored and armcc committed Mar 15, 2017
1 parent 5e7f9f3 commit 604de05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meta-efl/recipes-efl/efl/elementary.inc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=a173054a93896e933df53e3382d472c2"
DEPENDS = "eet-native edje-native elementary-native efreet evas ecore edje eet eldbus ethumb eio"
DEPENDS_class-native = "efl-native"

PARALLEL_MAKE = ""

inherit efl gettext

EXTRA_OECONF_append_class-target = "\
Expand Down

0 comments on commit 604de05

Please sign in to comment.