diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-09 16:53:54 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-08-11 10:59:23 +0200 |
commit | 9d127bfee7f933642a35f17d141620bf7e9e6862 (patch) | |
tree | 88abb3e0b116c3889ce4fddc433dd6c6d3310686 /meta-oe | |
parent | fff74a0bd5a8ccb444d5b8a10e971933fab2a8f1 (diff) | |
download | meta-openembedded-9d127bfee7f933642a35f17d141620bf7e9e6862.tar.gz |
protobuf: add dependency on zlib
* fixes floating dependency:
protobuf/protobuf/latest lost dependency on zlib
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/protobuf/protobuf_2.4.1.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/protobuf/protobuf_2.4.1.bb b/meta-oe/recipes-devtools/protobuf/protobuf_2.4.1.bb index c4ed5e64b..8386206ea 100644 --- a/meta-oe/recipes-devtools/protobuf/protobuf_2.4.1.bb +++ b/meta-oe/recipes-devtools/protobuf/protobuf_2.4.1.bb | |||
@@ -6,6 +6,8 @@ HOMEPAGE = "http://code.google.com/p/protobuf/" | |||
6 | SECTION = "console/tools" | 6 | SECTION = "console/tools" |
7 | LICENSE = "BSD-3-Clause" | 7 | LICENSE = "BSD-3-Clause" |
8 | 8 | ||
9 | DEPENDS = "zlib" | ||
10 | |||
9 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af6809583bfde9a31595a58bb4a24514" | 11 | LIC_FILES_CHKSUM = "file://COPYING.txt;md5=af6809583bfde9a31595a58bb4a24514" |
10 | 12 | ||
11 | SRC_URI = "http://protobuf.googlecode.com/files/protobuf-${PV}.tar.gz" | 13 | SRC_URI = "http://protobuf.googlecode.com/files/protobuf-${PV}.tar.gz" |