diff options
author | Chunrong Guo <chunrong.guo@nxp.com> | 2017-10-18 13:06:15 +0800 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2017-10-18 11:42:30 -0200 |
commit | 5324b7212ad1db8ffccaa8a666b492380b9985bc (patch) | |
tree | f7f88be9b782002e92f1c1342e64313275aba9e3 /recipes-dpaa/fmlib | |
parent | 51f9cb3022f0ec3acb589e2f3e4ab077abb1fd36 (diff) | |
download | meta-freescale-5324b7212ad1db8ffccaa8a666b492380b9985bc.tar.gz |
fmlib: update SRC_URL and update to 9f20cab
*include the following changes
9f20cab - fmlib libraries (LS1043/46 and 32/64bit) unification under libfm-arm.a
553b87d - Makefile: fix build issue for flexbuild
Signed-off-by: Chunrong Guo <chunrong.guo@nxp.com>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-dpaa/fmlib')
-rw-r--r-- | recipes-dpaa/fmlib/fmlib_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 8a7f9a79..9967bd24 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
@@ -5,8 +5,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" | |||
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v2.0.x" | 8 | SRC_URI = "git://github.com/qoriq-open-source/fmlib.git;nobranch=1" |
9 | SRCREV = "caec18a71ed702a176892efaf946281b9160e220" | 9 | SRCREV = "9f20cab379212e8fab907b17910e31a6a86380dd" |
10 | 10 | ||
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||