evas.inc: remove unneeded do_configure
authorJustin Patrin <papercrane@gmail.com>
Sat, 11 Feb 2006 21:24:21 +0000 (21:24 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sat, 11 Feb 2006 21:24:21 +0000 (21:24 +0000)
packages/efl/evas.inc

index 37f0efa..a8b4e85 100644 (file)
@@ -29,13 +29,5 @@ do_configure_prepend() {
        fi
 }
 
-do_configure () {
-       autotools_do_configure
-       #find ${S} -type f | xargs sed -i 's:@FREETYPE_CFLAGS@:-I${STAGING_INCDIR}/freetype2:'
-       #find ${S} -name Makefile | xargs sed -i 's:--tag=CC:-lfreetype --tag=CC:'
-}
-
-
 headers = "<override me>"
-libraries = "libevas"
-
+libraries = "libevas"
\ No newline at end of file