point to tizen repo, not meego
authorAnas Nashif <anas.nashif@intel.com>
Tue, 2 Oct 2012 20:23:25 +0000 (13:23 -0700)
committerGui Chen <gui.chen@intel.com>
Wed, 12 Dec 2012 11:33:43 +0000 (19:33 +0800)
Change-Id: I50e62f957dbdbfbc178558598881e041fe0f1643

plugins/backend/zypppkgmgr.py

index ac1fa5d..7e76089 100755 (executable)
@@ -25,7 +25,7 @@ if not hasattr(zypp, 'PoolQuery') or \
    not hasattr(zypp.RepoManager, 'loadSolvFile'):
     raise ImportError("python-zypp in host system cannot support PoolQuery or "
                       "loadSolvFile interface, please update it to enhanced "
-                      "version which can be found in repo.meego.com/tools")
+                      "version which can be found in download.tizen.org/tools")
 
 from mic import msger
 from mic.kickstart import ksparser