Skip to content

Commit

Permalink
current bitbake is not accepting a tag as a version
Browse files Browse the repository at this point in the history
  • Loading branch information
bramoosterhuis committed Oct 18, 2023
1 parent ff16826 commit a81b18e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 5 deletions.
3 changes: 0 additions & 3 deletions recipes-thunder/include/version.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,3 @@ def GetMinorVersion(v):
RECIPE_BRANCH ?= "R${@GetMajorVersion('${PV}')}_${@GetMinorVersion('${PV}')}"

RECIPE_TAG ?= "R${PV}"

# this should point to a git tag
SRCREV ?= "R${PV}"
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
require ./thunder-clientlibraries.inc
require ./thunder-clientlibraries.inc

SRCREV = "699f6c5f83aaffafdfdb75c01b281f292287f6ce"
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
require ./thunder-interfaces.inc

SRCREV = "e625218b54ec74095572a42379c9127d3a7afb9b"
2 changes: 2 additions & 0 deletions recipes-thunder/thunder-libraries/thunder-libraries_4.4.1.bb
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
require ./thunder-libraries.inc

SRCREV = "b9d52f41575966f5f74173b08bf68ad1db07e5ad"
2 changes: 2 additions & 0 deletions recipes-thunder/thunder-tools/thunder-tools-native_4.4.1.bb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require ./thunder-tools.inc

SRC_URI = "git://github.com/rdkcentral/ThunderTools.git;protocol=git;branch=${RECIPE_BRANCH};protocol=https"

SRCREV = "790c7f0e80fbbe877c86c52c0f1784fffca16dfc"
4 changes: 3 additions & 1 deletion recipes-thunder/thunder/thunder_4.4.1.bb
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
require ./thunder.inc
require ./thunder.inc

SRCREV = "5e8d5037f3570ca2eeccdb5fc1a9e20ac8037251"

0 comments on commit a81b18e

Please sign in to comment.