Rosen Penev
bf42426e4a
gammu: Fix build under 64-bit targets.
There's a faulty suffix variable that points to the wrong place.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Rosen Penev
ef6c6feef6
gammu: Update to 1.39.0
Cosmetic makefile changes.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
6 years ago
Sebastian Kemper
272974aecf
gammu: update lazy depend
libmariadbclient is now libmariadb. Update gammu depend to reflect that.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
6 years ago
Sebastian Kemper
8290a74c84
gammu: fix mysql depend
mysql was replaced by mariadb. The lazy dependency
"+PACKAGE_libmysqlclient:libmysqlclient" does not work anymore as
"PACKAGE_libmysqlclient" no longer exists. This results in:
Package gammu is missing dependencies for the following libraries:
libmysqlclient.so.18
This commit addresses that.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
7 years ago
aTanW
c6bdecf4db
gammu: bump to a new upstream v1.38.4
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
7 years ago
aTanW
6bb8c6bf0c
gammu: bunp to a new v1.38.3
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
8 years ago
aTanW
56e15d34e6
gammu: bump to new upstream 1.38.1
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
8 years ago
aTanW
feb117a312
gammu: bump to the new upstream v1.37.4
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
8 years ago
aTanW
42747a1db3
gammu: bump to upstream v1.37.3
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
aTanW
256c4ada49
gammu: bump to upstream v 1.37.2
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
Stefan Weil
b5738a3878
utils: Fix typos (found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
9 years ago
Yousong Zhou
92b0575e28
Drop the redundant -r option to $(CP)
$(CP) was defined as `cp -fpR' since the very begining of OpenWrt build
system (2006-06-22). The -R option should be enough and base packages
use only $(CP) for the same purposes just fine and BSD manual of cp also
discourages the use of `-r' option. So let's just tidy up the usage now.
Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>
9 years ago
aTanW
e7067c5c9a
gammu: bump to upstream v1.37.0
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
aTanW
31e0651408
gammu: bump to new upstream 1.36.8
Signed-off-by: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
aTanW
0bfb2f8a4d
gammu: bump to upstream 1.36.7
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
aTanW
3a8d834c96
gammu: bump to new upstream v1.36.6
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
aTanW
e8b47afd10
gammu: bump to supstream v1.36.5
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
aTanW
9cad7e86a1
gammu: bump to mainstream v 1.36.4, full-language version build fix
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 14 +++++++++++---
1 file changed, 11 insertions(+), 3 deletions(-)
9 years ago
aTanW
dbb7897ec1
gammu: bump to the new upstream v1.36.3
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
9 years ago
aTanW
ec2cb7b430
gammu: update to latest 1.36.2 upstream
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
9 years ago
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>
10 years ago
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>
10 years ago
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(-)
10 years ago
Nicolas Thill
e24dfafb01
remove uneeded PKG_BUILD_DIR & PKG_CAT overrides
Signed-off-by: Nicolas Thill <nico@openwrt.org>
10 years ago
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>
10 years ago
aTanW
c450e69fb1
gammu: add uci config and procd service control
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 8 +++++---
10 years ago
aTanW
760ba95253
gammu: remove unneeded dependencies
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
10 years ago
aTanW
b397fc786e
gammu: add libusb dependency
Signed-Off-By: Vitaly Protsko <villy@sft.ru>
---
Makefile | 1 +
1 file changed, 1 insertion(+)
10 years ago
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(-)
10 years ago
aTanW
fa215d1952
gammu: Fix copypaste typo in config file installation
10 years ago
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(-)
10 years ago
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(+)
10 years ago