diff options
| -rw-r--r-- | recipes-dpaa/fmlib/fmlib_git.bb | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes-dpaa/fmlib/fmlib_git.bb b/recipes-dpaa/fmlib/fmlib_git.bb index a1945b0d0..c2d4575f4 100644 --- a/recipes-dpaa/fmlib/fmlib_git.bb +++ b/recipes-dpaa/fmlib/fmlib_git.bb | |||
| @@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00" | |||
| 5 | 5 | ||
| 6 | PR = "r1" | 6 | PR = "r1" |
| 7 | 7 | ||
| 8 | DEPENDS_virtclass-native = "" | ||
| 9 | |||
| 10 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v2.0.x" | 8 | SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v2.0.x" |
| 11 | SRCREV = "43fa98fdbf0c697167e415c3f060896d5b482791" | 9 | SRCREV = "43fa98fdbf0c697167e415c3f060896d5b482791" |
| 12 | 10 | ||
| @@ -26,25 +24,13 @@ do_compile () { | |||
| 26 | oe_runmake ${FMLIB_TARGET}.a | 24 | oe_runmake ${FMLIB_TARGET}.a |
| 27 | } | 25 | } |
| 28 | 26 | ||
| 29 | do_compile_virtclass-native () { | ||
| 30 | } | ||
| 31 | |||
| 32 | do_install () { | 27 | do_install () { |
| 33 | oe_runmake install-${FMLIB_TARGET} | 28 | oe_runmake install-${FMLIB_TARGET} |
| 34 | } | 29 | } |
| 35 | 30 | ||
| 36 | do_install_virtclass-native () { | ||
| 37 | install -d ${D}/${includedir} | ||
| 38 | cp -rf ${S}/include/* ${D}/${includedir} | ||
| 39 | } | ||
| 40 | |||
| 41 | do_compile[depends] += "virtual/kernel:do_shared_workdir" | 31 | do_compile[depends] += "virtual/kernel:do_shared_workdir" |
| 42 | 32 | ||
| 43 | ALLOW_EMPTY_${PN} = "1" | 33 | ALLOW_EMPTY_${PN} = "1" |
| 44 | 34 | ||
| 45 | BBCLASSEXTEND = "native" | ||
| 46 | COMPATIBLE_HOST_qoriq = ".*" | ||
| 47 | COMPATIBLE_HOST ?= "(none)" | ||
| 48 | |||
| 49 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 35 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
| 50 | 36 | ||
