diff options
author | Manuel Teira <manuel.teira@telefonica.net> | 2007-06-19 16:18:56 +0000 |
---|---|---|
committer | Manuel Teira <manuel.teira@telefonica.net> | 2007-06-19 16:18:56 +0000 |
commit | 9fb7cb53d84ce29d236f714cce314b60df1c9d56 (patch) | |
tree | cf4267ad089dc7804e39d66ec979c72fac072148 | |
parent | 1ab244c361defaa10c4aff18b3e6d779bbe07d61 (diff) |
tremor 20041119 : Correct staging QA issues
-rw-r--r-- | packages/tremor/tremor_20041119.bb | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/packages/tremor/tremor_20041119.bb b/packages/tremor/tremor_20041119.bb index 276ac491e0..666b6c2563 100644 --- a/packages/tremor/tremor_20041119.bb +++ b/packages/tremor/tremor_20041119.bb @@ -14,14 +14,6 @@ inherit autotools EXTRA_OECONF=" --enable-shared --disable-rpath " -#do_configure_prepend() { -# ./autogen.sh -#} - do_stage() { - oe_runmake install prefix=${STAGING_DIR} \ - bindir=${STAGING_BINDIR} \ - includedir=${STAGING_INCDIR}/tremor \ - libdir=${STAGING_LIBDIR} \ - datadir=${STAGING_DATADIR} + autotools_stage_all } |