From patchwork Thu Apr 12 08:25:14 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Maxime Ripard X-Patchwork-Id: 152000 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 246A0B7084 for ; Thu, 12 Apr 2012 18:25:33 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 336CC2065E; Thu, 12 Apr 2012 08:25:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id wd5prIHp7Hfl; Thu, 12 Apr 2012 08:25:30 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 4F01C31868; Thu, 12 Apr 2012 08:25:30 +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 9D5CE8F75B for ; Thu, 12 Apr 2012 08:25:28 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 90FC68F0A0 for ; Thu, 12 Apr 2012 08:25:28 +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 7JhI8o92-laR for ; Thu, 12 Apr 2012 08:25:27 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [88.190.12.23]) by whitealder.osuosl.org (Postfix) with ESMTP id 3B7668E817 for ; Thu, 12 Apr 2012 08:25:27 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id 38CCB196; Thu, 12 Apr 2012 10:24:37 +0200 (CEST) Received: from localhost (per18-1-82-246-202-189.fbx.proxad.net [82.246.202.189]) by mail.free-electrons.com (Postfix) with ESMTPSA id 967DD144 for ; Thu, 12 Apr 2012 10:24:27 +0200 (CEST) From: Maxime Ripard To: buildroot@busybox.net Date: Thu, 12 Apr 2012 10:25:14 +0200 Message-Id: <1334219114-9988-1-git-send-email-maxime.ripard@free-electrons.com> X-Mailer: git-send-email 1.7.5.4 Subject: [Buildroot] [PATCH] Bump sam-ba version to 2.11 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: Maxime Ripard --- package/sam-ba/sam-ba.mk | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package/sam-ba/sam-ba.mk b/package/sam-ba/sam-ba.mk index d00575c..d5ab9f6 100644 --- a/package/sam-ba/sam-ba.mk +++ b/package/sam-ba/sam-ba.mk @@ -1,11 +1,11 @@ SAM_BA_SITE = http://www.atmel.com/dyn/resources/prod_documents/ -SAM_BA_VERSION = 2.10 +SAM_BA_VERSION = 2.11 SAM_BA_SOURCE = sam-ba_$(SAM_BA_VERSION).zip define HOST_SAM_BA_EXTRACT_CMDS unzip -d $(BUILD_DIR) $(DL_DIR)/$(SAM_BA_SOURCE) - mv $(BUILD_DIR)/sam-ba_cdc_linux/* $(@D) - rmdir $(BUILD_DIR)/sam-ba_cdc_linux/ + mv $(BUILD_DIR)/sam-ba_cdc_cdc_linux/* $(@D) + rmdir $(BUILD_DIR)/sam-ba_cdc_cdc_linux/ endef # Since it's a prebuilt application and it does not conform to the