Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion meta/classes-recipe/cargo_common.bbclass
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ python cargo_common_do_patch_paths() {
fetcher = bb.fetch2.Fetch(src_uri, d)
for url in fetcher.urls:
ud = fetcher.ud[url]
if ud.type == 'git':
if ud.type == 'git' or ud.type == 'gitsm':
name = ud.parm.get('name')
destsuffix = ud.parm.get('destsuffix')
if name is not None and destsuffix is not None:
Expand Down