diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:13:59 +0000 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2019-01-14 16:23:38 -0200 |
commit | 21d3b52ff7662e69f8c7187ca42d2b960bcee6ad (patch) | |
tree | fab22e9f0f14279eab21a2543ad194f12d304753 /dynamic-layers | |
parent | c9427b8da9a301c9f462c54986f592208ba161f8 (diff) | |
download | meta-freescale-21d3b52ff7662e69f8c7187ca42d2b960bcee6ad.tar.gz |
fmc: update to c7576ab
*update to lsdk 1812 tag
include the following changes:
c7576ab - Resolved compile warning on ubuntu with aarch64-linux-gnu-g++ v7.3
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Diffstat (limited to 'dynamic-layers')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb index 4812ca32..cbf8e24f 100644 --- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | |||
@@ -7,7 +7,7 @@ PR = "r2" | |||
7 | DEPENDS = "libxml2 fmlib tclap" | 7 | DEPENDS = "libxml2 fmlib tclap" |
8 | 8 | ||
9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmc;nobranch=1" | 9 | SRC_URI = "git://source.codeaurora.org/external/qoriq/qoriq-components/fmc;nobranch=1" |
10 | SRCREV = "09a497fe92aa6cf784140b9084bccf4aaaa97700" | 10 | SRCREV = "c7576ab7fb6fb09b68ebc40531e5452fc89e5cd5" |
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | 13 | ||