All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3] ltp: add acl, attr, curl and util-linux runtime dependencies
@ 2017-07-05 11:13 Fathi Boudra
  2017-07-05 12:29 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Fathi Boudra @ 2017-07-05 11:13 UTC (permalink / raw)
  To: openembedded-core; +Cc: Tom Rini, naresh.kamboju

* Use a list and re-order alphabetically to make it easier to read and
  update.
* Add missing runtime dependencies:
  - acl (getfacl/setfacl commands are required)
  - attr (getfattr/setfattr commands are required)
  - iproute2 (required for netns tests)
  - curl (curl command is required)
  - util-linux (ipcs command is required)

Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
---
Changes in v3:
 * add iproute2, used by netns tests. Thanks to Tom Rini <trini@konsulko.com>

Changes in v2:
 * add missing backslash

 meta/recipes-extended/ltp/ltp_20170516.bb | 24 ++++++++++++++++++++++--
 1 file changed, 22 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-extended/ltp/ltp_20170516.bb b/meta/recipes-extended/ltp/ltp_20170516.bb
index f537d60c15..1d5f999dd0 100644
--- a/meta/recipes-extended/ltp/ltp_20170516.bb
+++ b/meta/recipes-extended/ltp/ltp_20170516.bb
@@ -95,7 +95,28 @@ do_install(){
     cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases
 }
 
-RDEPENDS_${PN} = "perl e2fsprogs-mke2fs python-core libaio bash gawk expect ldd unzip gzip cpio cronie logrotate which at"
+RDEPENDS_${PN} = "\
+    acl \
+    at \
+    attr \
+    bash \
+    cpio \
+    cronie \
+    curl \
+    e2fsprogs-mke2fs \
+    expect \
+    gawk \
+    gzip \
+    iproute2 \
+    ldd \
+    libaio \
+    logrotate \
+    perl \
+    python-core \
+    unzip \
+    util-linux \
+    which \
+"
 
 FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a /opt/ltp/testcases/data/nm01/lib.a"
 
@@ -106,4 +127,3 @@ INHIBIT_PACKAGE_STRIP = "1"
 INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 # However, test_arch_stripped is already stripped, so...
 INSANE_SKIP_${PN} += "already-stripped"
-
-- 
2.13.0



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

* Re: [PATCH v3] ltp: add acl, attr, curl and util-linux runtime dependencies
  2017-07-05 11:13 [PATCH v3] ltp: add acl, attr, curl and util-linux runtime dependencies Fathi Boudra
@ 2017-07-05 12:29 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2017-07-05 12:29 UTC (permalink / raw)
  To: Fathi Boudra; +Cc: naresh.kamboju, openembedded-core

On Wed, Jul 05, 2017 at 02:13:11PM +0300, Fathi Boudra wrote:

> * Use a list and re-order alphabetically to make it easier to read and
>   update.
> * Add missing runtime dependencies:
>   - acl (getfacl/setfacl commands are required)
>   - attr (getfattr/setfattr commands are required)
>   - iproute2 (required for netns tests)
>   - curl (curl command is required)
>   - util-linux (ipcs command is required)
> 
> Reported-by: Naresh Kamboju <naresh.kamboju@linaro.org>
> Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom


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

end of thread, other threads:[~2017-07-05 12:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-05 11:13 [PATCH v3] ltp: add acl, attr, curl and util-linux runtime dependencies Fathi Boudra
2017-07-05 12:29 ` Tom Rini

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.