diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-02-16 07:33:13 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-16 07:34:52 -0800 |
commit | 5df15347e029bc47451932b061acc3987a698819 (patch) | |
tree | f8e65a107cd26772afccff2c00f7fc00123247b3 /meta | |
parent | bcb56958f802e86e1a42e16bb23f01066627dff6 (diff) | |
download | poky-5df15347e029bc47451932b061acc3987a698819.tar.gz |
eds-dbus: reenable PARALLEL_MAKE
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-sato/eds/eds-dbus_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-sato/eds/eds-dbus_git.bb b/meta/recipes-sato/eds/eds-dbus_git.bb index 5ab96a7efb..51657a4e9e 100644 --- a/meta/recipes-sato/eds/eds-dbus_git.bb +++ b/meta/recipes-sato/eds/eds-dbus_git.bb | |||
@@ -31,7 +31,7 @@ LDFLAGS += "-lpthread" | |||
31 | # Parallel make shows many issues with this source code. | 31 | # Parallel make shows many issues with this source code. |
32 | # Current problems seem to be duplicate execution of the calander/backends | 32 | # Current problems seem to be duplicate execution of the calander/backends |
33 | # directories by make resulting in truncated/corrupt .la files | 33 | # directories by make resulting in truncated/corrupt .la files |
34 | PARALLEL_MAKE = "" | 34 | #PARALLEL_MAKE = "" |
35 | 35 | ||
36 | do_configure_prepend () { | 36 | do_configure_prepend () { |
37 | echo "EXTRA_DIST = " > ${S}/gtk-doc.make | 37 | echo "EXTRA_DIST = " > ${S}/gtk-doc.make |