From 063a18baf21b8d1249ade541b297d02f79db2b97 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Wed, 8 May 2013 14:29:08 -0300 Subject: [PATCH] cifs-utils: Add runtime recommendation to CIFS kernel module (From meta-openembedded rev: 1eb3e91030cee6d5765a1924b605fb689573c6ad) Signed-off-by: Otavio Salvador Signed-off-by: Joe MacDonald Signed-off-by: Patrick Ohly --- .../meta-networking/recipes-support/cifs/cifs-utils_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_git.bb b/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_git.bb index 19b60ad..de2786a 100644 --- a/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_git.bb +++ b/meta-openembedded/meta-networking/recipes-support/cifs/cifs-utils_git.bb @@ -5,6 +5,7 @@ LICENSE = "GPLv3 & LGPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" PV = "5.9" +PR = "r1" SRCREV = "353d491dcb5d69d31434abeb962c8e9a49c36867" SRC_URI = "git://git.samba.org/cifs-utils.git" @@ -18,3 +19,5 @@ do_install_append() { # is installed to /sbin rmdir ${D}${bindir} ${D}${sbindir} } + +RRECOMMENDS_${PN} = "kernel-module-cifs" -- 2.7.4