All of lore.kernel.org
 help / color / mirror / Atom feed
* QA rdepends issue when building xerces-c
@ 2013-05-23 16:53 Hartmut Behrens
  2013-05-23 19:55 ` Hartmut Behrens
  0 siblings, 1 reply; 4+ messages in thread
From: Hartmut Behrens @ 2013-05-23 16:53 UTC (permalink / raw)
  To: yocto

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"


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

end of thread, other threads:[~2013-05-24  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-23 16:53 QA rdepends issue when building xerces-c Hartmut Behrens
2013-05-23 19:55 ` Hartmut Behrens
2013-05-24  9:27   ` Paul Eggleton
2013-05-24  9:38     ` Paul Eggleton

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.