mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +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:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user