mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 12:12:16 +02:00
e.bbclass: remove autopoint, shouldn't be needed anymore
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user