diff options
author | Jonathan Liu <net147@gmail.com> | 2013-07-19 05:48:37 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-20 17:03:29 +0200 |
commit | a87cedaca39a0af528706deba87a5e75de2f8aee (patch) | |
tree | fe8cee3660b91ba973222e29e50d422a34c1c493 /meta-oe/recipes-core | |
parent | 441502b68d03a4ce7796436a53c5e95399724ad2 (diff) | |
download | meta-openembedded-a87cedaca39a0af528706deba87a5e75de2f8aee.tar.gz |
llvm3.3: append --enable-zlib to EXTRA_OECONF instead of overwriting
The options added to EXTRA_OECONF in llvm3.inc were being overwritten
with --enable-zlib in llvm3.3_3.3.bb.
Signed-off-by: Jonathan Liu <net147@gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core')
-rw-r--r-- | meta-oe/recipes-core/llvm/llvm3.3_3.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm3.3_3.3.bb b/meta-oe/recipes-core/llvm/llvm3.3_3.3.bb index 132ec8f02..65db1a894 100644 --- a/meta-oe/recipes-core/llvm/llvm3.3_3.3.bb +++ b/meta-oe/recipes-core/llvm/llvm3.3_3.3.bb | |||
@@ -2,7 +2,7 @@ require llvm.inc | |||
2 | require llvm3.inc | 2 | require llvm3.inc |
3 | 3 | ||
4 | DEPENDS += "zlib" | 4 | DEPENDS += "zlib" |
5 | EXTRA_OECONF = "--enable-zlib" | 5 | EXTRA_OECONF += "--enable-zlib" |
6 | 6 | ||
7 | SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " | 7 | SRC_URI_append_libc-uclibc = " file://arm_fenv_uclibc.patch " |
8 | SRC_URI[md5sum] = "40564e1dc390f9844f1711c08b08e391" | 8 | SRC_URI[md5sum] = "40564e1dc390f9844f1711c08b08e391" |