* The latest ltp-ddt sources have thermal test scripts that require the utils found in the linaro-pm-qa-utils package. * Add an RDEPENDS to make sure those utilities will be in place.
Signed-off-by: Chase Maupin <[email protected]> --- .../ltp-ddt/ltp-ddt_0.0.4.bbappend | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend index b9248f8..9fcc92f 100644 --- a/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend +++ b/meta-arago-distro/recipes-devtools/ltp-ddt/ltp-ddt_0.0.4.bbappend @@ -1,4 +1,6 @@ -PR_append = "-arago2+gitr${SRCPV}" +PR_append = "-arago3+gitr${SRCPV}" + +RDEPENDS_${PN} += "linaro-pm-qa-utils" # Auto rev so we pick up the latest changes SRCREV = "${AUTOREV}" -- 1.7.0.4 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
