aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-01-12 13:04:43 +0000
committerKoen Kooi <koen@openembedded.org>2007-01-12 13:04:43 +0000
commit96610be7f09973209825a518a18f24282b35b162 (patch)
tree656aac9e931e63c7b51b342d3cdab01391f36d9b /packages
parentea70670c7912cfc80816dba019f44e8815e6a5c3 (diff)
downloadopenembedded-96610be7f09973209825a518a18f24282b35b162.tar.gz
povray: fix do_configure
Diffstat (limited to 'packages')
-rw-r--r--packages/povray/povray_3.6.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/povray/povray_3.6.1.bb b/packages/povray/povray_3.6.1.bb
index 914d2eaad6..e1c60570be 100644
--- a/packages/povray/povray_3.6.1.bb
+++ b/packages/povray/povray_3.6.1.bb
@@ -19,7 +19,7 @@ PARALLEL_MAKE = ""
#autoreconf breaks, so we'll skip that. The added advantage is that the patch to ./configure actually has effect
do_configure() {
- oe_runconf
+ oe_runconf COMPILED_BY="${MAINTAINER}"
}
PACKAGES += "${PN}-scenes ${PN}-ini ${PN}-icons ${PN}-scripts ${PN}-includes"