[oe] [meta-openembedded][PATCH 5/6] ibus-table: add ibus-table recipe

Mittal, Anuj anuj.mittal at intel.com
Mon Nov 12 02:34:55 UTC 2018


On Fri, 2018-11-09 at 13:58 +0100, Pablo Saavedra wrote:
> +SRC_URI = "
> https://github.com/kaio/${PN}/releases/download/${PV}/${PN}-
> ${PV}.tar.gz \

This should use BPN instead of PN otherwise it might fail with
multilib. ${PN}-${PV} can also be replaced by ${BP}.

https://github.com/kaio/${BPN}/releases/download/${PV}/${BP}.tar.gz

Same comment for other recipes as well ...



More information about the Openembedded-devel mailing list