Skip to content

Commit

Permalink
fmc: Update to commit 63c8ac9
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
junzhuimx committed Jul 1, 2023
1 parent 31757b8 commit 6153ca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dynamic-layers/openembedded-layer/recipes-dpaa/fmc/fmc_git.bb
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
SUMMARY = "Frame Manager Configuration tool"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=a504ab5a8ff235e67c7301214749346c"
LIC_FILES_CHKSUM = "file://LICENSE;md5=a504ab5a8ff235e67c7301214749346c"

PR = "r2"

DEPENDS = "libxml2 fmlib tclap"

SRC_URI = "git://github.com/nxp-qoriq/fmc;protocol=https;nobranch=1"
SRCREV = "c2ed7c269e86ac6a0aac361f5876c96e700443f4"
SRCREV = "63c8ac99899a9bcd723801579b4d786594670455"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit 6153ca0

Please sign in to comment.