e.bbclass: remove autopoint, shouldn't be needed anymore

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2011-12-02 09:59:01 +01:00
committed by Koen Kooi
parent 541a06a9ee
commit 0d9457c677
-4
View 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
}