jjb: Add Yocto jobs
[lttng-ci.git] / scripts / babeltrace / build.sh
index f6bc52d516e79e9c79360f46d458be5159b094ed..ddb9162a4a351840444f33a551b2c9463eb1bcfa 100755 (executable)
@@ -275,6 +275,11 @@ min)
     if vergte "$PACKAGE_VERSION" "2.0"; then
         CONF_OPTS+=("--enable-python-bindings" "--enable-python-plugins")
     fi
+
+    # Something is broken in docbook-xml on yocto
+    if [[ "$platform" = yocto* ]]; then
+        CONF_OPTS+=("--disable-man-pages")
+    fi
     ;;
 esac
 
This page took 0.024933 seconds and 4 git commands to generate.