* fixes floating dependency: protobuf/protobuf/latest lost dependency on zlib
Signed-off-by: Martin Jansa <[email protected]> --- 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" -- 2.0.4 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
