[yocto] Trying to add new recipe - getting QA error I don't understand

Brad Litterell bradl at taser.com
Wed Jul 31 10:52:03 PDT 2013


Hi,

I'm new to Yocto, so please let me know if this is the wrong list for questions like this.

I'm trying to add a recipe for a new cmake project (for UCI).  The do_package_qa task reports this problem:

ERROR: QA Issue: uci rdepends on uci-dev
ERROR: QA run found fatal errors. Please consider fixing them.
ERROR: Function failed: do_package_qa

uci-dev appears to be automatically generated package - there is no recipe for it, and I can't find any reference to it in the actual source code for the package.  In other words, it appears as if Yocto itself is generating this dependency somehow.

Does this sound right?  Can anyone point me in the right direction?

My recipe is pretty simple and looks like this:

===

DESCRIPTION = "UCI Configuration Library"

SECTION = "openwrtlib"


LICENSE = "GPLv2+"

LIC_FILES_CHKSUM = "file://uci.h;beginline=1;endline=13;md5=799502a8112fe590aa1664829bfc7c60<file:///uci.h;beginline=1;endline=13;md5=799502a8112fe590aa1664829bfc7c60>"


PV = "2011-07-18.3"

#see https://forum.openwrt.org/viewtopic.php?id=15243 for git

SRC_URI = "file://uci-${PV}.tar.gz<file:///uci-${PV}.tar.gz>"



EXTRA_OECMAKE="-DBUILD_LUA=OFF"


inherit cmake

===


Thanks for any help,

Brad

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20130731/5a81fad3/attachment.html>


More information about the yocto mailing list