diff options
| author | Sebastian Kemper | 2018-01-20 19:22:03 +0000 |
|---|---|---|
| committer | Sebastian Kemper | 2018-01-20 19:22:03 +0000 |
| commit | a6ec141994434927ff741e33569fddcf865e79d1 (patch) | |
| tree | 8334db206e539ffb57488da420f4b3db445a77f9 | |
| parent | 6e11930ca25cd5fd660d6bcb1519239f13695386 (diff) | |
| download | telephony-a6ec141994434927ff741e33569fddcf865e79d1.tar.gz | |
gsmlib: add PKG_MIRROR_HASH
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
| -rw-r--r-- | libs/gsmlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gsmlib/Makefile b/libs/gsmlib/Makefile index ddfc566..1b06210 100644 --- a/libs/gsmlib/Makefile +++ b/libs/gsmlib/Makefile @@ -16,6 +16,7 @@ PKG_SOURCE_URL:=https://github.com/vbouchaud/gsmlib.git PKG_SOURCE_PROTO:=git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) PKG_SOURCE_VERSION:=cd5442de07cfe052316ede58640ef81b20627276 +PKG_MIRROR_HASH:=bc24d7ddcb5f4b5f9160351d9f38cf6f35f3feef969f675f883b32d04c8c80fa PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION) |