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: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


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.
_______________________________________________
Bitbake-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/bitbake-dev

Reply via email to