diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/classes/patch.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/patch.bbclass b/meta/classes/patch.bbclass index 6f6dc0e30e..6616cb11a9 100644 --- a/meta/classes/patch.bbclass +++ b/meta/classes/patch.bbclass | |||
@@ -93,7 +93,7 @@ def patch_init(): | |||
93 | patch[param] = PatchSet.defaults[param] | 93 | patch[param] = PatchSet.defaults[param] |
94 | 94 | ||
95 | if patch.get("remote"): | 95 | if patch.get("remote"): |
96 | patch["file"] = bb.fetch.localpath(patch["remote"], self.d) | 96 | patch["file"] = bb.data.expand(bb.fetch.localpath(patch["remote"], self.d), self.d) |
97 | 97 | ||
98 | patch["filemd5"] = md5sum(patch["file"]) | 98 | patch["filemd5"] = md5sum(patch["file"]) |
99 | 99 | ||