From patchwork Sat Dec 28 17:10:58 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 305578 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 125D82C00BD for ; Sun, 29 Dec 2013 04:15:26 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B932E8B646; Sat, 28 Dec 2013 17:15:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qugNx9aYOTMt; Sat, 28 Dec 2013 17:15:24 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B582E8B60E; Sat, 28 Dec 2013 17:15:24 +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 80AA41BF994 for ; Sat, 28 Dec 2013 17:15:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 7F44A81724 for ; Sat, 28 Dec 2013 17:15:23 +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 5UD1k9NezG6f for ; Sat, 28 Dec 2013 17:15:21 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from zimbra3.corp.accelance.fr (zimbra3.corp.accelance.fr [213.162.49.233]) by whitealder.osuosl.org (Postfix) with ESMTP id 9FEDF80558 for ; Sat, 28 Dec 2013 17:15:21 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by zimbra3.corp.accelance.fr (Postfix) with ESMTP id B58496EC6A for ; Sat, 28 Dec 2013 18:15:19 +0100 (CET) X-Virus-Scanned: amavisd-new at zimbra3.corp.accelance.fr Received: from zimbra3.corp.accelance.fr ([127.0.0.1]) by localhost (zimbra3.corp.accelance.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 8CxwBeuE+Qg0; Sat, 28 Dec 2013 18:15:19 +0100 (CET) Received: from localhost.localdomain (sch74-1-88-184-220-198.fbx.proxad.net [88.184.220.198]) by zimbra3.corp.accelance.fr (Postfix) with ESMTPSA id C34726EC65; Sat, 28 Dec 2013 18:15:18 +0100 (CET) From: Romain Naour To: buildroot@busybox.net Date: Sat, 28 Dec 2013 18:10:58 +0100 Message-Id: <1388250659-10192-1-git-send-email-romain.naour@openwide.fr> X-Mailer: git-send-email 1.8.1.4 Subject: [Buildroot] [PATCH 1/2] xenomai: bump to version 2.6.3 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 Add --disable-doc-install to configure script. Signed-off-by: Romain Naour --- package/xenomai/xenomai.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/xenomai/xenomai.mk b/package/xenomai/xenomai.mk index 786bdfd..2dd1bf6 100644 --- a/package/xenomai/xenomai.mk +++ b/package/xenomai/xenomai.mk @@ -6,7 +6,7 @@ XENOMAI_VERSION = $(call qstrip,$(BR2_PACKAGE_XENOMAI_VERSION)) ifeq ($(XENOMAI_VERSION),) -XENOMAI_VERSION = 2.6.2.1 +XENOMAI_VERSION = 2.6.3 endif XENOMAI_SITE = http://download.gna.org/xenomai/stable/ @@ -19,7 +19,7 @@ XENOMAI_INSTALL_STAGING = YES XENOMAI_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-user XENOMAI_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) install-user -XENOMAI_CONF_OPT += --includedir=/usr/include/xenomai/ +XENOMAI_CONF_OPT += --includedir=/usr/include/xenomai/ --disable-doc-install define XENOMAI_REMOVE_DEVFILES for i in xeno-config xeno-info wrap-link.sh ; do \