All of lore.kernel.org
 help / color / mirror / Atom feed
* Trying to add new recipe - getting QA error I don't understand
@ 2013-07-31 17:52 Brad Litterell
  2013-07-31 18:45 ` Burton, Ross
  0 siblings, 1 reply; 8+ messages in thread
From: Brad Litterell @ 2013-07-31 17:52 UTC (permalink / raw)
  To: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 1261 bytes --]

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


[-- Attachment #2: Type: text/html, Size: 3824 bytes --]

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2013-08-01 20:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-31 17:52 Trying to add new recipe - getting QA error I don't understand Brad Litterell
2013-07-31 18:45 ` Burton, Ross
2013-07-31 22:39   ` Brad Litterell
2013-07-31 22:58     ` Khem Raj
2013-08-01  0:52       ` Brad Litterell
2013-08-01  4:35         ` Khem Raj
2013-08-01 20:25           ` Brad Litterell
2013-07-31 23:00     ` Saul Wold

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.