Skip to content

Commit

Permalink
Add a branch name to all git:// and gitsm:// URLs.
Browse files Browse the repository at this point in the history
Use the convert-srcuri.py script to add the default branch names due to the uncertainty of the default branch names in git repositories.

Signed-off-by: Darrel Griët <[email protected]>
  • Loading branch information
MagneFire authored and FlorentRevest committed May 23, 2022
1 parent b70f49f commit a5260a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LICENSE = "CC-BY-SA-2.0"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/CC-BY-SA-2.0;md5=d91509a59f42bb5341a8af8295f28211"

FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
SRC_URI = "git://github.com/AsteroidOS/mtk6580-asteroid-logo.git;protocol=https"
SRC_URI = "git://github.com/AsteroidOS/mtk6580-asteroid-logo.git;protocol=https;branch=master"
SRCREV = "e1612901b9f160d6b2d7d0c2872bb33595f83b60"

S = "${WORKDIR}/git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SUMMARY = "Tool to convert Android sparse images"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://img2simg.cpp;beginline=1;endline=15;md5=69dd3a3cbb50842da4c61d01ee32f421"

SRC_URI = "git://github.com/AsteroidOS/android-simg2img.git;protocol=https"
SRC_URI = "git://github.com/AsteroidOS/android-simg2img.git;protocol=https;branch=master"
SRCREV = "25866381ea14caffec1d069d4226793b2d28a6a2"
PR = "r1"
PV = "+git${SRCPV}"
Expand Down

0 comments on commit a5260a6

Please sign in to comment.