summaryrefslogtreecommitdiffstats
path: root/recipes-daemons
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-18 09:07:22 -0300
committerGitHub <noreply@github.com>2023-04-18 09:07:22 -0300
commit2ee3f2a9f254adab6a6d42a6e3085d05fbc8ac07 (patch)
tree97d048c25982b6d2c6b091762085cfadfc42f6bf /recipes-daemons
parent154852cae5662f5aa5e983d412c95612dfbaf267 (diff)
parent289dae16bef8ee2e6b10edecd9d9c728e37694ac (diff)
downloadmeta-freescale-warrior.tar.gz
Merge pull request #1503 from het-masteen/update-qoriq-git-linkwarrior
[warrior] meta-freescale: migrate IMX repos from codeaurora to github (for QorIQ)
Diffstat (limited to 'recipes-daemons')
-rw-r--r--recipes-daemons/ptpd/ptpd-qoriq.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-daemons/ptpd/ptpd-qoriq.bb b/recipes-daemons/ptpd/ptpd-qoriq.bb
index 569deed5..7aa5f8fb 100644
--- a/recipes-daemons/ptpd/ptpd-qoriq.bb
+++ b/recipes-daemons/ptpd/ptpd-qoriq.bb
@@ -34,7 +34,7 @@ def get_sub(d):
34 except: 34 except:
35 return parts[0] 35 return parts[0]
36 36
37SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ptpd;nobranch=1 \ 37SRC_URI = "git://github.com/nxp-qoriq/ptpd;nobranch=1 \
38 file://ptpd-use-pkgconfig.patch \ 38 file://ptpd-use-pkgconfig.patch \
39" 39"
40SRCREV = "ec34cdd10446619d036ac8d6a86b8276f0d4a81c" 40SRCREV = "ec34cdd10446619d036ac8d6a86b8276f0d4a81c"