[poky] Error in Python modules dependency for UFW package

Joshua Lock josh at linux.intel.com
Wed Jul 27 08:52:47 PDT 2011


On Tue, 2011-07-26 at 20:15 +0530, chinmaya hoshing wrote:
> Hi,
> 
> 
> I am trying to pull UFW package in poky for sandybrige machine.
> I have written a recipe for it and also it is building successfully.
> But when I run the binary ufw (after installing the rootfs) I get
> error related to python Modules.
> (Adding to this I have added python in depends in ufw recipe.) 
> Error  getting in python modules are for :
> getttext ,locale,codecs,encodings  
> The error is follows : 
>       ImportError: No module named gettext 
> 

You could try adding the required python packages to the runtime
dependencies of your UFW recipe:

RDEPENDS += "python-codecs python-blah"

Joshua

-- 
Joshua Lock
        Yocto Project "Johannes factotum"
        Intel Open Source Technology Centre




More information about the poky mailing list