commit | 0b73b98bdfbfc9f66ca97779960259ec55f5f0c8 | [log] [tgz] |
---|---|---|
author | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 26 10:24:41 2023 -0600 |
committer | Patrick Williams <patrick@stwcx.xyz> | Thu Jan 26 17:27:22 2023 +0000 |
tree | aa325d2ac390502862030393eb92466f0daefd01 | |
parent | 980f814d7f86f67f66d226888bb15e2e62c06b65 [diff] [blame] |
meta-phosphor: remove nobranch URLs Signed-off-by: Patrick Williams <patrick@stwcx.xyz> Change-Id: I0f4f3f29ff5e79fcfb8ea847d46c5c28863a5f68
diff --git a/meta-phosphor/recipes-phosphor/video/fbterm_git.bb b/meta-phosphor/recipes-phosphor/video/fbterm_git.bb index 9024b64..0d8b269 100644 --- a/meta-phosphor/recipes-phosphor/video/fbterm_git.bb +++ b/meta-phosphor/recipes-phosphor/video/fbterm_git.bb
@@ -7,7 +7,7 @@ PV = "1.7+git${SRCPV}" PR = "r1" -SRC_URI += "git://github.com/jk-ozlabs/fbterm.git;nobranch=1;protocol=https" +SRC_URI += "git://github.com/jk-ozlabs/fbterm.git;branch=master;protocol=https" SRC_URI += "file://fb.modes" S = "${WORKDIR}/git"