diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2016-01-23 16:44:50 +0100 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2016-01-31 21:08:44 +0100 |
commit | 247cc9ef70c710742c4aa130d27d445be0708a3f (patch) | |
tree | 1785b46269750453fa20972c7d7ea19ebdea2dce /package/open-plc-utils/0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch | |
parent | cefcb852cfaac99cdba3d202ff1ad0618a3a5cad (diff) | |
download | buildroot-247cc9ef70c710742c4aa130d27d445be0708a3f.tar.gz buildroot-247cc9ef70c710742c4aa130d27d445be0708a3f.zip |
package/open-plc-utils: bump version
Remove patch for scripts/Makefile because the file was removed upstream:
https://github.com/qca/open-plc-utils/commit/3682e7be80b76490360b655c6217da41bfb90a8e
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>
Diffstat (limited to 'package/open-plc-utils/0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch')
-rw-r--r-- | package/open-plc-utils/0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/package/open-plc-utils/0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch b/package/open-plc-utils/0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch index 061b3a62df..9fc30a969f 100644 --- a/package/open-plc-utils/0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch +++ b/package/open-plc-utils/0001-Remove-OWNER-and-GROUPS-parameters-to-install.patch @@ -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 |