diff options
-rw-r--r-- | recipes-devtools/castxml/castxml_0.4.5.bb (renamed from recipes-devtools/castxml/castxml_git.bb) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes-devtools/castxml/castxml_git.bb b/recipes-devtools/castxml/castxml_0.4.5.bb index d9e6ce0..e7ba2f7 100644 --- a/recipes-devtools/castxml/castxml_git.bb +++ b/recipes-devtools/castxml/castxml_0.4.5.bb | |||
@@ -4,9 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | |||
4 | 4 | ||
5 | SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" | 5 | SRC_URI = "git://github.com/CastXML/CastXML;protocol=https;branch=master" |
6 | 6 | ||
7 | # 0.4.4 is the release for LLVM/Clang v13.0.0 | 7 | SRCREV = "7ef4b1e35480a09c18b0c4afc230b558a0f53bc0" |
8 | SRCREV = "2095c10a25610a8ccf6c7ef819440bdac6b13c59" | ||
9 | PV = "0.4.4" | ||
10 | 8 | ||
11 | S = "${WORKDIR}/git" | 9 | S = "${WORKDIR}/git" |
12 | 10 | ||