aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-11-15 16:38:53 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-11-16 21:50:11 +0100
commit5ece6afc91066e54eb39d20bd31278bfe8b9118b (patch)
tree10390a2ad88315b49d22cf3c0837783d5e0322ec
parent77420b09e7235ef2559ea984c79c3b34e8106ba8 (diff)
downloadmeta-openembedded-contrib-5ece6afc91066e54eb39d20bd31278bfe8b9118b.tar.gz
cifs-utils: add dependency on samba
* fixes: cifs-utils-6.4: cifs-utils rdepends on samba, but it isn't a build dependency? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-networking/recipes-support/cifs/cifs-utils_git.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
index e6b31febda..00617c9f2b 100644
--- a/meta-networking/recipes-support/cifs/cifs-utils_git.bb
+++ b/meta-networking/recipes-support/cifs/cifs-utils_git.bb
@@ -4,6 +4,7 @@ SECTION = "otherosfs"
LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
+DEPENDS = "samba"
PV = "6.4"
SRCREV = "487f46da737291877867cbd3acb40fea087d3863"