diff options
| author | Ting Liu <b28495@freescale.com> | 2013-10-09 07:33:06 +0000 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-10-10 10:25:08 +0800 |
| commit | 0bbb53ae9e1cd9e1a4ca638ba15c1fe6a2da960c (patch) | |
| tree | c389cbf2c687bc3aae1d541e4acdce2f8ebd3ad7 /recipes-dpaa/fmlib | |
| parent | 25ee629b826a138ef407c113f776830e5d822c01 (diff) | |
| download | meta-fsl-ppc-0bbb53ae9e1cd9e1a4ca638ba15c1fe6a2da960c.tar.gz | |
fmlib: add depends on virtual/kernel
fmlib defines KERNEL_SRC=${STAGING_KERNEL_DIR} to get kerenl headers.
Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'recipes-dpaa/fmlib')
| -rw-r--r-- | recipes-dpaa/fmlib/fmlib_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index 9d34fcc..0426caf 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
| @@ -5,6 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" | |||
| 5 | 5 | ||
| 6 | PR = "r1" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | DEPENDS += "virtual/kernel" | ||
| 8 | DEPENDS_virtclass-native = "" | 9 | DEPENDS_virtclass-native = "" |
| 9 | 10 | ||
| 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git" | 11 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git" |
