diff options
Diffstat (limited to 'meta/classes-recipe/devupstream.bbclass')
| -rw-r--r-- | meta/classes-recipe/devupstream.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes-recipe/devupstream.bbclass b/meta/classes-recipe/devupstream.bbclass index 1529cc8fca..d941763fb7 100644 --- a/meta/classes-recipe/devupstream.bbclass +++ b/meta/classes-recipe/devupstream.bbclass | |||
| @@ -46,7 +46,7 @@ python devupstream_virtclass_handler () { | |||
| 46 | pv = d.getVar("PV") | 46 | pv = d.getVar("PV") |
| 47 | proto_marker = "+" + uri.scheme | 47 | proto_marker = "+" + uri.scheme |
| 48 | if proto_marker not in pv and not d.getVar("PV:class-devupstream"): | 48 | if proto_marker not in pv and not d.getVar("PV:class-devupstream"): |
| 49 | d.setVar("PV", pv + proto_marker + "${SRCPV}") | 49 | d.setVar("PV", pv + proto_marker) |
| 50 | 50 | ||
| 51 | if variant == "native": | 51 | if variant == "native": |
| 52 | pn = d.getVar("PN") | 52 | pn = d.getVar("PN") |
