[oe] [PATCH] opie-sheet: fixed compilation error

Paul Eggleton bluelightning at bluelightning.org
Sat May 30 00:46:20 UTC 2009


On Fri, 29 May 2009, Michal Hrusecky wrote:
> Compilation originally fails and complains about two arguments with the
> same name.
>
> Signed-off-by: Michal Hrusecky <Michal at Hrusecky.net>

Acked-by: Paul Eggleton <bluelightning at bluelightning.org>

> ---
>  .../opie-sheet/different-arg-names.patch           |   11 +++++++++++
>  recipes/opie-sheet/opie-sheet_1.2.4.bb             |    3 ++-
>  2 files changed, 13 insertions(+), 1 deletions(-)
>  create mode 100644 recipes/opie-sheet/opie-sheet/different-arg-names.patch
>
> diff --git a/recipes/opie-sheet/opie-sheet/different-arg-names.patch
> b/recipes/opie-sheet/opie-sheet/different-arg-names.patch new file mode
> 100644
> index 0000000..f190960
> --- /dev/null
> +++ b/recipes/opie-sheet/opie-sheet/different-arg-names.patch
> @@ -0,0 +1,11 @@
> +--- a/opie-sheet/sheet.h	2009-05-25 07:47:12.042719009 +0200
> ++++ b/opie-sheet/sheet.h	2009-05-25 08:07:19.291516199 +0200
> +@@ -209,7 +207,7 @@
> +     void insertRows(int no=1, bool allColumns=TRUE);
> +     void insertColumns(int no=1, bool allRows=TRUE);
> +
> +-    void dataFindReplace(const QString &find, const QString &replace,
> bool matchCase=TRUE, bool allCells=TRUE, bool entireCell=FALSE, bool
> replace=FALSE, bool replaceAll=FALSE); ++    void dataFindReplace(const
> QString &find, const QString &replacestr, bool matchCase=TRUE, bool
> allCells=TRUE, bool entireCell=FALSE, bool replace=FALSE, bool
> replaceAll=FALSE); +
> +     // Static functions
> +     static int getHeaderColumn(const QString &section);
> diff --git a/recipes/opie-sheet/opie-sheet_1.2.4.bb
> b/recipes/opie-sheet/opie-sheet_1.2.4.bb index ca0cdaf..c52c166 100644
> --- a/recipes/opie-sheet/opie-sheet_1.2.4.bb
> +++ b/recipes/opie-sheet/opie-sheet_1.2.4.bb
> @@ -3,4 +3,5 @@ require ${PN}.inc
>
>  SRC_URI = "${HANDHELDS_CVS};tag=${TAG};module=opie/noncore/apps/opie-sheet
> \ ${HANDHELDS_CVS};tag=${TAG};module=opie/pics \
> -           ${HANDHELDS_CVS};tag=${TAG};module=opie/apps"
> +           ${HANDHELDS_CVS};tag=${TAG};module=opie/apps \
> +           file://different-arg-names.patch;patch=1 "






More information about the Openembedded-devel mailing list