diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-04 20:25:29 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-04 20:25:29 +0000 |
commit | 8f12b466e568b3f226720a54991a667203a351e4 (patch) | |
tree | a379f425acf9c8a8bf01ec1b3e692ae03b407146 /meta/packages/libsdl | |
parent | b9c9360d8013aeb60c73d224a4fcd37ac8896107 (diff) | |
download | poky-8f12b466e568b3f226720a54991a667203a351e4.tar.gz |
libsdl-sdk: Unset PARALLE_MAKE, sdl can't cope with it
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3669 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libsdl')
-rw-r--r-- | meta/packages/libsdl/libsdl-sdk_1.2.11.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb index d53c0d02e7..3dd27325b0 100644 --- a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb +++ b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb | |||
@@ -22,6 +22,8 @@ EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-thread | |||
22 | --disable-video-opengl --enable-input-events --enable-pthreads \ | 22 | --disable-video-opengl --enable-input-events --enable-pthreads \ |
23 | --disable-video-picogui --disable-video-qtopia --enable-dlopen" | 23 | --disable-video-picogui --disable-video-qtopia --enable-dlopen" |
24 | 24 | ||
25 | PARALLEL_MAKE = "" | ||
26 | |||
25 | do_configure() { | 27 | do_configure() { |
26 | rm -f ${S}/acinclude.m4 | 28 | rm -f ${S}/acinclude.m4 |
27 | cp ${WORKDIR}/acinclude.m4 ${S}/ | 29 | cp ${WORKDIR}/acinclude.m4 ${S}/ |