diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2019-01-11 03:13:59 +0000 |
---|---|---|
committer | Daiane Angolini <daiane.angolini@nxp.com> | 2019-01-11 14:31:49 +0000 |
commit | 977fa6467c83756263c1abd36fb433ce00dbe826 (patch) | |
tree | 253d2678112a4702b6874a16a910893cadba9884 | |
parent | 9d1463c9af81edadf8c5a343a030555b6156f8cf (diff) | |
download | meta-freescale-977fa6467c83756263c1abd36fb433ce00dbe826.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>
-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 | ||