mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
protobuf: add dependency on zlib
* fixes floating dependency: protobuf/protobuf/latest lost dependency on zlib Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
fff74a0bd5
commit
9d127bfee7
|
|
@ -6,6 +6,8 @@ HOMEPAGE = "http://code.google.com/p/protobuf/"
|
|||
SECTION = "console/tools"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
|
||||
DEPENDS = "zlib"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af6809583bfde9a31595a58bb4a24514"
|
||||
|
||||
SRC_URI = "http://protobuf.googlecode.com/files/protobuf-${PV}.tar.gz"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user