package/open-plc-utils: bump version

Remove patch for scripts/Makefile because the file was removed upstream:
3682e7be80

Fixes musl build error:
http://autobuild.buildroot.net/results/582/5824f101d21698d562e9836c571ceab6fdfadc29//

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2016-01-23 16:44:50 +01:00 committed by Peter Korsgaard
parent cefcb852cf
commit 247cc9ef70
2 changed files with 1 additions and 16 deletions

View file

@ -237,21 +237,6 @@ index 60b9bb3..c951218 100755
uninstall:
cd ${BIN}; rm -f ${TOOLS}
cd ${MAN}; rm -f ${PAGES}
diff --git a/scripts/Makefile b/scripts/Makefile
index c9a785a..022e5f9 100755
--- a/scripts/Makefile
+++ b/scripts/Makefile
@@ -30,8 +30,8 @@ all compile:
install:
scripts:
manuals:
- test -d ${MAN} || install -m ${DIR_PERM} -o ${OWNER} -g ${GROUP} -d ${MAN}
- install -m ${MAN_PERM} -o ${OWNER} -g ${GROUP} ${PAGES} ${MAN}
+ test -d ${MAN} || install -m ${DIR_PERM} -d ${MAN}
+ install -m ${MAN_PERM} ${PAGES} ${MAN}
library:
uninstall:
clean:
diff --git a/serial/Makefile b/serial/Makefile
index c25f1a6..6420d4a 100755
--- a/serial/Makefile

View file

@ -4,7 +4,7 @@
#
################################################################################
OPEN_PLC_UTILS_VERSION = 1f6e7e372b313cf570aa63314037588ed01ec0de
OPEN_PLC_UTILS_VERSION = 05ef40c0a2949cfaf1c3230e10679fbcf912d174
OPEN_PLC_UTILS_SITE = $(call github,qca,open-plc-utils,$(OPEN_PLC_UTILS_VERSION))
OPEN_PLC_UTILS_LICENSE = BSD-3c
OPEN_PLC_UTILS_LICENSE_FILES = LICENSE