[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2586-g435534e
Brought to you by:
sszy
|
From: Fabien M <fa...@us...> - 2011-11-23 13:51:52
|
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 435534e6617cbbb5ccd7c6f692204a0bbf60c28a (commit)
from b3cca51fbc18bc99236ac854ce0137ddb5c7b834 (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 435534e6617cbbb5ccd7c6f692204a0bbf60c28a
Author: Fabien Marteau <fab...@ar...>
Date: Wed Nov 23 14:50:13 2011 +0100
[buildroot][package][pyserial] python version is now 2.7
-----------------------------------------------------------------------
Summary of changes:
.../2011.05/055-pyserial-add_package.patch | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/patches/buildroot/2011.05/055-pyserial-add_package.patch b/patches/buildroot/2011.05/055-pyserial-add_package.patch
index 3b0ddbc..a701440 100644
--- a/patches/buildroot/2011.05/055-pyserial-add_package.patch
+++ b/patches/buildroot/2011.05/055-pyserial-add_package.patch
@@ -4,8 +4,8 @@ Signed-off-by: Fabien Marteau <fab...@ar...>
Index: buildroot/package/Config.in
===================================================================
---- buildroot.orig/package/Config.in 2011-08-08 12:13:12.000000000 +0200
-+++ buildroot/package/Config.in 2011-08-08 12:14:30.000000000 +0200
+--- buildroot.orig/package/Config.in 2011-11-17 10:00:45.000000000 +0100
++++ buildroot/package/Config.in 2011-11-23 14:46:48.000000000 +0100
@@ -239,6 +239,7 @@
source "package/microperl/Config.in"
source "package/php/Config.in"
@@ -17,7 +17,7 @@ Index: buildroot/package/Config.in
Index: buildroot/package/pyserial/Config.in
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pyserial/Config.in 2011-08-08 12:14:30.000000000 +0200
++++ buildroot/package/pyserial/Config.in 2011-11-23 14:35:13.000000000 +0100
@@ -0,0 +1,5 @@
+config BR2_PACKAGE_PYSERIAL
+ bool "pyserial"
@@ -27,13 +27,13 @@ Index: buildroot/package/pyserial/Config.in
Index: buildroot/package/pyserial/pyserial.mk
===================================================================
--- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pyserial/pyserial.mk 2011-08-08 12:14:30.000000000 +0200
++++ buildroot/package/pyserial/pyserial.mk 2011-11-23 14:47:04.000000000 +0100
@@ -0,0 +1,33 @@
+PYSERIAL_VERSION=2.2
+PYSERIAL_SOURCE=pyserial-$(PYSERIAL_VERSION).zip
+PYSERIAL_SITE=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/pyserial
+PYSERIAL_DIR=$(BUILD_DIR)/pyserial-$(PYSERIAL_VERSION)
-+PYSERIAL_TARGET_PKG=$(TARGET_DIR)/usr/lib/python2.4/site-packages/serial
++PYSERIAL_TARGET_PKG=$(TARGET_DIR)/usr/lib/python2.7/site-packages/serial
+PYSERIAL_TARGET_BINARY=$(PYSERIAL_TARGET_PKG)/serialutil.py
+
+$(DL_DIR)/$(PYSERIAL_SOURCE):
hooks/post-receive
--
armadeus
|