cifs-utils: Add runtime recommendation to CIFS kernel module

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
Otavio Salvador 2013-05-08 14:29:08 -03:00 committed by Eric Bénard
parent bce6c9fa24
commit 3317557635

View File

@ -5,6 +5,7 @@ LICENSE = "GPLv3 & LGPLv3"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
PV = "5.9" PV = "5.9"
PR = "r1"
SRCREV = "353d491dcb5d69d31434abeb962c8e9a49c36867" SRCREV = "353d491dcb5d69d31434abeb962c8e9a49c36867"
SRC_URI = "git://git.samba.org/cifs-utils.git" SRC_URI = "git://git.samba.org/cifs-utils.git"
@ -18,3 +19,5 @@ do_install_append() {
# is installed to /sbin # is installed to /sbin
rmdir ${D}${bindir} ${D}${sbindir} rmdir ${D}${bindir} ${D}${sbindir}
} }
RRECOMMENDS_${PN} = "kernel-module-cifs"