diff options
author | Tim Ansell <mithro@mithis.com> | 2004-05-15 19:59:51 +0000 |
---|---|---|
committer | Tim Ansell <mithro@mithis.com> | 2004-05-15 19:59:51 +0000 |
commit | 253d29c8528fb14b4554a2bf5afe24cb98df3668 (patch) | |
tree | 9de5ac31f2187cad356e89d6d4621205604e0ab6 /tremor | |
parent | 2cdce998392ac8597acd27e5992beac4dee5f196 (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into mithis.com:/home/arm/openembedded/packages.boxer
2004/05/16 05:29:10+09:30 mithis.com!mithro
Makefile.patch, libmpeg2_0.4.0b.oe:
Libmpeg2 for ScummVM
new file
2004/05/16 05:26:37+09:30 mithis.com!mithro
tremor_20030325.oe:
Use the base do_configure.
BKrev: 40a676b7SOe2dMhBmFcrHG0v9N5hfg
Diffstat (limited to 'tremor')
-rw-r--r-- | tremor/tremor_20030325.oe | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tremor/tremor_20030325.oe b/tremor/tremor_20030325.oe index fd0cbc4c24..223bf3259a 100644 --- a/tremor/tremor_20030325.oe +++ b/tremor/tremor_20030325.oe @@ -12,9 +12,9 @@ inherit autotools EXTRA_OECONF=" --enable-shared --disable-rpath " -do_configure_prepend() { - ./autogen.sh -} +#do_configure_prepend() { +# ./autogen.sh +#} do_stage() { oe_runmake install prefix=${STAGING_DIR} \ |