Bash script: oprofile-ptest/usr/lib/oprofile/ptest/run-ptest [YOCTO #1662]
Signed-off-by: Robert Yang <[email protected]> --- meta/recipes-kernel/oprofile/oprofile.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-kernel/oprofile/oprofile.inc b/meta/recipes-kernel/oprofile/oprofile.inc index 76d0b6c..d49b89c 100644 --- a/meta/recipes-kernel/oprofile/oprofile.inc +++ b/meta/recipes-kernel/oprofile/oprofile.inc @@ -26,6 +26,8 @@ SRC_URI = "file://opstart.patch \ inherit autotools-brokensep pkgconfig ptest +RDEPENDS_${PN}-ptest += "bash" + EXTRA_OECONF = "--with-kernel=${STAGING_KERNEL_DIR} --without-x" do_configure () { cp ${WORKDIR}/acinclude.m4 ${S}/ -- 1.7.9.5 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
