diff options
author | Changqing Li <changqing.li@windriver.com> | 2019-05-28 10:37:55 +0800 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-05-28 07:38:52 -0700 |
commit | 74445465e3b248bb4df6c6c8985e35de52dbeb36 (patch) | |
tree | 165ada0cb561915c15f64e231c5c671fd2ef640d | |
parent | 41708b0b0c32be7cf0387c595e0b03ad6b23ae4e (diff) | |
download | meta-security-74445465e3b248bb4df6c6c8985e35de52dbeb36.tar.gz |
samhain: add rconflict for client and server mode
Signed-off-by: Changqing Li <changqing.li@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | recipes-ids/samhain/samhain-client_4.3.2.bb | 1 | ||||
-rw-r--r-- | recipes-ids/samhain/samhain-server_4.3.2.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/recipes-ids/samhain/samhain-client_4.3.2.bb b/recipes-ids/samhain/samhain-client_4.3.2.bb index 812408e..0f53a8c 100644 --- a/recipes-ids/samhain/samhain-client_4.3.2.bb +++ b/recipes-ids/samhain/samhain-client_4.3.2.bb | |||
@@ -9,3 +9,4 @@ EXTRA_OECONF += " \ | |||
9 | " | 9 | " |
10 | 10 | ||
11 | RDEPENDS_${PN} = "acl zlib attr bash" | 11 | RDEPENDS_${PN} = "acl zlib attr bash" |
12 | RCONFLICTS_${PN} = "samhain-standalone" | ||
diff --git a/recipes-ids/samhain/samhain-server_4.3.2.bb b/recipes-ids/samhain/samhain-server_4.3.2.bb index 9341d44..d304912 100644 --- a/recipes-ids/samhain/samhain-server_4.3.2.bb +++ b/recipes-ids/samhain/samhain-server_4.3.2.bb | |||
@@ -18,3 +18,4 @@ do_install_append() { | |||
18 | } | 18 | } |
19 | 19 | ||
20 | RDEPENDS_${PN} += "gmp bash perl" | 20 | RDEPENDS_${PN} += "gmp bash perl" |
21 | RCONFLICTS_${PN} = "samhain-standalone" | ||