e.bbclass: remove autopoint, shouldn't be needed anymore
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 2 Dec 2011 08:59:01 +0000 (09:59 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:17:10 +0000 (08:17 -0800)
(From meta-openembedded rev: 0d9457c6773ad9d9de7576b5b7ed5610b2d2b8d5)

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-efl/classes/e.bbclass

index c803399..375f914 100644 (file)
@@ -7,10 +7,6 @@ do_prepsources () {
 }
 addtask prepsources after do_patch before do_configure
 
-do_configure_prepend() {
-       autopoint || touch config.rpath
-}
-
 do_configure_append() {
        find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g
 }