[Bug 4915] New: e-wm usage of RDEPENDS_${PN}_append_linux etc failes to generate proper depency graphs for *image.bb

bugzilla-daemon at amethyst.openembedded.net bugzilla-daemon at amethyst.openembedded.net
Sun Dec 7 02:43:14 UTC 2008


http://bugs.openembedded.net/show_bug.cgi?id=4915

           Summary: e-wm usage of RDEPENDS_${PN}_append_linux etc failes
                    to generate proper depency graphs for *image.bb
    Classification: Unclassified
           Product: Openembedded
           Version: Angstrom 2008.x
          Platform: All
        OS/Version: other
            Status: UNCONFIRMED
          Severity: minor
          Priority: P3
         Component: org.openembedded.dev
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: stian at nixia.no


Created an attachment (id=13494)
 --> (http://bugs.openembedded.net/attachment.cgi?id=13494)
e-wm_svn.bb.patch

I have only tested this with shr-image (overlay of openembedded), but expect
the issue to be present on all images that is based on e17.

Currently e-wm, puts all its dependency using _append_linux.* syntax, which
works okey for ipk file generation, but not for second degree dependency
(something else depends on e-wm).

So, shr-image.bb depends on e-wm, but image generation fails to install e-wm,
since all the RDEPENCY's it requires, hasn't been built.

My sugguestion is to put all the general RDEPENCY back into RDEPENCY, and just
let the platform specific depencies using the append_linux syntax, see patch:

-- 
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.




More information about the Openembedded-issues mailing list