diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-14 16:08:15 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-04-14 16:08:15 +0100 |
commit | 9c4f33ad3d629688d38cacf6a55f13b02f32b437 (patch) | |
tree | d50e318ebd9fc4320de837687ec84b5c93354233 /meta-moblin | |
parent | 80b4dd2fc81724933dd3818feaf5c5cf09635432 (diff) | |
download | poky-9c4f33ad3d629688d38cacf6a55f13b02f32b437.tar.gz |
mojito: Disable PARALLEL_MAKE, the autofoo is broken around the generated files
Diffstat (limited to 'meta-moblin')
-rw-r--r-- | meta-moblin/packages/mojito/mojito_git.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-moblin/packages/mojito/mojito_git.bb b/meta-moblin/packages/mojito/mojito_git.bb index 0a3d51e1eb..bc83e0ac31 100644 --- a/meta-moblin/packages/mojito/mojito_git.bb +++ b/meta-moblin/packages/mojito/mojito_git.bb | |||
@@ -11,6 +11,8 @@ inherit autotools_stage | |||
11 | 11 | ||
12 | FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/.debug/" | 12 | FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/.debug/" |
13 | 13 | ||
14 | PARALLEL_MAKE = "" | ||
15 | |||
14 | pkg_postinst_${PN} () { | 16 | pkg_postinst_${PN} () { |
15 | #!/bin/sh -e | 17 | #!/bin/sh -e |
16 | if [ "x$D" != "x" ]; then | 18 | if [ "x$D" != "x" ]; then |