Dirk Neukirchen
|
7c68afaf4a
|
gammu: fix dependencies
- disable libdbi via CMAKE
- fix libpq dependency
reported by buildbot.openwrt.org
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|
2015-03-07 10:39:53 +01:00 |
|
Dirk Neukirchen
|
5819a55155
|
gammu: use cmake.mk
- remove not needed legacy stuff
- fix lib64 suffix when installing
fixes build error when target is x86_64
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
|
2015-03-07 10:39:44 +01:00 |
|
aTanW
|
96ef85a37e
|
gammu: change startup/config file names to avoid potential conflict
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 ++++----
files/gammu.init | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
|
2015-02-26 15:51:39 +03:00 |
|
Nicolas Thill
|
e24dfafb01
|
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
2015-02-22 02:37:56 +01:00 |
|
Steven Barth
|
0d10c8ae48
|
Merge pull request #905 from psycho-nico/fix-gammu
gammu: disable libdbi support explicitly
|
2015-02-17 17:23:28 +01:00 |
|
Nicolas Thill
|
7be03a4be0
|
gammu: disable libdbi support explicitly
Fixes a dependency error when libdbi was built before gammu
Signed-off-by: Nicolas Thill <nico@openwrt.org>
|
2015-02-13 20:03:04 +01:00 |
|
aTanW
|
c450e69fb1
|
gammu: add uci config and procd service control
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 +++++---
|
2015-02-13 16:22:17 +03:00 |
|
aTanW
|
760ba95253
|
gammu: remove unneeded dependencies
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
|
2015-02-11 16:20:21 +03:00 |
|
aTanW
|
b397fc786e
|
gammu: add libusb dependency
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
|
2015-01-14 16:46:48 +03:00 |
|
aTanW
|
400ddf6054
|
gammu: bump version to upstream 1.34.0
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
|
2015-01-05 20:28:45 +03:00 |
|
aTanW
|
fa215d1952
|
gammu: Fix copypaste typo in config file installation
|
2014-12-11 16:15:04 +03:00 |
|
aTanW
|
0263f910cb
|
Fix gammu config file installation and description
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 7 ++++++-
1 file changed, 6 insertions(+), 1 deletion(-)
|
2014-12-10 19:36:15 +03:00 |
|
aTanW
|
f044f11552
|
This adds package gammu v 1.33.0 to the build tree
Gammu is a tool for cell phone/modem control, including
send/receive SMS, phone directory and other.
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 68 +++++++++++++++++++++++++++++++
files/gammurc | 37 ++++++++++++++++
patches/001-iconv-disabling-option.patch | 51 +++++++++++++++++++++++
patches/002-no-fstack-protector.patch | 11 +++++
patches/003-cmake-cross-toolchain.patch | 43 +++++++++++++++++++
patches/010-utils-shell-fix.patch | 16 +++++++
6 files changed, 226 insertions(+)
|
2014-12-09 19:32:33 +03:00 |
|