diff options
author | Koen Kooi <koen@openembedded.org> | 2010-02-15 11:16:40 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-02-15 11:16:40 +0100 |
commit | feb019622e464739efe440ecabc2f9e5b5477682 (patch) | |
tree | 368cf894ccccb7dbd67bbd052d53872850f0828e /recipes/e17/e-module.inc | |
parent | b8c29b12f258838f0dd0b66022de8301e7806aaf (diff) |
e*bbclass: run autopoint in configure
* remove config.rpath stuff from recipes
Diffstat (limited to 'recipes/e17/e-module.inc')
-rw-r--r-- | recipes/e17/e-module.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/recipes/e17/e-module.inc b/recipes/e17/e-module.inc index d275b0a267..a620746b32 100644 --- a/recipes/e17/e-module.inc +++ b/recipes/e17/e-module.inc @@ -13,4 +13,3 @@ EXTRA_OECONF = "--with-edje-cc=${STAGING_BINDIR_NATIVE}/edje_cc" FILES_${PN} += "${libdir}/enlightenment/modules/${PN}" FILES_${PN}-dbg += "${libdir}/enlightenment/modules/${PN}/*/.debug" - |