diff options
author | Koen Kooi <koen@openembedded.org> | 2009-07-31 18:32:01 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-07-31 18:32:01 +0200 |
commit | c1cf6902c04f40bf79b796815436877205387e05 (patch) | |
tree | 21f8e70928f9d1c4cff53d7b86d5555c242ee76c /recipes/efl1/ecore.inc | |
parent | ee1df327f904325add1522ea51c97885ce59b913 (diff) |
enlightenment: bump SRCREV, fix upgrade paths
Diffstat (limited to 'recipes/efl1/ecore.inc')
-rw-r--r-- | recipes/efl1/ecore.inc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/recipes/efl1/ecore.inc b/recipes/efl1/ecore.inc index 1e639fc342..facd7a231a 100644 --- a/recipes/efl1/ecore.inc +++ b/recipes/efl1/ecore.inc @@ -27,6 +27,27 @@ PACKAGES =+ "\ ${PN}-x \ ${PN}-input \ " +# Some upgrade path tweaking +AUTO_LIBNAME_PKGS = "" + +RREPLACES_${PN} = "libecore-ver-pre-svn-00-0 libecore-ver-pre-svn-01-0" +REPLACES_${PN}-tests = "libecore-ver-pre-svn-01-tests" +RREPLACES_${PN}-con = "libecore-ver-pre-svn-01-con libecore-con-ver-pre-svn-01-0" +RREPLACES_${PN}-config = "libecore-config-ver-pre-svn-01-0" +RREPLACES_${PN}-desktop = "libecore-desktop-ver-pre-svn-01-0" +RREPLACES_${PN}-directfb = "libecore-directfb-ver-pre-svn-01-0" +RREPLACES_${PN}-sdl = "libecore-sdl-ver-pre-svn-01-0" +RREPLACES_${PN}-evas = "libecore-evas-ver-pre-svn-01-0" +RREPLACES_${PN}-fb = "libecore-fb-ver-pre-svn-01-0" +RREPLACES_${PN}-file = "libecore-file-ver-pre-svn-01-0" +RREPLACES_${PN}-imf-evas = "libecore-imf-evas-ver-pre-svn-01-0" +RREPLACES_${PN}-imf = "libecore-imf-ver-pre-svn-01-0" +RREPLACES_${PN}-ipc = "libecore-ipc-ver-pre-svn-01-0" +RREPLACES_${PN}-job = "libecore-job-ver-pre-svn-01-0" +RREPLACES_${PN}-txt = "libecore-txt-ver-pre-svn-01-0" +RREPLACES_${PN}-x = "libecore-x-ver-pre-svn-01-0" +RREPLACES_${PN}-input = "libecore-input-ver-pre-svn-01-0" + FILES_${PN} = "${libdir}/libecore*.so.*" FILES_${PN}-con = "${libdir}/libecore_con*.so.*" FILES_${PN}-config = "${libdir}/libecore_config*.so.*" @@ -43,3 +64,6 @@ FILES_${PN}-job = "${libdir}/libecore_job*.so.*" FILES_${PN}-txt = "${libdir}/libecore_txt*.so.*" FILES_${PN}-x = "${libdir}/libecore_x*.so.*" FILES_${PN}-input = "${libdir}/libecore_input*.so.*" + + + |