protobuf-c: Fix typo on build dependency.
This was fixed in 3bcaa7a4fe
Backported the fix here.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
e9c2ba68f7
commit
340d5ce71e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue