[Armadeus-commitlog] armadeus branch, master, updated. armadeus-4.0-2654-ga53849a
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2012-01-04 14:10:56
|
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 a53849a9a4d5aeec27d23c6b44570ae7b4c4d737 (commit)
from d4438cc0d2181073bfee030009086df485137fe9 (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 a53849a9a4d5aeec27d23c6b44570ae7b4c4d737
Author: Julien Boibessot <jul...@ar...>
Date: Wed Jan 4 15:04:09 2012 +0100
[BUILDROOT] Remove our custom pyserial package as it is now integrated (in another way) to BR
-----------------------------------------------------------------------
Summary of changes:
.../2011.05/055-pyserial-add_package.patch | 64 --------------------
patches/buildroot/2011.05/cleanup_buildroot.sh | 1 -
2 files changed, 0 insertions(+), 65 deletions(-)
delete mode 100644 patches/buildroot/2011.05/055-pyserial-add_package.patch
diff --git a/patches/buildroot/2011.05/055-pyserial-add_package.patch b/patches/buildroot/2011.05/055-pyserial-add_package.patch
deleted file mode 100644
index a701440..0000000
--- a/patches/buildroot/2011.05/055-pyserial-add_package.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-Add pyserial package to BR
-
-Signed-off-by: Fabien Marteau <fab...@ar...>
-
-Index: buildroot/package/Config.in
-===================================================================
---- 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"
- source "package/python/Config.in"
-+source "package/pyserial/Config.in"
- source "package/ruby/Config.in"
- source "package/tcl/Config.in"
- endmenu
-Index: buildroot/package/pyserial/Config.in
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ buildroot/package/pyserial/Config.in 2011-11-23 14:35:13.000000000 +0100
-@@ -0,0 +1,5 @@
-+config BR2_PACKAGE_PYSERIAL
-+ bool "pyserial"
-+ depends on BR2_PACKAGE_PYTHON
-+ help
-+ Installs the python pyserial extension
-Index: buildroot/package/pyserial/pyserial.mk
-===================================================================
---- /dev/null 1970-01-01 00:00:00.000000000 +0000
-+++ 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.7/site-packages/serial
-+PYSERIAL_TARGET_BINARY=$(PYSERIAL_TARGET_PKG)/serialutil.py
-+
-+$(DL_DIR)/$(PYSERIAL_SOURCE):
-+ $(call DOWNLOAD,$(PYSERIAL_SITE),$(PYSERIAL_SOURCE))
-+
-+$(PYSERIAL_DIR)/.unpacked: $(DL_DIR)/$(PYSERIAL_SOURCE)
-+ unzip -o $(DL_DIR)/$(PYSERIAL_SOURCE) -d $(BUILD_DIR)
-+ touch $@
-+
-+$(PYSERIAL_TARGET_BINARY): $(PYSERIAL_DIR)/.unpacked
-+ mkdir -p $(PYSERIAL_TARGET_PKG)
-+ for module in __init__.py serialposix.py serialutil.py; do \
-+ cp $(PYSERIAL_DIR)/serial/$$module $(PYSERIAL_TARGET_PKG)/ ; \
-+ done
-+
-+pyserial-source: $(DL_DIR)/$(PYSERIAL_SOURCE)
-+
-+pyserial-clean:
-+ rm -rf $(PYSERIAL_TARGET_PKG)
-+
-+pyserial-dirclean:
-+ rm -rf $(PYSERIAL_DIR)
-+
-+pyserial: python $(PYSERIAL_TARGET_BINARY)
-+
-+ifeq ($(strip $(BR2_PACKAGE_PYSERIAL)),y)
-+TARGETS+=pyserial
-+endif
diff --git a/patches/buildroot/2011.05/cleanup_buildroot.sh b/patches/buildroot/2011.05/cleanup_buildroot.sh
index b0a8a7f..91f20e3 100755
--- a/patches/buildroot/2011.05/cleanup_buildroot.sh
+++ b/patches/buildroot/2011.05/cleanup_buildroot.sh
@@ -26,7 +26,6 @@ rm -rf buildroot/package/openssh/
rm -rf buildroot/package/sdl/
rm -rf buildroot/package/sdlwater/
rm -rf buildroot/package/slideshow/
-rm -rf buildroot/package/pyserial/
rm -rf buildroot/package/pymysql/
rm -rf buildroot/package/socketcan/
rm -rf buildroot/package/lcd4linux/
hooks/post-receive
--
armadeus
|