From e82e31badd1061f17ce335e23acb50ab1faad881 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 24 Jul 2020 14:17:58 -0700 Subject: device-observatory: fix compilation with newer libmicrohttpd API change. Signed-off-by: Rosen Penev --- utils/device-observatory/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/device-observatory/Makefile') diff --git a/utils/device-observatory/Makefile b/utils/device-observatory/Makefile index 536d36a96..9317df19a 100644 --- a/utils/device-observatory/Makefile +++ b/utils/device-observatory/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=device-observatory PKG_VERSION:=1.2.0 -PKG_RELEASE:=6 +PKG_RELEASE:=7 PKG_SOURCE_URL:=https://codeload.github.com/mwarning/device-observatory/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -- cgit v1.2.3