From patchwork Sun Dec 9 16:35:19 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 204749 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 948312C01FD for ; Mon, 10 Dec 2012 03:41:38 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3E196A029F; Sun, 9 Dec 2012 16:41:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id PQiJthxXEpGu; Sun, 9 Dec 2012 16:41:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 8B618A0163; Sun, 9 Dec 2012 16:37:42 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id F3F298F74B for ; Sun, 9 Dec 2012 16:36:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id E04B981BA8 for ; Sun, 9 Dec 2012 16:36:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4q0NdKRIhWop for ; Sun, 9 Dec 2012 16:36:24 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by whitealder.osuosl.org (Postfix) with ESMTPS id 05A2381B94 for ; Sun, 9 Dec 2012 16:36:23 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id ds1so464860wgb.4 for ; Sun, 09 Dec 2012 08:36:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:from:to:cc:subject:date:message-id:x-mailer:in-reply-to :references; bh=JKHDfnQNq9roaCPygrKZ3t+J+8wFyIibdfZMsV94yL8=; b=EdCdOOa0HJsZE3uiJ20CaEMYU48fwc4mgx8MfcrXabvJFcUevMYZQdlSrBWYM4IDNW 69qia1dY9xAr2Ss2KW2LWqwvs1YNNIHl3/RRCT4HXndWXcTlqByMvtztoMzq38ydbUNg aRNDfLEUD/ZSIKcDK09lbVQizkW6A+Uyu0gw4LLUb9YTPLTBDU4QnoKuomLtwE375bd9 0yLRZVbr29W+KKxHBnzu2QWUSROJl7wkfwi2NROum7F182rFXsXISj1akJJqmk3vv61O /mPvjSW/Jk7tRDfgbaopi3+/2CazIj3WoIHivE7aOGpbgGFlyLUimy+IEZuEKpG4fSQT pLvQ== Received: by 10.216.216.27 with SMTP id f27mr4145921wep.22.1355070983517; Sun, 09 Dec 2012 08:36:23 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-76-30.w90-32.abo.wanadoo.fr. [90.32.155.30]) by mx.google.com with ESMTPS id fv2sm6587947wib.4.2012.12.09.08.36.22 (version=TLSv1/SSLv3 cipher=OTHER); Sun, 09 Dec 2012 08:36:22 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 9 Dec 2012 17:35:19 +0100 Message-Id: <1355070924-8009-47-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> References: <1355070924-8009-1-git-send-email-yann.morin.1998@free.fr> Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 46/51] package/qemu: option to build the docs X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: "Yann E. MORIN" --- package/qemu/qemu.mk | 7 ++++++- 1 files changed, 6 insertions(+), 1 deletions(-) diff --git a/package/qemu/qemu.mk b/package/qemu/qemu.mk index 1fbc810..5aa12ab 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -261,6 +261,12 @@ ifeq ($(BR2_PACKAGE_QEMU_BLOBS),) QEMU_OPTS += --disable-blobs endif +ifeq ($(BR2_HAVE_DOCUMENTATION),y) +QEMU_OPTS += --enable-docs +else +QEMU_OPTS += --disable-docs +endif + # Post-install removal of unwanted keymaps: # - if we want 'all', we do nothing; # - if we want none, we completely remove the keymap dir @@ -340,7 +346,6 @@ define QEMU_CONFIGURE_CMDS --disable-brlapi \ --disable-fdt \ --disable-guest-base \ - --disable-docs \ --disable-rbd \ --disable-smartcard \ --disable-strip \