summaryrefslogtreecommitdiffstats
path: root/recipes-ucode
diff options
context:
space:
mode:
authorchunrong guo <b40290@freescale.com>2013-03-21 03:16:26 +0000
committerZhenhua Luo <zhenhua.luo@freescale.com>2013-03-27 14:06:25 +0800
commit6a79518b97535b675a3fa639a4f4e07f81184165 (patch)
tree8f30c1b3944356768322504f399ae7e7a3e3a422 /recipes-ucode
parentaec44236d801ee413db6271a1bdf188a0ad40440 (diff)
downloadmeta-fsl-ppc-6a79518b97535b675a3fa639a4f4e07f81184165.tar.gz
fmlib: update to the commit for sdk 1.3.2
Signed-off-by: Chunrong Guo <B40290@freescale.com>
Diffstat (limited to 'recipes-ucode')
-rw-r--r--recipes-ucode/fmlib/fmlib_git.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-ucode/fmlib/fmlib_git.bb b/recipes-ucode/fmlib/fmlib_git.bb
index 74eb204..038f899 100644
--- a/recipes-ucode/fmlib/fmlib_git.bb
+++ b/recipes-ucode/fmlib/fmlib_git.bb
@@ -3,11 +3,13 @@ SECTION = "fman"
3LICENSE = "BSD & GPLv2" 3LICENSE = "BSD & GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" 4LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00"
5 5
6PR = "r1"
7
6DEPENDS = "linux-libc-headers" 8DEPENDS = "linux-libc-headers"
7DEPENDS_virtclass-native = "" 9DEPENDS_virtclass-native = ""
8 10
9SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git" 11SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git"
10SRCREV = "5ebbf75c3108404b513198c9fd9b955b123680af" 12SRCREV = "e80c0625d4f2671ac4f15cabfdd1b334143eb515"
11 13
12S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
13 15
@@ -34,6 +36,6 @@ do_install_virtclass-native () {
34 cp -rf ${S}/include/* ${D}/${includedir} 36 cp -rf ${S}/include/* ${D}/${includedir}
35} 37}
36 38
37ALLOW_EMPTY = "1" 39ALLOW_EMPTY_${PN} = "1"
38 40
39BBCLASSEXTEND = "native" 41BBCLASSEXTEND = "native"