diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-12-02 09:59:01 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-12-06 13:08:30 +0100 |
commit | 0d9457c6773ad9d9de7576b5b7ed5610b2d2b8d5 (patch) | |
tree | 437c523a14ed1072c56f03d0ae9dcbc85168388e /meta-efl/classes | |
parent | 541a06a9eeae62ef9bd5c60e68a730cfb0387a2d (diff) | |
download | meta-openembedded-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/classes')
-rw-r--r-- | meta-efl/classes/e.bbclass | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-efl/classes/e.bbclass b/meta-efl/classes/e.bbclass index c80339905..375f91475 100644 --- a/meta-efl/classes/e.bbclass +++ b/meta-efl/classes/e.bbclass | |||
@@ -7,10 +7,6 @@ do_prepsources () { | |||
7 | } | 7 | } |
8 | addtask prepsources after do_patch before do_configure | 8 | addtask prepsources after do_patch before do_configure |
9 | 9 | ||
10 | do_configure_prepend() { | ||
11 | autopoint || touch config.rpath | ||
12 | } | ||
13 | |||
14 | do_configure_append() { | 10 | do_configure_append() { |
15 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g | 11 | find ${S} -name Makefile | xargs sed -i s:'-I$(includedir)':'-I.':g |
16 | } | 12 | } |