diff options
Diffstat (limited to 'meta/recipes-extended/ltp')
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20170516.bb | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20170516.bb b/meta/recipes-extended/ltp/ltp_20170516.bb index ac66b09569..86b801288d 100644 --- a/meta/recipes-extended/ltp/ltp_20170516.bb +++ b/meta/recipes-extended/ltp/ltp_20170516.bb | |||
@@ -96,7 +96,28 @@ do_install(){ | |||
96 | cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases | 96 | cp -r testcases/open_posix_testsuite ${D}/opt/ltp/testcases |
97 | } | 97 | } |
98 | 98 | ||
99 | RDEPENDS_${PN} = "perl e2fsprogs-mke2fs python-core libaio bash gawk expect ldd unzip gzip cpio cronie logrotate which at" | 99 | RDEPENDS_${PN} = "\ |
100 | acl \ | ||
101 | at \ | ||
102 | attr \ | ||
103 | bash \ | ||
104 | cpio \ | ||
105 | cronie \ | ||
106 | curl \ | ||
107 | e2fsprogs-mke2fs \ | ||
108 | expect \ | ||
109 | gawk \ | ||
110 | gzip \ | ||
111 | iproute2 \ | ||
112 | ldd \ | ||
113 | libaio \ | ||
114 | logrotate \ | ||
115 | perl \ | ||
116 | python-core \ | ||
117 | unzip \ | ||
118 | util-linux \ | ||
119 | which \ | ||
120 | " | ||
100 | 121 | ||
101 | FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a /opt/ltp/testcases/data/nm01/lib.a" | 122 | FILES_${PN}-staticdev += "/opt/ltp/lib/libmem.a /opt/ltp/testcases/data/nm01/lib.a" |
102 | 123 | ||
@@ -107,4 +128,3 @@ INHIBIT_PACKAGE_STRIP = "1" | |||
107 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" | 128 | INHIBIT_PACKAGE_DEBUG_SPLIT = "1" |
108 | # However, test_arch_stripped is already stripped, so... | 129 | # However, test_arch_stripped is already stripped, so... |
109 | INSANE_SKIP_${PN} += "already-stripped" | 130 | INSANE_SKIP_${PN} += "already-stripped" |
110 | |||