[oe-commits] Martin Jansa : protobuf: add dependency on zlib

git at git.openembedded.org git at git.openembedded.org
Sun Aug 10 14:17:09 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 38c974a7486781a80b27645bca1419e826a35ddf
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=38c974a7486781a80b27645bca1419e826a35ddf

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sat Aug  9 16:53:54 2014 +0200

protobuf: add dependency on zlib

* fixes floating dependency:
  protobuf/protobuf/latest lost dependency on  zlib

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-devtools/protobuf/protobuf_2.4.1.bb | 2 ++
 1 file changed, 2 insertions(+)

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 c4ed5e6..8386206 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/"
 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"



More information about the Openembedded-commits mailing list