gstreamer: Disable parallel make

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3604 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2008-01-26 17:44:23 +00:00
parent e9ba02ee17
commit f56af60c61
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ EXTRA_OECONF = "--disable-docs-build --disable-dependency-tracking --with-check=
# mv ${WORKDIR}/gstregistrybinary.[ch] ${S}/gst/
#}
PARALLEL_MAKE = ""
do_stage() {
autotools_stage_all
}