All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] phoronix-test-suite: add rconflict
@ 2019-05-28  2:51 changqing.li
  2019-05-28  2:51 ` [PATCH 2/2] syslog-ng: add rconflict for package syslog-ng-libs changqing.li
  2019-05-28 19:37 ` [PATCH 1/2] phoronix-test-suite: add rconflict Adrian Bunk
  0 siblings, 2 replies; 5+ messages in thread
From: changqing.li @ 2019-05-28  2:51 UTC (permalink / raw)
  To: openembedded-devel

From: Changqing Li <changqing.li@windriver.com>

phoronix-test-suite rdepend on lsb, lsb rdepend on lsbinitscripts,
lsbinitscripts rconflict with initscripts-functions. so also add
rconflict for this one.

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 .../recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.6.0.bb   | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.6.0.bb b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.6.0.bb
index 4c7b057..bdd6855 100644
--- a/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.6.0.bb
+++ b/meta-oe/recipes-benchmark/phoronix-test-suite/phoronix-test-suite_8.6.0.bb
@@ -30,6 +30,7 @@ SYSTEMD_AUTO_ENABLE = "disable"
 SYSTEMD_SERVICE_${PN} = "phoromatic-client.service phoromatic-server.service"
 
 RDEPENDS_${PN} += "bash python php-cli util-linux-lscpu os-release lsb"
+RCONFLICTS_${PN} = "initscripts-functions"
 
 FILES_${PN} += " \
     ${datadir}/phoronix-test-suite \
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-05-29  9:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-28  2:51 [PATCH 1/2] phoronix-test-suite: add rconflict changqing.li
2019-05-28  2:51 ` [PATCH 2/2] syslog-ng: add rconflict for package syslog-ng-libs changqing.li
2019-05-28 19:37 ` [PATCH 1/2] phoronix-test-suite: add rconflict Adrian Bunk
2019-05-29  2:51   ` Changqing Li
2019-05-29  9:06     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.