summaryrefslogtreecommitdiffstats
path: root/recipes-daemons
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-03-31 20:45:00 -0300
committerGitHub <noreply@github.com>2023-03-31 20:45:00 -0300
commitfe0744e483ac23c624c6372f40d0e9b099a639d1 (patch)
tree4c01289d02d1a472b109656e3415d99921e104da /recipes-daemons
parent86772601e7f6ea188dfaf64097edafc05e15aef3 (diff)
parentcbe69b170fbdb201ae9bc80889678709e64caa78 (diff)
downloadmeta-freescale-sumo.tar.gz
Merge pull request #1472 from logbaseaofn/sumosumo
Migrate codeaurora repositories to github (sumo)
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 f3a7f0ce5..fe9816aa5 100644
--- a/recipes-daemons/ptpd/ptpd-qoriq.bb
+++ b/recipes-daemons/ptpd/ptpd-qoriq.bb
@@ -32,7 +32,7 @@ def get_sub(d):
32 except: 32 except:
33 return parts[0] 33 return parts[0]
34 34
35SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/ptpd;nobranch=1 \ 35SRC_URI = "git://github.com/nxp-qoriq/ptpd;protocol=https;nobranch=1 \
36 file://ptpd-use-pkgconfig.patch \ 36 file://ptpd-use-pkgconfig.patch \
37" 37"
38SRCREV = "ec34cdd10446619d036ac8d6a86b8276f0d4a81c" 38SRCREV = "ec34cdd10446619d036ac8d6a86b8276f0d4a81c"