[OE-core] [oe][PATCH 2/3] menu-cache: update to 1.0.0

Burton, Ross ross.burton at intel.com
Wed Jan 7 16:42:19 UTC 2015


On 2 January 2015 at 21:25, Max Krummenacher <max.oss.09 at gmail.com> wrote:

> +SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.xz"
>

Don't use ${PN} as in multilib environments that isn't what you expect:

DEBUG: Fetcher failure: Fetch command failed with exit code 8,
output:http://sources.openembedded.org/lib64-menu-cache-1.0.0.tar.xz:


BPN is PN without any magic prefixes, so use that in variables like
SRC_URI.  For convenience, ${BP} is ${BPN}-${PV} so you can use that in
SRC_URI.

Ross
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20150107/ba8333cf/attachment-0002.html>


More information about the Openembedded-core mailing list