]> code.ossystems Code Review - meta-freescale.git/commitdiff
fmlib: Remove native class extend
authorFabio Berton <fabio.berton@ossystems.com.br>
Wed, 30 Nov 2016 13:07:15 +0000 (11:07 -0200)
committerOtavio Salvador <otavio@ossystems.com.br>
Tue, 6 Dec 2016 18:25:47 +0000 (16:25 -0200)
fmlib doesn't build for native host.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
recipes-dpaa/fmlib/fmlib_git.bb

index a1945b0d01415698b0ef6a8780d8f4f134e1927a..c2d4575f4cfc5a62ba6088658474d23a60bb8b6a 100644 (file)
@@ -5,8 +5,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=3f16fa8e677e45af3127c5c4bafc3c00"
 
 PR = "r1"
 
-DEPENDS_virtclass-native = ""
-
 SRC_URI = "git://git.freescale.com/ppc/sdk/fmlib.git;branch=sdk-v2.0.x"
 SRCREV = "43fa98fdbf0c697167e415c3f060896d5b482791"
 
@@ -26,25 +24,13 @@ do_compile () {
     oe_runmake ${FMLIB_TARGET}.a
 }
 
-do_compile_virtclass-native () {
-}
-
 do_install () {
     oe_runmake install-${FMLIB_TARGET}
 }
 
-do_install_virtclass-native () {
-    install -d ${D}/${includedir}
-    cp -rf ${S}/include/* ${D}/${includedir}
-}
-
 do_compile[depends] += "virtual/kernel:do_shared_workdir"
 
 ALLOW_EMPTY_${PN} = "1"
 
-BBCLASSEXTEND = "native"
-COMPATIBLE_HOST_qoriq = ".*"
-COMPATIBLE_HOST ?= "(none)"
-
 PACKAGE_ARCH = "${MACHINE_ARCH}"