Skip to content

Commit

Permalink
Merge pull request #53 from jluebbe/srcbranch-scarthgap
Browse files Browse the repository at this point in the history
python3-labgrid: use a SRCBRANCH variable in the git URL
  • Loading branch information
jluebbe authored Jun 20, 2024
2 parents c3edddc + e3ec506 commit 95308c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion recipes-devtools/python/python3-labgrid_23.0.5.bb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
require python3-labgrid.inc

SRC_URI += "git://github.com/labgrid-project/labgrid.git;protocol=https;branch=stable-23.0"
SRC_URI += "git://github.com/labgrid-project/labgrid.git;protocol=https;branch=${SRCBRANCH}"

SRCBRANCH = "stable-23.0"
SRCREV = "7a63be1682f174ff29584bf178c3fa077c582dcb"
3 changes: 2 additions & 1 deletion recipes-devtools/python/python3-labgrid_git.bb
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
require python3-labgrid.inc

SRC_URI += "git://github.com/labgrid-project/labgrid.git;protocol=https;branch=master"
SRC_URI += "git://github.com/labgrid-project/labgrid.git;protocol=https;branch=${SRCBRANCH}"

SRCBRANCH = "master"
SRCREV = "91c7e9cb044e1227f657a0db983d48c857c21b16"

PV = "23+git"
Expand Down

0 comments on commit 95308c3

Please sign in to comment.