aboutsummaryrefslogtreecommitdiffstats
path: root/meta-efl
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2011-12-02 09:59:01 +0100
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-06 13:08:30 +0100
commit0d9457c6773ad9d9de7576b5b7ed5610b2d2b8d5 (patch)
tree437c523a14ed1072c56f03d0ae9dcbc85168388e /meta-efl
parent541a06a9eeae62ef9bd5c60e68a730cfb0387a2d (diff)
downloadmeta-openembedded-contrib-0d9457c6773ad9d9de7576b5b7ed5610b2d2b8d5.tar.gz
e.bbclass: remove autopoint, shouldn't be needed anymore
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-efl')
-rw-r--r--meta-efl/classes/e.bbclass4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-efl/classes/e.bbclass b/meta-efl/classes/e.bbclass
index c80339905f..375f914752 100644
--- a/meta-efl/classes/e.bbclass
+++ b/meta-efl/classes/e.bbclass
@@ -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
}