[poky] Error in Python modules dependency for UFW package
Koen Kooi
koen at dominion.thruhere.net
Wed Jul 27 09:04:50 PDT 2011
Op 27 jul. 2011, om 17:52 heeft Joshua Lock het volgende geschreven:
> 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"
RDEPENDS_${PN} += bla
>
> Joshua
>
> --
> Joshua Lock
> Yocto Project "Johannes factotum"
> Intel Open Source Technology Centre
>
> _______________________________________________
> poky mailing list
> poky at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/poky
More information about the poky
mailing list