[OE-core] [PATCH] opkg-util: Fix documentation DEPENDS

Burton, Ross ross.burton at intel.com
Thu Jun 27 16:23:52 UTC 2019


Actually looked at this.  The makefile is using pod2man, which is in
HOSTTOOLS, so how is this a problem?

Ross

On Thu, 27 Jun 2019 at 14:54, Joshua Watt <jpewhacker at gmail.com> wrote:
>
> opkg-utils requires perl to generate documentation in do_compile. If not
> present, the documentation will be skipped, which is not reproducible.
>
> Signed-off-by: Joshua Watt <JPEWhacker at gmail.com>
> ---
>  meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb
> index 4be7b16d8a2..2f1bf0d21ba 100644
> --- a/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb
> +++ b/meta/recipes-devtools/opkg-utils/opkg-utils_0.4.1.bb
> @@ -12,6 +12,8 @@ SRC_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/${BPN}/snapshot/${BPN}-${PV
>  "
>  UPSTREAM_CHECK_URI = "http://git.yoctoproject.org/cgit/cgit.cgi/opkg-utils/refs/"
>
> +# Perl is required to generate documentation
> +DEPENDS_class-target = "perl-native"
>
>  SRC_URI[md5sum] = "8c140f835b694a0c27cfb23d2426a02b"
>  SRC_URI[sha256sum] = "9ea9efdd9fe13661ad251e3a2860c1c93045adcfaa6659c3e86d9748ecda3b6e"
> --
> 2.21.0
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core


More information about the Openembedded-core mailing list