summaryrefslogtreecommitdiff
path: root/package/open-plc-utils
AgeCommit message (Collapse)Author
2016-06-06package/open-plc-utils: add hashBernd Kuhls
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-06-05package/open-plc-utils: bump versionBernd Kuhls
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
2016-01-31package/open-plc-utils: bump versionBernd Kuhls
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>
2015-04-05open-plc-utils: fix build on !uclibc toolchainsThomas Petazzoni
The open-plc-utils source code has a condition for uClibc toolchains when calling vfprintf(). But the non-uClibc case simply doesn't build. And the recommended solution at https://github.com/qca/open-plc-utils/issues/36 is to pass -D__UCLIBC__ unconditionally. Fixes: http://autobuild.buildroot.org/results/4fd/4fdc56f5dec6c8773086a4661eff1e4ce6ef660e/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2015-04-04open-plc-utils: new packageMaxime Hadjinlian
[Thomas: - rename to open-plc-utils to match upstream name. - fix Config.in to use tabs instead of spaces - remove 'default n' line - add dependency on BR2_USE_MMU - bump to a more recent upstream commit - remove no longer needed openplc-0002-Remove-vfprintf-call.patch - rename patch to the proper naming convention - specify <pkg>_LICENSE_FILES - pass CROSS= instead of CC= - do not pass CC= at install time.] Signed-off-by: Maxime Hadjinlian <maxime.hadjinlian@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>