summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-dpaa/fmlib/fmlib_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb
index b24dd799..71ad3df1 100644
--- a/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/recipes-dpaa/fmlib/fmlib_git.bb
@@ -1,12 +1,12 @@
1DESCRIPTION = "Frame Manager User Space Library" 1DESCRIPTION = "Frame Manager User Space Library"
2SECTION = "fman" 2SECTION = "fman"
3LICENSE = "BSD-3-Clause & GPL-2.0-only" 3LICENSE = "BSD-3-Clause & GPL-2.0-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=9c7bd5e45d066db084bdb3543d55b1ac" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=9c7bd5e45d066db084bdb3543d55b1ac"
5 5
6PR = "r1" 6PR = "r1"
7 7
8SRC_URI = "git://github.com/nxp-qoriq/fmlib;protocol=https;nobranch=1" 8SRC_URI = "git://github.com/nxp-qoriq/fmlib;protocol=https;nobranch=1"
9SRCREV = "69a70474cd8411d5a099c34f40760b6567d781d6" 9SRCREV = "9fb916f255214013aa6003496c47bab0b5add2d9"
10 10
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12