[Bitbake-dev] [Bug 2037] New: building dependencies of meta packages does not work

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Fri Mar 23 19:16:23 CET 2007


http://bugs.openembedded.org/show_bug.cgi?id=2037

           Summary: building dependencies of meta packages does not work
           Product: BitBake
           Version: unspecified
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: BitBake
        AssignedTo: bitbake-dev at lists.berlios.de
        ReportedBy: florian.boor at kernelconcepts.de
         QAContact: tinderbox-oe at gmx.net


In contrast to 1.6.6 in bitbake 1.8.0 building dependencies of meta packages
does not work like expected. e.g. such a simple meta-sdk-thingy.bb like this
below causes the dependencies to build with 1.6.6 but not with 1.8.0:

PACKAGES = ""
inherit debian

TARGET_INSTALL = "\
    task-sdk-base \
    task-sdk-x11 \
    task-sdk-x11-ext \
    task-sdk-gpe"

RDEPENDS = "${TARGET_INSTALL}"
BUILD_ALL_DEPS = "1"


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



More information about the bitbake-devel mailing list