[yocto] QA rdepends issue when building xerces-c

Hartmut Behrens hartmut.behrens at gmail.com
Thu May 23 09:53:57 PDT 2013


Dear Yocto users,

I created a recipe for xerces-c (see below), and when bitbaking, the
error "ERROR: QA Issue: xerces-c rdepends on xerces-c-dev" is
produced.

I added RPROVIDES_${PN} += "xerces-c-dev" to the recipe, incremented
the PR number, and baked again but still without success.

I also tried INSANE_SKIP_${PN} += "dev-so" without any luck.

Might you know how to solve this?

The recipe:

DESCRIPTION = "Xerces-c is a validating xml parser written in C++"
HOMEPAGE = "http://xerces.apache.org/xerces-c/"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
PR = "r6"

SRC_URI = "file://xerces-c-${PV}.tar.gz"
SRC_URI[md5sum] = "6a8ec45d83c8cfb1584c5a5345cb51ae"

S = "${WORKDIR}/xerces-c-${PV}"

inherit autotools lib_package pkgconfig gettext

RPROVIDES_${PN} += "xerces-c-dev"



More information about the yocto mailing list