From 18aca378994d7c6f8cf834d4fe9086b81db794cc Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 9 Oct 2018 12:18:49 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- recipes-devtools/doxygen/doxygen_1.8.9.1.bb | 2 ++ 1 file changed, 2 insertions(+) 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 EXTRA_OECONF = "--prefix ${prefix}" +DISABLE_STATIC = "" + do_configure () { ./configure ${EXTRA_OECONF}