aboutsummaryrefslogtreecommitdiffstats
path: root/classes/efl.bbclass
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-02-15 11:16:40 +0100
committerKoen Kooi <koen@openembedded.org>2010-02-15 11:16:40 +0100
commitfeb019622e464739efe440ecabc2f9e5b5477682 (patch)
tree368cf894ccccb7dbd67bbd052d53872850f0828e /classes/efl.bbclass
parentb8c29b12f258838f0dd0b66022de8301e7806aaf (diff)
downloadopenembedded-feb019622e464739efe440ecabc2f9e5b5477682.tar.gz
e*bbclass: run autopoint in configure
* remove config.rpath stuff from recipes
Diffstat (limited to 'classes/efl.bbclass')
-rw-r--r--classes/efl.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/efl.bbclass b/classes/efl.bbclass
index 805422fdf4..14334571ce 100644
--- a/classes/efl.bbclass
+++ b/classes/efl.bbclass
@@ -17,7 +17,7 @@ inherit autotools
AUTOTOOLS_STAGE_PKGCONFIG = "1"
do_configure_prepend() {
- touch config.rpath
+ autopoint || touch config.rpath
}
do_install_prepend () {