All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] lmbench: remove debianutils from RDEPENDS and add perl
@ 2014-08-21  9:20 jackie.huang
  2014-08-21 19:31 ` Martin Jansa
  0 siblings, 1 reply; 3+ messages in thread
From: jackie.huang @ 2014-08-21  9:20 UTC (permalink / raw)
  To: openembedded-devel

From: Jackie Huang <jackie.huang@windriver.com>

- I don't see any evdidence that lmbench needs debianutils to run:
  debianutils provides:
    run-parts, tempfile, savelog, which, ischroot,
    add-shell, installkernel, remove-shell
  but none of them is used by lmbench scripts and I tested it work
  fine without debianutils, so remove debianutils from RDEPENDS

- Some scripts in lmbench are perl scripts, so add
  RDEPENDS on perl (no addtional perl module is needed).

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
 meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
index 38e0d2e..0586d72 100644
--- a/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
+++ b/meta-oe/recipes-benchmark/lmbench/lmbench_3.0-a9.bb
@@ -74,5 +74,5 @@ pkg_postinst_${PN} () {
     fi
 }
 
-RDEPENDS_${PN} = "debianutils"
+RDEPENDS_${PN} = "perl"
 FILES_${PN} += "${datadir}/lmbench ${libdir}/lmbench"
-- 
2.0.0



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

end of thread, other threads:[~2014-08-25  6:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-21  9:20 [meta-oe][PATCH] lmbench: remove debianutils from RDEPENDS and add perl jackie.huang
2014-08-21 19:31 ` Martin Jansa
2014-08-25  6:37   ` 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.