Skip to content

[Scarthgap | hunspell-dictionaries ] uses wrong branch name in SRC_URI #974

@JosephMillsAtWork

Description

@JosephMillsAtWork

Commit and branch at issue.

commit 727811eaf256b88fd135be99559f2cbf14c82fce (HEAD -> scarthgap, origin/scarthgap)

Error when building

ERROR: hunspell-dictionaries-0.0.0+git-r0 do_fetch: Fetcher failure: Unable to find revision 820a65e539e34a3a8c2a855d2450b84745c624ee in branch master even from upstream

Resolve: Change branch from master to main

diff --git a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb
index 0ec426afb9..12231443a4 100644
--- a/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb
+++ b/meta-oe/recipes-support/hunspell/hunspell-dictionaries.bb
@@ -135,7 +135,7 @@ RDEPENDS:${PN} = "hunspell"
 
 PV = "0.0.0+git"
 SRCREV = "820a65e539e34a3a8c2a855d2450b84745c624ee"
-SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/wooorm/dictionaries.git;branch=main;protocol=https"
 
 S = "${WORKDIR}/git"
 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions