diff options
author | Koen Kooi <koen@openembedded.org> | 2005-02-07 12:48:44 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2005-02-07 12:48:44 +0000 |
commit | 19e9ae37d6108d187bbeae6e8655eceb3adbaad3 (patch) | |
tree | dc30fee81e6acb8a8d64c9ab242ae82b1c4bdafd | |
parent | bb70249f36c1268fe9c1537322e66457f98dd7d5 (diff) |
pth_2.0.2.bb:
disable paralell make
BKrev: 420763acn55e8KJAUWzoFwLY8-W3XQ
-rw-r--r-- | packages/pth/pth_2.0.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/pth/pth_2.0.2.bb b/packages/pth/pth_2.0.2.bb index 14621818da..282db55b26 100644 --- a/packages/pth/pth_2.0.2.bb +++ b/packages/pth/pth_2.0.2.bb @@ -6,6 +6,8 @@ PR = "r0" SRC_URI = "${GNU_MIRROR}/pth/pth-${PV}.tar.gz" +PARALLEL_MAKE="" + inherit autotools do_configure() { |