* [Buildroot] [PATCH] linknx: bump to version 0.0.1.32
@ 2013-12-08 3:30 Axel Lin
2013-12-08 9:42 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2013-12-08 3:30 UTC (permalink / raw)
To: buildroot
Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
package/linknx/linknx-missing-unistd.patch | 22 ----------------------
package/linknx/linknx.mk | 2 +-
2 files changed, 1 insertion(+), 23 deletions(-)
delete mode 100644 package/linknx/linknx-missing-unistd.patch
diff --git a/package/linknx/linknx-missing-unistd.patch b/package/linknx/linknx-missing-unistd.patch
deleted file mode 100644
index 04b088f..0000000
--- a/package/linknx/linknx-missing-unistd.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-[PATCH]: ioport.cpp: close(2) needs unistd.h
-
-Fixed in upstream CVS:
-http://linknx.cvs.sourceforge.net/viewvc/linknx/linknx/linknx/src/ioport.cpp?revision=1.20&view=markup
-
-Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
----
- src/ioport.cpp | 1 +
- 1 file changed, 1 insertion(+)
-
-Index: linknx-0.0.1.30/src/ioport.cpp
-===================================================================
---- linknx-0.0.1.30.orig/src/ioport.cpp
-+++ linknx-0.0.1.30/src/ioport.cpp
-@@ -21,6 +21,7 @@
- #include <iomanip>
- #include "ioport.h"
- #include <fcntl.h>
-+#include <unistd.h>
-
- Logger& IOPort::logger_m(Logger::getInstance("IOPort"));
- Logger& RxThread::logger_m(Logger::getInstance("RxThread"));
diff --git a/package/linknx/linknx.mk b/package/linknx/linknx.mk
index 6892004..b838854 100644
--- a/package/linknx/linknx.mk
+++ b/package/linknx/linknx.mk
@@ -4,7 +4,7 @@
#
################################################################################
-LINKNX_VERSION = 0.0.1.30
+LINKNX_VERSION = 0.0.1.32
LINKNX_SITE = http://downloads.sourceforge.net/project/linknx/linknx/linknx-$(LINKNX_VERSION)
LINKNX_LICENSE = GPLv2+
LINKNX_INSTALL_STAGING = YES
--
1.8.1.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH] linknx: bump to version 0.0.1.32
2013-12-08 3:30 [Buildroot] [PATCH] linknx: bump to version 0.0.1.32 Axel Lin
@ 2013-12-08 9:42 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2013-12-08 9:42 UTC (permalink / raw)
To: buildroot
>>>>> "Axel" == Axel Lin <axel.lin@ingics.com> writes:
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-12-08 9:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-08 3:30 [Buildroot] [PATCH] linknx: bump to version 0.0.1.32 Axel Lin
2013-12-08 9:42 ` Peter Korsgaard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.