Skip to content
Commit 9beb3472 authored by Paul Eggleton's avatar Paul Eggleton Committed by Steve Sakoman
Browse files

devtool: ignore pn- overrides when determining SRC_URI overrides



If (perhaps foolishly) at your configuration level you have e.g.

  SRC_URI_append_pn-recipename = " file://patchname.patch"

and then run devtool modify on a different recipe, an error occurs:

  INFO: SRC_URI contains some conditional appends/prepends - will create branches to represent these
  ...
  ERROR: [Errno 2] No such file or directory: '/path/to/downloads/patchname.patch'

pn- overrides would not constitute an alternative configuration that we
should handle in this context, so just ignore them to avoid the issue.

Signed-off-by: default avatarPaul Eggleton <paul.eggleton@microsoft.com>
Signed-off-by: default avatarRichard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 3f2a812a)
Signed-off-by: default avatarSteve Sakoman <steve@sakoman.com>
parent 7acc1b9b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment