diff options
author | Saul Wold <sgw@linux.intel.com> | 2011-02-16 07:32:05 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-02-16 07:34:52 -0800 |
commit | d559134864a2efce367e7bc7aa0dc40556e70d1c (patch) | |
tree | 11134053444b2d72be3aa1e2f7c805422186c71a /meta/recipes-core/gettext | |
parent | afd4169bd24d4a14f59df5622efdcf5c6eb08eb2 (diff) | |
download | openembedded-core-d559134864a2efce367e7bc7aa0dc40556e70d1c.tar.gz openembedded-core-d559134864a2efce367e7bc7aa0dc40556e70d1c.tar.bz2 openembedded-core-d559134864a2efce367e7bc7aa0dc40556e70d1c.zip |
gettext: reenable PARALLEL_MAKE
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/gettext')
-rw-r--r-- | meta/recipes-core/gettext/gettext_0.17.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/gettext/gettext_0.17.bb b/meta/recipes-core/gettext/gettext_0.17.bb index 54a58377a0..3a9f8932a4 100644 --- a/meta/recipes-core/gettext/gettext_0.17.bb +++ b/meta/recipes-core/gettext/gettext_0.17.bb @@ -24,7 +24,7 @@ SRC_URI_append_linux-uclibcgnueabi = " file://gettext-error_print_progname.patch SRC_URI[md5sum] = "58a2bc6d39c0ba57823034d55d65d606" SRC_URI[sha256sum] = "209638bb8e162f22c281145a34e220c66f1f6e9ff5e4c50c6f2ef2ded59537ba" -PARALLEL_MAKE = "" +#PARALLEL_MAKE = "" inherit autotools |