directfb: This magic is not needed for directfb
authorHolger Freyther <zecke@selfish.org>
Wed, 12 Mar 2008 12:32:45 +0000 (12:32 +0000)
committerHolger Freyther <zecke@selfish.org>
Wed, 12 Mar 2008 12:32:45 +0000 (12:32 +0000)
    It compiles and the packages look fine

packages/directfb/++dfb_1.0.0.bb
packages/directfb/directfb-examples_1.0.0.bb

index 020cbfe..7c4aea3 100644 (file)
@@ -10,10 +10,6 @@ RV = "0.9-25"
 
 inherit autotools pkgconfig
 
-do_configure_append() {
-    find ${S} -type f | xargs sed -i 's:-I/usr/include::g'
-}
-
 do_stage() {
        autotools_stage_all
 }
index e59e4ec..7fd3f38 100644 (file)
@@ -10,11 +10,6 @@ S = "${WORKDIR}/DirectFB-examples-${PV}"
 
 inherit autotools
 
-do_configure_append() {
-#    find ${S} -type f | xargs sed -i 's:-L/usr/lib::g'
-    find ${S} -type f | xargs sed -i 's:-I/usr/include::g'
-}
-
 do_stage() {
        autotools_stage_all
 }