diff options
| author | Jun Zhu <junzhu@nxp.com> | 2023-07-01 22:55:57 +0800 |
|---|---|---|
| committer | Jun Zhu <junzhu@nxp.com> | 2023-07-01 22:55:57 +0800 |
| commit | 6153ca0fbd1db97fd6a7994c3ae5097fc07554b0 (patch) | |
| tree | 542751afdde0026e1ad0d472b4cacbf71afba210 | |
| parent | 31757b8032872aa24130914c157a34c9a60ead0a (diff) | |
| download | meta-freescale-6153ca0fbd1db97fd6a7994c3ae5097fc07554b0.tar.gz | |
fmc: Update to commit 63c8ac9
Integrate new commits:
63c8ac9 Deny HC usage on fmc cleanup
3def2b9 Check if valid FMan handle exists when create devices
a8a257b Rename COPYING to LICENSE
Signed-off-by: Jun Zhu <junzhu@nxp.com>
| -rw-r--r-- | dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | 4 |
1 files changed, 2 insertions, 2 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 0b5031d54..62a717721 100644 --- a/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb +++ b/dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb | |||
| @@ -1,13 +1,13 @@ | |||
| 1 | SUMMARY = "Frame Manager Configuration tool" | 1 | SUMMARY = "Frame Manager Configuration tool" |
| 2 | LICENSE = "MIT" | 2 | LICENSE = "MIT" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a504ab5a8ff235e67c7301214749346c" |
| 4 | 4 | ||
| 5 | PR = "r2" | 5 | PR = "r2" |
| 6 | 6 | ||
| 7 | DEPENDS = "libxml2 fmlib tclap" | 7 | DEPENDS = "libxml2 fmlib tclap" |
| 8 | 8 | ||
| 9 | SRC_URI = "git://github.com/nxp-qoriq/fmc;protocol=https;nobranch=1" | 9 | SRC_URI = "git://github.com/nxp-qoriq/fmc;protocol=https;nobranch=1" |
| 10 | SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4" | 10 | SRCREV = "63c8ac99899a9bcd723801579b4d786594670455" |
| 11 | 11 | ||
| 12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 13 | 13 | ||
