diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-16 17:23:10 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-03-16 17:27:33 +0100 |
commit | fbe36876df725a259ef983d9b52daf3254b7b8a5 (patch) | |
tree | c6f4ff4a47a4e6a4cfaaedadd8fe8c6875680a01 /recipes/efl1 | |
parent | 950f0a1a5c1db70279b36bc137619f71e8cc5a9c (diff) |
ecore: PR bump after libexpat soname change
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/efl1')
-rw-r--r-- | recipes/efl1/ecore-native_svn.bb | 2 | ||||
-rw-r--r-- | recipes/efl1/ecore_svn.bb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/efl1/ecore-native_svn.bb b/recipes/efl1/ecore-native_svn.bb index 22208b926e..7963574c7b 100644 --- a/recipes/efl1/ecore-native_svn.bb +++ b/recipes/efl1/ecore-native_svn.bb @@ -1,7 +1,7 @@ require ecore.inc inherit native DEPENDS = "eet-native evas-native" -PR = "r3" +PR = "r4" EXTRA_OECONF = "\ --enable-ecore-txt \ diff --git a/recipes/efl1/ecore_svn.bb b/recipes/efl1/ecore_svn.bb index 6fc4676214..e3fdf588bc 100644 --- a/recipes/efl1/ecore_svn.bb +++ b/recipes/efl1/ecore_svn.bb @@ -1,5 +1,5 @@ require ecore.inc -PR = "r8" +PR = "r9" SRC_URI += "\ file://iconv.patch;patch=1;maxrev=43996 \ |