On Sun, 2010-12-05 at 00:22 +0100, Frans Meulenbroeks wrote:
> Hi,
> 
> I was porting a recipe from OE to yocto and bumped into a
> LIC_FILES_CHKSUM  error.
> I get a message about  LIC_FILES_CHKSUM
> 
> Checked the ref man
> (http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-specifying-LIC_FILES_CHKSUM)
> added this:
> LIC_FILES_CHKSUM = "file://COPYING; md5=xxxx"
> in the hope to get the checksum.
> However I don't get one, so I run md5sum on the COPYING file myself
> and replace xxxx with that value.
> 
> No success though, I still get:
> 
> | NOTE: Checking autotools environment for common misconfiguration
> | FATAL: Gettext required but not in DEPENDS for file
> /home/frans/poky/poky/build/tmp/work/armv5te-poky-linux-gnueabi/libcddb-1.3.2-r0/libcddb-1.3.2/configure.ac.
> | Missing inherit gettext?
> | ERROR: Error in executing python function in:
> /home/frans/poky/poky/meta-private/recipes/libcddb/libcddb_1.3.2.bb

Let me just cut your error down to the above. Its saying you need to add
gettext to DEPENDS.

The rest of the python traceback looks corrupt and is just confusing the
issue.

We have some things in planned in Poky to start trying to address error
handling and making it easier to work out whats wrong.

Cheers,

Richard


_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to