diff options
Diffstat (limited to 'recipes/efl1/eina_svn.bb')
-rw-r--r-- | recipes/efl1/eina_svn.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/efl1/eina_svn.bb b/recipes/efl1/eina_svn.bb index f38c4c5b36..4baa03b297 100644 --- a/recipes/efl1/eina_svn.bb +++ b/recipes/efl1/eina_svn.bb @@ -5,4 +5,9 @@ PR = "r0" inherit efl +# Some upgrade path tweaking +AUTO_LIBNAME_PKGS = "" + +RREPLACES_${PN} = "libeina-ver-pre-svn-00-0 libeina-ver-pre-svn-01-0" + FILES_${PN} += "${libdir}/eina" |