[OE-core] [PATCH 8/8] perl-ptest: fix RDEPENDS

Robert Yang liezhi.yang at windriver.com
Wed Jun 24 07:49:32 UTC 2015


Sorry, please drop the last patch [PATCH 8/8] , I copy it from
IMAGE_INSTALL, but it isn't correct, other patches are fine.

// Robert

On 06/24/2015 02:26 PM, Robert Yang wrote:
> The test cases require make, gcc, libssp and so on to run.
>
> Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
> ---
>   meta/recipes-devtools/perl/perl-ptest.inc |    3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/meta/recipes-devtools/perl/perl-ptest.inc b/meta/recipes-devtools/perl/perl-ptest.inc
> index 948ea7c..74ac110 100644
> --- a/meta/recipes-devtools/perl/perl-ptest.inc
> +++ b/meta/recipes-devtools/perl/perl-ptest.inc
> @@ -34,4 +34,5 @@ python populate_packages_prepend() {
>               '${PN}-ptest%s', '%s', recursive=True, match_path=True)
>   }
>
> -RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed"
> +RDEPENDS_${PN}-ptest += "${PN}-modules ${PN}-doc ${PN}-misc sed make gcc \
> +                         procps libgcc-dev gcc-dev gdbm perl-dev libssp libssp-dev"
>



More information about the Openembedded-core mailing list