diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-10-09 12:18:49 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2018-10-16 18:40:04 +0000 |
commit | 18aca378994d7c6f8cf834d4fe9086b81db794cc (patch) | |
tree | bda6238a204db174381a28bbfbefc768e9f2d008 /recipes-devtools | |
parent | 793dde419781ddd88c95a6737d25b4b6b068ddc8 (diff) | |
download | meta-ti-18aca378994d7c6f8cf834d4fe9086b81db794cc.tar.gz |
doxygen: Set DISABLE_STATIC to be empty
by default its set like this
DISABLE_STATIC ?= " --disable-static"
but doxygen configure is not typical autoconf
generated so this option is not available, its
better to keep it empty so it can work with
dustros which disable static libs as policy
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-devtools')
-rw-r--r-- | recipes-devtools/doxygen/doxygen_1.8.9.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-devtools/doxygen/doxygen_1.8.9.1.bb b/recipes-devtools/doxygen/doxygen_1.8.9.1.bb index 27560fdd..eb43e741 100644 --- a/recipes-devtools/doxygen/doxygen_1.8.9.1.bb +++ b/recipes-devtools/doxygen/doxygen_1.8.9.1.bb | |||
@@ -14,6 +14,8 @@ SRC_URI[sha256sum] = "d4ab6e28d4d45d8956cad17470aade3fbe2356e8f64b92167e738c1887 | |||
14 | 14 | ||
15 | EXTRA_OECONF = "--prefix ${prefix}" | 15 | EXTRA_OECONF = "--prefix ${prefix}" |
16 | 16 | ||
17 | DISABLE_STATIC = "" | ||
18 | |||
17 | do_configure () { | 19 | do_configure () { |
18 | ./configure ${EXTRA_OECONF} | 20 | ./configure ${EXTRA_OECONF} |
19 | 21 | ||