summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc/recipes-dpaa/flib/flib_git.bb
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-01-05 18:32:33 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-07 10:18:01 +0800
commitc6d85b6e0862249b345c5517e3f54f857aeb783e (patch)
treebe98845ad8b52ebd9f799e71c8c8426cdea65c77 /meta-fsl-ppc/recipes-dpaa/flib/flib_git.bb
parent85c7681917564572c7a8c351ee2258186ce8196a (diff)
downloadmeta-freescale-c6d85b6e0862249b345c5517e3f54f857aeb783e.tar.gz
flib: update to revision 4bd48d4
This update to fsl sdk v1.7 release. The detailed changes can be found at: http://git.freescale.com/git/cgit.cgi/ppc/sdk/flib.git/ The license file changes: 1. add SPDX license identifier 2. update to 'Copyright 2008-2014' Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'meta-fsl-ppc/recipes-dpaa/flib/flib_git.bb')
-rw-r--r--meta-fsl-ppc/recipes-dpaa/flib/flib_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-fsl-ppc/recipes-dpaa/flib/flib_git.bb b/meta-fsl-ppc/recipes-dpaa/flib/flib_git.bb
index 56737180..3ac7886b 100644
--- a/meta-fsl-ppc/recipes-dpaa/flib/flib_git.bb
+++ b/meta-fsl-ppc/recipes-dpaa/flib/flib_git.bb
@@ -1,10 +1,10 @@
1DESCRIPTION = "Foundation Library" 1DESCRIPTION = "Foundation Library"
2SECTION = "flib" 2SECTION = "flib"
3LICENSE = "BSD & GPLv2" 3LICENSE = "BSD & GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" 4LIC_FILES_CHKSUM = "file://COPYING;md5=75d2f6a74299640c05ae6c69ed7a4ad6"
5 5
6SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;nobranch=1" 6SRC_URI = "git://git.freescale.com/ppc/sdk/flib.git;nobranch=1"
7SRCREV = "6918b5d4ff24a5e7ab4803c849570d45f359a8d7" 7SRCREV = "4bd48d4d6dbb1bd57c3c608fe66e97f4eb8e05b9"
8 8
9S = "${WORKDIR}/git" 9S = "${WORKDIR}/git"
10 10