jjb: Add Yocto jobs
[lttng-ci.git] / scripts / lttng-tools / build.sh
index 577b835bc55261bd7284434491399fb92f66255d..84367e0ecd4ff89f4014a65db3953fd45bf46803 100755 (executable)
@@ -373,6 +373,11 @@ debug-rcu)
 
 *)
     echo "Standard configuration"
+
+    # Something is broken in docbook-xml on yocto
+    if [[ "$platform" = yocto* ]]; then
+        CONF_OPTS+=("--disable-man-pages")
+    fi
     ;;
 esac
 
This page took 0.024831 seconds and 4 git commands to generate.