Skip to content

Commit c0f9f12

Browse files
msm-gbm-backend: switch source to GitHub (#1877)
Update the recipe to fetch msm-gbm-backend from the GitHub qualcomm-linux/gbm-msm-backend repository instead of the CodeLinaro libgbm repository.
2 parents 50b27e1 + 3bd28c1 commit c0f9f12

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

recipes-graphics/msm-gbm-backend/msm-gbm-backend.bb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
SUMMARY = "MSM GBM backend library"
2-
DESCRIPTION = "Mesa GBM backend for MSM, built from Codelinaro repository"
3-
HOMEPAGE = "https://git.codelinaro.org/clo/le/display/libgbm"
2+
DESCRIPTION = "Mesa GBM backend for MSM"
3+
HOMEPAGE = "https://github.com/qualcomm-linux/gbm-msm-backend"
44

55
LICENSE = "BSD-3-Clause-Clear"
66
LIC_FILES_CHKSUM = "file://src/gbm_msm.h;md5=8c54773149e04ded5c0c3e293bb13509"
77

8-
PV = "0.1+git"
9-
SRCREV = "d2f771e8c80698a18b16f14ea60d5d55abede683"
8+
PV = "1.2.5"
9+
SRCREV = "e421a87ff0d4420cf6642958d5d11f09c66957c1"
1010

11-
SRC_URI = "git://git.codelinaro.org/clo/le/display/libgbm.git;protocol=https;branch=display.qclinux.1.0.r1-rel \
11+
SRC_URI = "git://github.com/qualcomm-linux/gbm-msm-backend.git;protocol=https;branch=main \
1212
file://0002-QCOM-libgbm-use-sysconfdir-to-install-configuration-.patch \
1313
file://0003-QCOM-libgbm-set-install-paths-for-backend-library-co.patch "
1414

0 commit comments

Comments
 (0)