From patchwork Sun Feb 3 14:07:02 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "Yann E. MORIN" X-Patchwork-Id: 217783 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id BB0122C0090 for ; Mon, 4 Feb 2013 01:12:38 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8B354101DA6; Sun, 3 Feb 2013 14:12:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rwB73rm-dRi7; Sun, 3 Feb 2013 14:12:16 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id C03BA103AD1; Sun, 3 Feb 2013 14:08:10 +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 37C158F7A1 for ; Sun, 3 Feb 2013 14:08:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D8B218AC2B for ; Sun, 3 Feb 2013 14:07:59 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References" Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MmLsGd58wYPG for ; Sun, 3 Feb 2013 14:07:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f170.google.com (mail-wi0-f170.google.com [209.85.212.170]) by whitealder.osuosl.org (Postfix) with ESMTPS id 9DDF58AD05 for ; Sun, 3 Feb 2013 14:07:52 +0000 (UTC) Received: by mail-wi0-f170.google.com with SMTP id hm11so3324753wib.1 for ; Sun, 03 Feb 2013 06:07:50 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer :in-reply-to:references:in-reply-to:references; bh=/iFsveTvl+hldCu2nmuI8aIlzAFmz+c42EnamcWUpdg=; b=TKfG/ulHlUAjAYLVQS1kD2eEQ+T17ePqsFhQFcPZhGpqVIaElKwNzkqHIVGqZODWb7 mUTKsjtJXNwivaFoLLGy4IafAmaCVmWBbwM/wA3xCFfq4+h1l5fCQdi4qpCR1TifGLxW SMBYbvh7HC05ISeKKzsnUdk75DAHrZrIUm8+THZQJ5gpVqpgFRCDeaco8f60Tkntvl5X NH6p4EKmTQBg67lqYAFf4hWu8q9+mT9lk+EAQEUmsCvfDdC+VTAAgHgX88Xwc0/DeRt8 wd7M7f3btlkrzuOnSm6MkLRWAkSZ0iCJgxiwROx6V/atoa6UwmZcGkxU0vA0UYNJzrM6 vKWA== X-Received: by 10.180.99.72 with SMTP id eo8mr5871288wib.34.1359900470898; Sun, 03 Feb 2013 06:07:50 -0800 (PST) Received: from localhost.localdomain (ARennes-256-1-39-23.w90-32.abo.wanadoo.fr. [90.32.22.23]) by mx.google.com with ESMTPS id gy2sm2970685wib.3.2013.02.03.06.07.49 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 03 Feb 2013 06:07:50 -0800 (PST) From: "Yann E. MORIN" To: buildroot@busybox.net Date: Sun, 3 Feb 2013 15:07:02 +0100 Message-Id: <05320c25dbd8e25c0464b5f154cabc35918bada0.1359899108.git.yann.morin.1998@free.fr> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Cc: "Yann E. MORIN" Subject: [Buildroot] [PATCH 25/29] 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 d18b3ec..3a09cdc 100644 --- a/package/qemu/qemu.mk +++ b/package/qemu/qemu.mk @@ -262,6 +262,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 @@ -337,7 +343,6 @@ define QEMU_CONFIGURE_CMDS --disable-brlapi \ --disable-fdt \ --disable-guest-base \ - --disable-docs \ --disable-rbd \ --disable-smartcard \ --disable-strip \