aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gnome
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-03-17 14:25:20 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-03-17 14:25:20 +0000
commit07201feba8f4c2840287ae746ed72ab67c42cc67 (patch)
tree290bd102691dd22a1435767353d36f3462eb91ac /packages/gnome
parentf3fa1eb5e92490dd58eff91f13951fb1aabfabed (diff)
downloadopenembedded-07201feba8f4c2840287ae746ed72ab67c42cc67.tar.gz
orbit2-native: disable parallel make
Diffstat (limited to 'packages/gnome')
-rw-r--r--packages/gnome/orbit2-native_2.13.2.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gnome/orbit2-native_2.13.2.bb b/packages/gnome/orbit2-native_2.13.2.bb
index eba8c5eda3..f05af52695 100644
--- a/packages/gnome/orbit2-native_2.13.2.bb
+++ b/packages/gnome/orbit2-native_2.13.2.bb
@@ -10,6 +10,7 @@ DEPENDS = "libidl-native popt-native gtk-doc"
S = "${WORKDIR}/ORBit2-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/orbit2-${PV}"
+PARALLEL_MAKE = ""
inherit autotools native pkgconfig
EXTRA_OECONF = "--disable-gtk-doc"