* [PATCH 0/1] ltp: add dependency libcap
@ 2012-09-28 6:59 Kang Kai
2012-09-28 6:59 ` [PATCH 1/1] " Kang Kai
0 siblings, 1 reply; 3+ messages in thread
From: Kang Kai @ 2012-09-28 6:59 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
The following changes since commit 3c58f92d46e32c40b80575f14e0f6f66c9920c66:
Revert "autotools.bbclass: using relative paths for acpaths" (2012-09-27 17:57:58 +0100)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib kangkai/ltp-dep
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/ltp-dep
Kang Kai (1):
ltp: add dependency libcap
meta/recipes-extended/ltp/ltp_20120903.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
--
1.7.5.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] ltp: add dependency libcap
2012-09-28 6:59 [PATCH 0/1] ltp: add dependency libcap Kang Kai
@ 2012-09-28 6:59 ` Kang Kai
2012-09-28 10:23 ` Richard Purdie
0 siblings, 1 reply; 3+ messages in thread
From: Kang Kai @ 2012-09-28 6:59 UTC (permalink / raw)
To: openembedded-core; +Cc: Zhenfeng.Zhao
Similar to libaio, libcap is another dependency of ltp.
If libcap has been done populate_sysroot but rpm/ipk package is not
created, ltp will be compiled with libcap. So when install ltp to a
image, it complains that package libcap is not found.
[Yocto #2973]
Signed-off-by: Kang Kai <kai.kang@windriver.com>
---
meta/recipes-extended/ltp/ltp_20120903.bb | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta/recipes-extended/ltp/ltp_20120903.bb b/meta/recipes-extended/ltp/ltp_20120903.bb
index 85270ea..e3e760d 100644
--- a/meta/recipes-extended/ltp/ltp_20120903.bb
+++ b/meta/recipes-extended/ltp/ltp_20120903.bb
@@ -19,9 +19,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
"
-DEPENDS = "attr libaio"
+DEPENDS = "attr libaio libcap"
-PR = "r0"
+PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2"
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread* Re: [PATCH 1/1] ltp: add dependency libcap
2012-09-28 6:59 ` [PATCH 1/1] " Kang Kai
@ 2012-09-28 10:23 ` Richard Purdie
0 siblings, 0 replies; 3+ messages in thread
From: Richard Purdie @ 2012-09-28 10:23 UTC (permalink / raw)
To: Kang Kai; +Cc: Zhenfeng.Zhao, openembedded-core
On Fri, 2012-09-28 at 14:59 +0800, Kang Kai wrote:
> Similar to libaio, libcap is another dependency of ltp.
>
> If libcap has been done populate_sysroot but rpm/ipk package is not
> created, ltp will be compiled with libcap. So when install ltp to a
> image, it complains that package libcap is not found.
>
> [Yocto #2973]
>
> Signed-off-by: Kang Kai <kai.kang@windriver.com>
> ---
> meta/recipes-extended/ltp/ltp_20120903.bb | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Merged to master, thanks.
Richard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-09-28 10:36 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-28 6:59 [PATCH 0/1] ltp: add dependency libcap Kang Kai
2012-09-28 6:59 ` [PATCH 1/1] " Kang Kai
2012-09-28 10:23 ` Richard Purdie
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox