summaryrefslogtreecommitdiffstats
path: root/meta-moblin
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-04-14 16:08:15 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2009-04-14 16:08:15 +0100
commit9c4f33ad3d629688d38cacf6a55f13b02f32b437 (patch)
treed50e318ebd9fc4320de837687ec84b5c93354233 /meta-moblin
parent80b4dd2fc81724933dd3818feaf5c5cf09635432 (diff)
downloadpoky-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.bb2
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
12FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/.debug/" 12FILES_${PN}-dbg += "${libdir}/mojito/sources/.debug/* ${libdir}/mojito/services/.debug/"
13 13
14PARALLEL_MAKE = ""
15
14pkg_postinst_${PN} () { 16pkg_postinst_${PN} () {
15#!/bin/sh -e 17#!/bin/sh -e
16if [ "x$D" != "x" ]; then 18if [ "x$D" != "x" ]; then