summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/ceph/ceph_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-extended/ceph/ceph_git.bb b/recipes-extended/ceph/ceph_git.bb
index 8255d422..32da1052 100644
--- a/recipes-extended/ceph/ceph_git.bb
+++ b/recipes-extended/ceph/ceph_git.bb
@@ -18,8 +18,8 @@ SRC_URI = "gitsm://github.com/ceph/ceph.git;protocol=https;branch=main \
18 file://0001-rgw-setup.py-allow-incompatible-pointer-types.patch \ 18 file://0001-rgw-setup.py-allow-incompatible-pointer-types.patch \
19 " 19 "
20 20
21SRCREV= "71d130f79904616c216f3574723d30c523b24410" 21SRCREV= "a53e858fd7cc6fd8c04f37d503ce9ed7080f2da6"
22PV = "19.3.0+git" 22PV = "20.0.0+git"
23 23
24S = "${WORKDIR}/git" 24S = "${WORKDIR}/git"
25 25