diff options
author | Koen Kooi <koen@openembedded.org> | 2009-12-04 15:11:05 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-12-04 15:11:05 +0100 |
commit | 4252b6f04c03f96fa7e1d6f2f26a3e073dce94da (patch) | |
tree | 77f8570015b4b7ba21b7d47fd3f259c3a7460c63 | |
parent | d843cfb729c25b4a21937edb8edcdb695653399b (diff) |
ecore: maxrev iconv patch
-rw-r--r-- | recipes/efl1/ecore_svn.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb index a6c519526a..178e9e95f3 100644 --- a/recipes/efl1/ecore_svn.bb +++ b/recipes/efl1/ecore_svn.bb @@ -1,7 +1,7 @@ require ecore.inc PR = "r7" -SRC_URI += "file://iconv.patch;patch=1 \ +SRC_URI += "file://iconv.patch;patch=1;maxrev=43996 \ file://exit_uclibc.patch;patch=1 \ " |