summaryrefslogtreecommitdiffstats
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
commit8d8d2969b42c8b8858fa8a1ec0c17ac939168835 (patch)
tree3dd7bb986a61c4674791bd2502e44eda1b836704
parent87d62703d92c9523937e6bd98d739e5e8feebeb9 (diff)
downloadmeta-fsl-ppc-8d8d2969b42c8b8858fa8a1ec0c17ac939168835.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>
-rw-r--r--recipes-dpaa/flib/flib_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/flib/flib_git.bb b/recipes-dpaa/flib/flib_git.bb
index 5673718..3ac7886 100644
--- a/recipes-dpaa/flib/flib_git.bb
+++ b/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