diff options
author | Noor <noor_ahsan@mentor.com> | 2013-06-14 18:22:01 +0500 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2013-06-21 08:10:15 +0300 |
commit | 68c6dcd07f7ff93df1ce070fb90e946a4eee42fc (patch) | |
tree | 63a7c70e26b0698f86eec0a1fe387733eb64c12b | |
parent | d198a74f84cb8054f7a5030c60dc7aaf293e8526 (diff) | |
download | meta-ivi-68c6dcd07f7ff93df1ce070fb90e946a4eee42fc.tar.gz meta-ivi-68c6dcd07f7ff93df1ce070fb90e946a4eee42fc.tar.bz2 meta-ivi-68c6dcd07f7ff93df1ce070fb90e946a4eee42fc.zip |
dlt-daemon: Add zlib in DEPENDS.
* dlt-system-filetransfer.c includes zlib.h. This headerfile is
provided by zlib package. Added zlib in its DEPENDS.
Signed-off-by: Noor Ahsan <noor_ahsan@mentor.com>
-rw-r--r-- | recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb b/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb index a94e63d..58447e8 100644 --- a/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb +++ b/recipes-extended/dlt-daemon/dlt-daemon_2.9.0.bb @@ -21,6 +21,8 @@ LIC_FILES_CHKSUM = " \ file://MPL.txt;md5=ccdb2761cef70c8b2612624c323f89dc \ " +DEPENDS = "zlib" + SRC_URI = "git://git.projects.genivi.org/${PN}.git;protocol=git;tag=v${PV} \ file://systemd_service_installation.patch \ " |