From: Frans Meulenbroeks Date: Thu, 4 Feb 2010 21:07:38 +0000 (+0100) Subject: open-iscsi-user: removed RRECOMMENDS X-Git-Tag: Release-2010-05/1~577 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ac2a9d6420978a0d835199dd2b027b17e9f1ea5;p=openembedded.git open-iscsi-user: removed RRECOMMENDS removed RRECOMMENDS because: a) it recommended itself b) there are two potential providers of the kernel modules that are needed either they can come from the kernel or from open-iscsi-kernel Signed-off-by: Frans Meulenbroeks --- diff --git a/recipes/open-iscsi/open-iscsi-user_2.0-871.bb b/recipes/open-iscsi/open-iscsi-user_2.0-871.bb index ed3ac716f2..477a5e6e06 100644 --- a/recipes/open-iscsi/open-iscsi-user_2.0-871.bb +++ b/recipes/open-iscsi/open-iscsi-user_2.0-871.bb @@ -1,8 +1,7 @@ DESCRIPTION = "Open-iSCSI project is a high performance, transport independent, multi-platform implementation of RFC3720." HOMEPAGE = "http://www.open-iscsi.org/" LICENSE = "GPL" -PR = "r1" -RRECOMMENDS = "open-iscsi-user" +PR = "r2" SRC_URI = "http://www.open-iscsi.org/bits/open-iscsi-${PV}.tar.gz" S = "${WORKDIR}/open-iscsi-${PV}"