aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2011-12-10 01:55:07 +0100
committerFlorian Boor <florian.boor@kernelconcepts.de>2012-09-27 16:57:28 +0200
commit8d18d917ed65ace9f7ebdb7abc3b00cabb21bf46 (patch)
tree23d17697c9406332f71f19db2a4586d747b1d61d
parent88da5937d5f75588a37e60a6ce78a0358d0e1253 (diff)
downloadopenembedded-8d18d917ed65ace9f7ebdb7abc3b00cabb21bf46.tar.gz
directfb: Allow native builds
Some bits use native stuff from directfb for building. So allow native builds of it. Signed-off-by: Florian Boor <florian.boor@kernelconcepts.de>
-rw-r--r--recipes/directfb/directfb_1.4.11.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/directfb/directfb_1.4.11.bb b/recipes/directfb/directfb_1.4.11.bb
index febc58417e..c96018059f 100644
--- a/recipes/directfb/directfb_1.4.11.bb
+++ b/recipes/directfb/directfb_1.4.11.bb
@@ -17,3 +17,5 @@ LEAD_SONAME = "libdirectfb-1.4.so.5"
SRC_URI[md5sum] = "94735ccec21120794adcce93a61445d2"
SRC_URI[sha256sum] = "85e27aa6ab9e784689a803961724eb5674cb9f5153770e63f02bf3f75a573a02"
+BBCLASSEXTEND = "native"
+DEPENDS_virtclass-native = "tslib-native"