[Armadeus-commitlog] armadeus branch, master, updated. release-3.2-530-gf94626b
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2010-07-13 09:35:39
|
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 f94626be319c380ffa70d6cad327fde1490de868 (commit)
via d0b5d36f282fb87a769255718d0bdfbef712150e (commit)
from 5d7f48a9346eabf5bf67655a42e960c8055a731f (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 f94626be319c380ffa70d6cad327fde1490de868
Author: Fabien Marteau <fab...@ar...>
Date: Tue Jul 13 11:35:01 2010 +0200
[buildroot] strip joysticktest commands
commit d0b5d36f282fb87a769255718d0bdfbef712150e
Author: Fabien Marteau <fab...@ar...>
Date: Tue Jul 13 11:24:12 2010 +0200
[buildroot] sstrip pk2cmd
-----------------------------------------------------------------------
Summary of changes:
...est-add_joystick_testing_programs_package.patch | 20 ++++++++++----------
...ickit2-add_pickit2_programer_command_line.patch | 11 ++++++-----
2 files changed, 16 insertions(+), 15 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 84fda47..e9e4d21 100644
--- a/patches/buildroot/123-joysticktest-add_joystick_testing_programs_package.patch
+++ b/patches/buildroot/123-joysticktest-add_joystick_testing_programs_package.patch
@@ -4,8 +4,8 @@ Signed-off-by: Fabien Marteau <fab...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-07-07 11:52:54.000000000 +0200
-+++ buildroot/package/Config.in 2010-07-07 11:52:54.000000000 +0200
+--- buildroot.orig/package/Config.in 2010-07-13 11:16:25.000000000 +0200
++++ buildroot/package/Config.in 2010-07-13 11:24:19.000000000 +0200
@@ -499,5 +499,6 @@
# various games packages
@@ -16,7 +16,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/joysticktest/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/joysticktest/Config.in 2010-07-07 11:52:54.000000000 +0200
++++ buildroot/package/joysticktest/Config.in 2010-07-13 11:16:25.000000000 +0200
@@ -0,0 +1,4 @@
+config BR2_PACKAGE_JOYSTICKTEST
+ bool "joysticktest"
@@ -25,7 +25,7 @@ Index: buildroot/package/joysticktest/Config.in
Index: buildroot/package/joysticktest/joysticktest.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/joysticktest/joysticktest.mk 2010-07-07 16:24:31.000000000 +0200
++++ buildroot/package/joysticktest/joysticktest.mk 2010-07-13 11:26:28.000000000 +0200
@@ -0,0 +1,51 @@
+#############################################################
+#
@@ -54,16 +54,16 @@ Index: buildroot/package/joysticktest/joysticktest.mk
+ $(MAKE) CC=$(TARGET_CC) -C $(JOYSTICKTEST_DIR)
+
+$(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/
-+ rm -Rf $(TARGET_DIR)/usr/man
++ $(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
+
-+joysticktest: uclibc $(TARGET_DIR)/$(JOYSTICKTEST_TARGET_BINARY)
++joysticktest: $(TARGET_DIR)/$(JOYSTICKTEST_TARGET_BINARY)
+
+joysticktest-source: $(DL_DIR)/$(JOYSTICKTEST_SOURCE)
+
+joysticktest-clean:
-+ $(MAKE) prefix=$(TARGET_DIR)/usr -C $(JOYSTICKTEST_DIR) uninstall
+ -$(MAKE) -C $(JOYSTICKTEST_DIR) clean
+
+joysticktest-dirclean:
@@ -81,7 +81,7 @@ Index: buildroot/package/joysticktest/joysticktest.mk
Index: buildroot/package/joysticktest/joysticktest-1.2.15-compile_only_testing_programs.patch
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/joysticktest/joysticktest-1.2.15-compile_only_testing_programs.patch 2010-07-07 11:52:54.000000000 +0200
++++ buildroot/package/joysticktest/joysticktest-1.2.15-compile_only_testing_programs.patch 2010-07-13 11:16:25.000000000 +0200
@@ -0,0 +1,204 @@
+Index: joystick-1.2.15/Makefile
+===================================================================
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 bcad84c..a95a9e1 100644
--- a/patches/buildroot/124-pickit2-add_pickit2_programer_command_line.patch
+++ b/patches/buildroot/124-pickit2-add_pickit2_programer_command_line.patch
@@ -4,8 +4,8 @@ Signed-off-by: Fabien Marteau <fab...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2010-07-13 10:10:50.000000000 +0200
-+++ buildroot/package/Config.in 2010-07-13 10:10:50.000000000 +0200
+--- buildroot.orig/package/Config.in 2010-07-13 11:16:25.000000000 +0200
++++ buildroot/package/Config.in 2010-07-13 11:16:25.000000000 +0200
@@ -268,6 +268,7 @@
source "package/i2c-tools/Config.in"
source "package/input-tools/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/pickit2/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pickit2/Config.in 2010-07-13 10:10:50.000000000 +0200
++++ buildroot/package/pickit2/Config.in 2010-07-13 11:16:25.000000000 +0200
@@ -0,0 +1,5 @@
+config BR2_PACKAGE_PICKIT2
+ bool "pickit2"
@@ -27,8 +27,8 @@ Index: buildroot/package/pickit2/Config.in
Index: buildroot/package/pickit2/pickit2.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pickit2/pickit2.mk 2010-07-13 11:01:08.000000000 +0200
-@@ -0,0 +1,49 @@
++++ buildroot/package/pickit2/pickit2.mk 2010-07-13 11:22:52.000000000 +0200
+@@ -0,0 +1,50 @@
+#############################################################
+#
+# PICkit2
@@ -58,6 +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
+
+pickit2: libusb $(TARGET_DIR)/$(PICKIT2_TARGET_BINARY)
+
hooks/post-receive
--
armadeus
|