Skip to content

Commit 9919e6c

Browse files
authored
qdl: replace 0.0 in recipe PV with latest release (#930)
The most recent qdl release is 2.1, which is 6 months old and we are referencing a newer revision from git instead. Still, that git revision is based off a release, so it makes more sense for PV to start with the revision, so when there is an actual newer release, possible consumers of the package feed see that there is an actual update. There is no loss of information, because the source revision appended after the '+' remains as is.
2 parents a30de32 + 36c98fc commit 9919e6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes-devtools/qdl/qdl_git.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ inherit pkgconfig
1414
SRCREV = "5db7794e9fdb73ed0c45384026cd8a62b5fff786"
1515
SRC_URI = "git://github.com/linux-msm/${BPN}.git;branch=master;protocol=https"
1616

17-
PV = "0.0+${SRCREV}"
17+
PV = "2.1+${SRCREV}"
1818

1919
S = "${WORKDIR}/git"
2020

0 commit comments

Comments
 (0)