[Buildroot] [git commit] Bump sam-ba version to 2.11

Peter Korsgaard jacmet at sunsite.dk
Sat Apr 14 21:06:42 UTC 2012


commit: http://git.buildroot.net/buildroot/commit/?id=11c06f763423dabcf1cfe1c8b41c384a4b884222
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet at sunsite.dk>
---
 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


More information about the buildroot mailing list