diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-08-23 14:49:00 +0800 |
---|---|---|
committer | Scott Garman <scott.a.garman@intel.com> | 2012-09-24 09:51:08 -0700 |
commit | 79d12314729649add741509a46b7770e22dd23ad (patch) | |
tree | 138acfcc194eccabf434c44362a27e295bf800bf | |
parent | 3a8dc0a01d2756bb8f51afccad772fca1dc48af3 (diff) | |
download | openembedded-core-79d12314729649add741509a46b7770e22dd23ad.tar.gz openembedded-core-79d12314729649add741509a46b7770e22dd23ad.tar.bz2 openembedded-core-79d12314729649add741509a46b7770e22dd23ad.zip |
ltp_20120104: add rdepends
[Yocto #2973]
Add rdepends libaio to fix this defect.
Signed-off-by: Kang Kai <kai.kang@windriver.com>
-rw-r--r-- | meta/recipes-extended/ltp/ltp_20120104.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-extended/ltp/ltp_20120104.bb b/meta/recipes-extended/ltp/ltp_20120104.bb index c82203a764..f8119a7347 100644 --- a/meta/recipes-extended/ltp/ltp_20120104.bb +++ b/meta/recipes-extended/ltp/ltp_20120104.bb @@ -19,7 +19,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \ file://utils/benchmark/kernbench-0.42/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ " -PR = "r1" +PR = "r2" SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \ file://uclibc-getcontext.patch \ @@ -28,6 +28,8 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/ltp/ltp-full-${PV}.bz2 \ SRC_URI[md5sum] = "ac183bbdac67139f049b3755fda37179" SRC_URI[sha256sum] = "11b149b821d709e3351ac66f028f1b0dd5337ee9073dc20019ccffdac42d5c2e" +RDEPENDS_${PN} += "libaio" + export prefix = "/opt/ltp" export exec_prefix = "/opt/ltp" |