[oe] [meta-oe] [PATCH] libev: correct source path

Andre McCurdy armccurdy at gmail.com
Tue May 22 00:55:51 UTC 2018


On Sat, May 19, 2018 at 7:29 PM, S. Lockwood-Childs <sjl at vctlabs.com> wrote:
> Replace PN with BPN, since source unpacks to the same place
> regardless of building for multilib (or native, though that's
> not enabled here) where PN != BPN
>
> Signed-off-by: S.Lockwood-Childs <sjl at vctlabs.com>
> ---
>  meta-oe/recipes-connectivity/libev/libev_4.24.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta-oe/recipes-connectivity/libev/libev_4.24.bb b/meta-oe/recipes-connectivity/libev/libev_4.24.bb
> index 5e0f3a5..399fdd9 100644
> --- a/meta-oe/recipes-connectivity/libev/libev_4.24.bb
> +++ b/meta-oe/recipes-connectivity/libev/libev_4.24.bb
> @@ -9,7 +9,7 @@ SRC_URI = "http://dist.schmorp.de/libev/Attic/${BP}.tar.gz"
>  SRC_URI[md5sum] = "94459a5a22db041dec6f98424d6efe54"
>  SRC_URI[sha256sum] = "973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821"
>
> -S = "${WORKDIR}/${PN}-${PV}"
> +S = "${WORKDIR}/${BPN}-${PV}"

That's the default (set from bitbake.conf) so you can drop this line entirely.

>  inherit autotools
>
> --
> 1.9.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



More information about the Openembedded-devel mailing list