summaryrefslogtreecommitdiffstats
path: root/meta-fsl-ppc
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2015-01-05 18:32:35 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-01-07 10:18:30 +0800
commita8f646e627118e23e01381392036a23d799067c0 (patch)
tree2eaa1573e0182a7067a6e6f189e65360b613653b /meta-fsl-ppc
parent9bb96772bdd6c3b5689f96c1ed9f8416db518c49 (diff)
downloadmeta-freescale-a8f646e627118e23e01381392036a23d799067c0.tar.gz
fmlib: update to revision 661d782
This includes following fixes: 661d782 fmlib: Fix pointer handles used in FMD wrapper 744e788 fmlib: copy CcNode pointer when appropriate b3a7bc7 fmlib: expose configuration routines in header files bdd6d6f capwap: sync with kernel for frag support 2eafba1 fmlib: add capwap support 87327a1 capwap: transfer to id for reassembly manip 20984f8 fmd: handle possibly undefined macro Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Diffstat (limited to 'meta-fsl-ppc')
-rw-r--r--meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb b/meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb
index ec038862e..4d394a5d2 100644
--- a/meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb
+++ b/meta-fsl-ppc/recipes-dpaa/fmlib/fmlib_git.bb
@@ -9,7 +9,7 @@ DEPENDS += "virtual/kernel"
9DEPENDS_virtclass-native = "" 9DEPENDS_virtclass-native = ""
10 10
11SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;nobranch=1" 11SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;nobranch=1"
12SRCREV = "6efc100cf470f271a312860c06717928554e3492" 12SRCREV = "661d7822aa182f720029134008d7e1db07b0d504"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15