[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-541-g3e91ca5
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-07-19 08:23:59
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 3e91ca504f9dca1f5a964d732c0c4d6278bb3936 (commit)
from 83c117b0b082761d1433f71437866effc5c7c008 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 3e91ca504f9dca1f5a964d732c0c4d6278bb3936
Author: Fabien Marteau <fab...@ar...>
Date: Mon Jul 19 10:23:33 2010 +0200
[buildroot] fix little bug in strip command for joystick and pickit2 patches
-----------------------------------------------------------------------
Summary of changes:
...est-add_joystick_testing_programs_package.patch | 4 ++--
...ickit2-add_pickit2_programer_command_line.patch | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/patches/buildroot/123-joysticktest-add_joystick_testing_programs_package.patch b/patches/buildroot/123-joysticktest-add_joystick_testing_programs_package.patch
index eeb1fb1..3b234cf 100644
--- a/patches/buildroot/123-joysticktest-add_joystick_testing_programs_package.patch
+++ b/patches/buildroot/123-joysticktest-add_joystick_testing_programs_package.patch
@@ -56,8 +56,8 @@ Index: buildroot/package/joysticktest/joysticktest.mk
+$(TARGET_DIR)/$(JOYSTICKTEST_TARGET_BINARY): $(JOYSTICKTEST_DIR)/$(JOYSTICKTEST_BINARY)
+ $(INSTALL) -D $(JOYSTICKTEST_DIR)/jstest $(TARGET_DIR)/usr/bin/
+ $(INSTALL) -D $(JOYSTICKTEST_DIR)/jscal $(TARGET_DIR)/usr/bin/
-+ $(STRIPCMD) $(STRIP_STRIPUNEEDED) $(TARGET_DIR)/usr/bin/jstest
-+ $(STRIPCMD) $(STRIP_STRIPUNEEDED) $(TARGET_DIR)/usr/bin/jscal
++ $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/jstest
++ $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/jscal
+
+joysticktest: uclibc $(TARGET_DIR)/$(JOYSTICKTEST_TARGET_BINARY)
+
diff --git a/patches/buildroot/124-pickit2-add_pickit2_programer_command_line.patch b/patches/buildroot/124-pickit2-add_pickit2_programer_command_line.patch
index a95a9e1..339b209 100644
--- a/patches/buildroot/124-pickit2-add_pickit2_programer_command_line.patch
+++ b/patches/buildroot/124-pickit2-add_pickit2_programer_command_line.patch
@@ -58,7 +58,7 @@ Index: buildroot/package/pickit2/pickit2.mk
+$(TARGET_DIR)/$(PICKIT2_TARGET_BINARY): $(PICKIT2_DIR)/$(PICKIT2_BINARY)
+ $(INSTALL) -D $(PICKIT2_DIR)/PK2DeviceFile.dat $(TARGET_DIR)/usr/share/pk2/PK2DeviceFile.dat
+ $(INSTALL) -D $(PICKIT2_DIR)/pk2cmd $(TARGET_DIR)/usr/bin/pk2cmd
-+ $(STRIPCMD) $(STRIP_STRIPUNEEDED) $(TARGET_DIR)/usr/bin/pk2cmd
++ $(STRIPCMD) $(STRIP_STRIP_UNNEEDED) $(TARGET_DIR)/usr/bin/pk2cmd
+
+pickit2: libusb $(TARGET_DIR)/$(PICKIT2_TARGET_BINARY)
+
hooks/post-receive
--
armadeus
|