diff options
author | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-02-04 22:07:38 +0100 |
---|---|---|
committer | Frans Meulenbroeks <fransmeulenbroeks@gmail.com> | 2010-02-04 22:07:38 +0100 |
commit | 0ac2a9d6420978a0d835199dd2b027b17e9f1ea5 (patch) | |
tree | ac7fcbefb7b9288232cacfc2e97282f73045f594 /recipes | |
parent | 64c594914a4e4fbeae927e7df28fc8c826f4b731 (diff) |
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 <fransmeulenbroeks@gmail.com>
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/open-iscsi/open-iscsi-user_2.0-871.bb | 3 |
1 files changed, 1 insertions, 2 deletions
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}" |