diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-03-21 00:24:24 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-03-21 00:24:24 +0000 |
| commit | 8d715a27d0b7723c9666d77c219f73550dc20d2d (patch) | |
| tree | 1ba46c35e3e645bfb3dcd2498baeb200fa78502d | |
| parent | d128d6fc75f734ad42c8fa90b5f956d04861e394 (diff) | |
| download | poky-8d715a27d0b7723c9666d77c219f73550dc20d2d.tar.gz | |
autotools.bbclass: Drop enable-maintainer-mode until such times as its been tested properly
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4109 311d38ba-8fff-0310-9ca6-ca027cbcb966
| -rw-r--r-- | meta/classes/autotools.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/classes/autotools.bbclass b/meta/classes/autotools.bbclass index bba9b7cdb1..3635361efc 100644 --- a/meta/classes/autotools.bbclass +++ b/meta/classes/autotools.bbclass | |||
| @@ -58,7 +58,6 @@ oe_runconf () { | |||
| 58 | --oldincludedir=${oldincludedir} \ | 58 | --oldincludedir=${oldincludedir} \ |
| 59 | --infodir=${infodir} \ | 59 | --infodir=${infodir} \ |
| 60 | --mandir=${mandir} \ | 60 | --mandir=${mandir} \ |
| 61 | --enable-maintainer-mode \ | ||
| 62 | ${EXTRA_OECONF} \ | 61 | ${EXTRA_OECONF} \ |
| 63 | $@" | 62 | $@" |
| 64 | oenote "Running $cfgcmd..." | 63 | oenote "Running $cfgcmd..." |
