From patchwork Wed Oct 24 21:26:11 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: 193992 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 9EE1B2C009B for ; Thu, 25 Oct 2012 08:31:44 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 47E62804F8; Wed, 24 Oct 2012 21:31:42 +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 FJvBStm71XL0; Wed, 24 Oct 2012 21:31:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 0AAD08CA2D; Wed, 24 Oct 2012 21:31:35 +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 ACDA98F74A for ; Wed, 24 Oct 2012 21:27:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5D93B81C2D for ; Wed, 24 Oct 2012 21:27:10 +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 crnYESzBJbGZ for ; Wed, 24 Oct 2012 21:27:06 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f169.google.com (mail-wi0-f169.google.com [209.85.212.169]) by whitealder.osuosl.org (Postfix) with ESMTPS id 3ADA98C837 for ; Wed, 24 Oct 2012 21:26:59 +0000 (UTC) Received: by mail-wi0-f169.google.com with SMTP id hq4so4251609wib.4 for ; Wed, 24 Oct 2012 14:26:58 -0700 (PDT) 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=mlgnHACsrvLNpS1stlNpG0IawsBi/wz019M9XeLLJy4=; b=FBzHyZnJHKDZynrsQqrdmG2pua4U0m9ZqIAglSWbVTjGa13LUb8ZhdUKzJGwDjz8hS yoW7rlIr1McqUo5fTzacAYzl5cCh5rPr9P/uNxTH3c0l/sWVkc4q3+Sc/W0At9N3L90r 2IN8D6W70O1oUAZBEkTy9r5+fG75q8R1mPlMy8qa5fn5TZF6NXay/Taw5tyNEljkGjZg meRTXL9+fN7Lm+TcFdR7qX+1ZAtWbYRC+vi51KpFlPnKXKRca51YZ8o4Z1PdvBx5Oehy tBP2HuzVIiqikylFMJ5uKw7Yt3hC72z/VtXFM+LnjOn774VPJ1z//7hNMdE3wUWPgtHk dVkw== Received: by 10.216.195.144 with SMTP id p16mr9647448wen.174.1351114018860; Wed, 24 Oct 2012 14:26:58 -0700 (PDT) Received: from localhost.localdomain (ARennes-256-1-66-54.w90-32.abo.wanadoo.fr. [90.32.145.54]) by mx.google.com with ESMTPS id hb6sm6371161wib.7.2012.10.24.14.26.58 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 24 Oct 2012 14:26:58 -0700 (PDT) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Wed, 24 Oct 2012 23:26:11 +0200 Message-Id: <1351113973-17237-46-git-send-email-yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: <1351113973-17237-1-git-send-email-yann.morin.1998@free.fr> References: <1351113973-17237-1-git-send-email-yann.morin.1998@free.fr> Cc: bjornar.ness@gmail.com, "Yann E. MORIN" Subject: [Buildroot] [PATCH 45/47] 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 d087291..199d230 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -202,6 +202,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 @@ -279,7 +285,6 @@ define QEMU_CONFIGURE_CMDS --disable-vnc-sasl \ --disable-brlapi \ --disable-guest-base \ - --disable-docs \ --disable-rbd \ --disable-smartcard \ --disable-strip \