summaryrefslogtreecommitdiffstats
path: root/recipes-devtools
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-10-09 12:18:49 +0000
committerDenys Dmytriyenko <denys@ti.com>2018-10-16 18:40:04 +0000
commit18aca378994d7c6f8cf834d4fe9086b81db794cc (patch)
treebda6238a204db174381a28bbfbefc768e9f2d008 /recipes-devtools
parent793dde419781ddd88c95a6737d25b4b6b068ddc8 (diff)
downloadmeta-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.bb2
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
15EXTRA_OECONF = "--prefix ${prefix}" 15EXTRA_OECONF = "--prefix ${prefix}"
16 16
17DISABLE_STATIC = ""
18
17do_configure () { 19do_configure () {
18 ./configure ${EXTRA_OECONF} 20 ./configure ${EXTRA_OECONF}
19 21