diff options
author | Michal Hrusecky <Michal@Hrusecky.net> | 2009-05-30 14:08:14 +0100 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2009-05-30 14:08:14 +0100 |
commit | e57d048f0895b369144de0b2f626964fb1e8e998 (patch) | |
tree | 6e38e5a303c1aa623b388d8badea8b7e1a8f5020 /recipes/opie-sheet/opie-sheet_1.2.4.bb | |
parent | 618bf2cd022e97a36a5f321d5f90cff9bb17bd3f (diff) |
opie-sheet: fix compilation failure due to two function arguments with
the same name.
Signed-off-by: Michal Hrusecky <Michal@Hrusecky.net>
Diffstat (limited to 'recipes/opie-sheet/opie-sheet_1.2.4.bb')
-rw-r--r-- | recipes/opie-sheet/opie-sheet_1.2.4.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/opie-sheet/opie-sheet_1.2.4.bb b/recipes/opie-sheet/opie-sheet_1.2.4.bb index ca0cdaff5a..b2cd1d213d 100644 --- a/recipes/opie-sheet/opie-sheet_1.2.4.bb +++ b/recipes/opie-sheet/opie-sheet_1.2.4.bb @@ -1,6 +1,8 @@ require ${PN}.inc +PR = "r1" 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 " |