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

* Re: [meta-oe][PATCH] lmbench: remove debianutils from RDEPENDS and add perl
  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
  0 siblings, 1 reply; 3+ messages in thread
From: Martin Jansa @ 2014-08-21 19:31 UTC (permalink / raw)
  To: openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1794 bytes --]

On Thu, Aug 21, 2014 at 05:20:43AM -0400, jackie.huang@windriver.com wrote:
> 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

Lets see how far Tom's memory goes :)

commit 6dbe8d71c465fdf86310ca7f83332ff32baf12f5
Author: Tom Rini <trini@embeddedalley.com>
Date:   Fri Feb 13 01:14:22 2009 -0500

    lmbench: Fix config file location in lmbench-run add RDEP on debianutils, bump PR

> 
> - 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
> 
> -- 
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel

-- 
Martin 'JaMa' Jansa     jabber: Martin.Jansa@gmail.com

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]

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

* Re: [meta-oe][PATCH] lmbench: remove debianutils from RDEPENDS and add perl
  2014-08-21 19:31 ` Martin Jansa
@ 2014-08-25  6:37   ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2014-08-25  6:37 UTC (permalink / raw)
  To: openembedded-devel

On 14-08-21 21:31:42, Martin Jansa wrote:
> On Thu, Aug 21, 2014 at 05:20:43AM -0400, jackie.huang@windriver.com wrote:
> > 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
> 
> Lets see how far Tom's memory goes :)
> 
> commit 6dbe8d71c465fdf86310ca7f83332ff32baf12f5
> Author: Tom Rini <trini@embeddedalley.com>
> Date:   Fri Feb 13 01:14:22 2009 -0500
> 
>     lmbench: Fix config file location in lmbench-run add RDEP on debianutils, bump PR
> 

that was lmbench2 and probably some config script might have needed it
but clearly I dont see any need for it now with lmbench3


^ permalink raw reply	[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.