mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-27 05:30:17 +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"
|
SECTION = "console/tools"
|
||||||
LICENSE = "BSD-3-Clause"
|
LICENSE = "BSD-3-Clause"
|
||||||
|
|
||||||
|
DEPENDS = "zlib"
|
||||||
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af6809583bfde9a31595a58bb4a24514"
|
LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af6809583bfde9a31595a58bb4a24514"
|
||||||
|
|
||||||
SRC_URI = "http://protobuf.googlecode.com/files/protobuf-${PV}.tar.gz"
|
SRC_URI = "http://protobuf.googlecode.com/files/protobuf-${PV}.tar.gz"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user