[Armadeus-commitlog] armadeus branch, master, updated. armadeus-5.3-131-gb032da9
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2014-02-19 09:44:21
|
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 b032da969a263fa64daf36e22e8d9e8b2a1d5ddb (commit)
from 666173862bf084490785d24e961614affbd08055 (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 b032da969a263fa64daf36e22e8d9e8b2a1d5ddb
Author: Julien Boibessot <jul...@ar...>
Date: Wed Feb 19 10:44:04 2014 +0100
[BUILDROOT] Add owfs package
-----------------------------------------------------------------------
Summary of changes:
.../2013.11/006-armadeus-add-owfs-package.patch | 43 ++++++++++++++++++++
patches/buildroot/2013.11/cleanup_buildroot.sh | 1 +
2 files changed, 44 insertions(+), 0 deletions(-)
create mode 100644 patches/buildroot/2013.11/006-armadeus-add-owfs-package.patch
diff --git a/patches/buildroot/2013.11/006-armadeus-add-owfs-package.patch b/patches/buildroot/2013.11/006-armadeus-add-owfs-package.patch
new file mode 100644
index 0000000..f30917a
--- /dev/null
+++ b/patches/buildroot/2013.11/006-armadeus-add-owfs-package.patch
@@ -0,0 +1,43 @@
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+Index: buildroot/package/owfs/Config.in
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/owfs/Config.in 2014-02-19 10:38:49.859032579 +0100
+@@ -0,0 +1,11 @@
++config BR2_PACKAGE_OWFS
++ bool "owfs"
++ select BR2_PACKAGE_LIBFUSE
++ help
++ OWFS is an easy way to use the powerful 1-wire system of
++ Dallas/Maxim.
++ OWFS is a simple and flexible program to monitor and control the
++ physical environment. You can write scripts to read temperature,
++ flash lights, write to an LCD, log and graph, ...
++
++ http://owfs.org/
+Index: buildroot/package/owfs/owfs.mk
+===================================================================
+--- /dev/null 1970-01-01 00:00:00.000000000 +0000
++++ buildroot/package/owfs/owfs.mk 2014-02-19 10:31:16.264783335 +0100
+@@ -0,0 +1,20 @@
++###############################################################################
++#
++# owfs
++#
++###############################################################################
++
++OWFS_SITE = http://downloads.sourceforge.net/owfs/
++OWFS_VERSION = 2.9p2
++OWFS_DEPENDENCIES = libfuse
++OWFS_CONF_OPT += --disable-owhttpd --disable-owftpd --disable-swig
++OWFS_INSTALL_STAGING = YES
++
++ifeq ($(BR2_PACKAGE_LIBUSB),y)
++OWFS_DEPENDENCIES += libusb
++OWFS_CONF_OPT += --enable-usb
++else
++OWFS_CONF_OPT += --disable-usb
++endif
++
++$(eval $(autotools-package))
diff --git a/patches/buildroot/2013.11/cleanup_buildroot.sh b/patches/buildroot/2013.11/cleanup_buildroot.sh
index 89a6f4e..6e53b5a 100755
--- a/patches/buildroot/2013.11/cleanup_buildroot.sh
+++ b/patches/buildroot/2013.11/cleanup_buildroot.sh
@@ -82,3 +82,4 @@ rm -rf buildroot/package/libpng/
rm -rf buildroot/package/mmc-utils/
rm -rf buildroot/package/uclibc/0.9.33.2/uclibc-0055-accept4-declaration-fix.patch
rm -rf buildroot/package/uclibc/0.9.33.2/uclibc-0056-assume-accept4-in-recent-arm-kernels.patch
+rm -rf buildroot/package/owfs/
hooks/post-receive
--
armadeus
|