diff options
| author | chunrong guo <b40290@freescale.com> | 2013-03-21 03:16:26 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-03-27 14:06:25 +0800 |
| commit | 6a79518b97535b675a3fa639a4f4e07f81184165 (patch) | |
| tree | 8f30c1b3944356768322504f399ae7e7a3e3a422 /recipes-ucode | |
| parent | aec44236d801ee413db6271a1bdf188a0ad40440 (diff) | |
| download | meta-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.bb | 6 |
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" | |||
| 3 | LICENSE = "BSD & GPLv2" | 3 | LICENSE = "BSD & GPLv2" |
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" |
| 5 | 5 | ||
| 6 | PR = "r1" | ||
| 7 | |||
| 6 | DEPENDS = "linux-libc-headers" | 8 | DEPENDS = "linux-libc-headers" |
| 7 | DEPENDS_virtclass-native = "" | 9 | DEPENDS_virtclass-native = "" |
| 8 | 10 | ||
| 9 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git" | 11 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git" |
| 10 | SRCREV = "5ebbf75c3108404b513198c9fd9b955b123680af" | 12 | SRCREV = "e80c0625d4f2671ac4f15cabfdd1b334143eb515" |
| 11 | 13 | ||
| 12 | S = "${WORKDIR}/git" | 14 | S = "${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 | ||
| 37 | ALLOW_EMPTY = "1" | 39 | ALLOW_EMPTY_${PN} = "1" |
| 38 | 40 | ||
| 39 | BBCLASSEXTEND = "native" | 41 | BBCLASSEXTEND = "native" |
