summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-04-14 13:31:51 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2020-04-14 13:31:51 +0200
commit7e71881e53e74526bf911ee5aa6009a5f9a8c729 (patch)
tree850b3ae0a3975990963a6580a6aa3161304eb774 /package
parentd8071184425feb1373d95cede8bd2da76f0be584 (diff)
add build dependency
Diffstat (limited to 'package')
-rw-r--r--package/paho/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/paho/Makefile b/package/paho/Makefile
index b28d6dd1e..b72497b2f 100644
--- a/package/paho/Makefile
+++ b/package/paho/Makefile
@@ -6,16 +6,14 @@ include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= paho
PKG_VERSION:= v1.3.1
PKG_RELEASE:= 1
-#PKG_HASH:= 7b4eed66ae3df3613629139c0df28b16abfa4e0927bd17360027d936784aa55e
PKG_GIT:= tag
PKG_DESCR:= Eclipse Paho MQTT client library
PKG_SECTION:= libs/misc
+PKG_BUILDDEP:= cmake-host
PKG_URL:= https://www.eclipse.org/paho/clients/c/a
PKG_SITES:= https://github.com/eclipse/paho.mqtt.c.git
PKG_OPTS:= dev
-#DISTFILES:= v$(PKG_VERSION).tar.gz
-
include $(ADK_TOPDIR)/mk/package.mk
$(eval $(call PKG_template,PAHO,paho,$(PKG_VERSION)-$(PKG_RELEASE),$(PKG_DEPENDS),$(PKG_DESCR),$(PKG_SECTION),$(PKG_OPTS)))