From 340d5ce71ee60c1d699e7e0ead9422bed6f8519f Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Fri, 1 Nov 2019 20:27:06 -0700 Subject: [PATCH] protobuf-c: Fix typo on build dependency. This was fixed in 3bcaa7a4fe4d2231788c20367aed2993a86490c2 Backported the fix here. Signed-off-by: Rosen Penev --- libs/protobuf-c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index 0fd3de9fe2..57ef5959fd 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -19,7 +19,7 @@ PKG_SOURCE_PROTO:=git PKG_SOURCE_VERSION:=$(PKG_VERSION) PKG_BUILD_DEPENDS:=protobuf-c/host -PKG_BUILD_DEPENDS:=protobuf/host +HOST_BUILD_DEPENDS:=protobuf/host PKG_INSTALL:=1 PKG_FIXUP:=autoreconf