summaryrefslogtreecommitdiffstats
path: root/recipes-support/opencv/opencv_4.5.2.imx.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-04 08:40:46 -0300
committerGitHub <noreply@github.com>2023-04-04 08:40:46 -0300
commit296f367ac913b0170ccf0233c0209d4cbf50341e (patch)
tree68c71921cbcad4d2f402ca629c7b164938f45585 /recipes-support/opencv/opencv_4.5.2.imx.bb
parent470da01b34b538d8b2a9bf9da512b89f4f76c7f9 (diff)
parentf4a04b56ccd516961326dd3371eeb4db7753266a (diff)
downloadmeta-freescale-296f367ac913b0170ccf0233c0209d4cbf50341e.tar.gz
Merge pull request #1480 from agre/hardknott
[hardhnott] meta-freescale: migrate IMX repos from codeaurora to github
Diffstat (limited to 'recipes-support/opencv/opencv_4.5.2.imx.bb')
-rw-r--r--recipes-support/opencv/opencv_4.5.2.imx.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-support/opencv/opencv_4.5.2.imx.bb b/recipes-support/opencv/opencv_4.5.2.imx.bb
index 2d71acfc..0235c658 100644
--- a/recipes-support/opencv/opencv_4.5.2.imx.bb
+++ b/recipes-support/opencv/opencv_4.5.2.imx.bb
@@ -243,7 +243,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
243 243
244# Replace the opencv URL with the fork 244# Replace the opencv URL with the fork
245SRCREV_opencv = "5423d53ae0d116ee5bbe52f8b5503f0cd8586998" 245SRCREV_opencv = "5423d53ae0d116ee5bbe52f8b5503f0cd8586998"
246OPENCV_SRC ?= "git://source.codeaurora.org/external/imx/opencv-imx.git;protocol=https" 246OPENCV_SRC ?= "git://github.com/nxp-imx/opencv-imx.git;protocol=https"
247SRCBRANCH = "4.5.2_imx" 247SRCBRANCH = "4.5.2_imx"
248SRC_URI_remove = "git://github.com/opencv/opencv.git;name=opencv" 248SRC_URI_remove = "git://github.com/opencv/opencv.git;name=opencv"
249SRC_URI =+ "${OPENCV_SRC};branch=${SRCBRANCH};name=opencv" 249SRC_URI =+ "${OPENCV_SRC};branch=${SRCBRANCH};name=opencv"