[oe] [PATCH 1/2] sox-native: Run oe-stylize.py

Frans Meulenbroeks fransmeulenbroeks at gmail.com
Wed Aug 18 07:47:46 UTC 2010


2010/8/17 Noor Ahsan <noor_ahsan at mentor.com>:
> * Run oe-stylize.py script on the recipe and modified the recipe according to the output of oe-stylize.py.
>
> Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
> ---
>  recipes/sox/sox-native_13.0.0.bb |   13 ++++++-------
>  1 files changed, 6 insertions(+), 7 deletions(-)
>
> diff --git a/recipes/sox/sox-native_13.0.0.bb b/recipes/sox/sox-native_13.0.0.bb
> index 9be0322..0dc90ca 100644
> --- a/recipes/sox/sox-native_13.0.0.bb
> +++ b/recipes/sox/sox-native_13.0.0.bb
> @@ -7,13 +7,12 @@ inherit native
>  do_patch() {
>         true
>  }
> -
> -do_stage() {
> -       make bindir="${STAGING_BINDIR}" libdir="${STAGING_LIBDIR}" mandir="${STAGING_DIR_HOST}${layout_mandir}" includedir="${STAGING_INCDIR}" install
> -       rm ${STAGING_BINDIR}/rec
> -       ln -s ${STAGING_BINDIR}/play ${STAGING_BINDIR}/rec
> -}
> -
>  do_install() {
>         true
>  }
> +do_stage() {
> +        make bindir="${STAGING_BINDIR}" libdir="${STAGING_LIBDIR}" mandir="${STAGING_DIR_HOST}${layout_mandir}" includedir="${STAGING_INCDIR}" install
> +        rm ${STAGING_BINDIR}/rec
> +        ln -s ${STAGING_BINDIR}/play ${STAGING_BINDIR}/rec
> +}
> +

The sox recipe already has been converted about two weeks ago:
http://cgit.openembedded.org/cgit.cgi/openembedded/commit/?id=fc909a927ddfcb4c0c10da1b278b496c68319a6a
I suggest doing a fresh pull of the head before changing files (in
order to avoid wasting time on work that has been done already or
avoid that you change and old version which is has fixes in git head)

Frans




More information about the Openembedded-devel mailing list