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

           Summary: base.bbclass can combine two dependencies
           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]


base.bbclass is missing a space that causes two dependency names to be
combined.


--- base.bbclass~       2007-04-24 12:51:57.000000000 -0500
+++ base.bbclass        2007-04-24 12:51:57.000000000 -0500
 -874,7 +874,7 @@
         if bb.data.inherits_class('package_deb', d):
             depends = "dpkg-native " + depends
         if bb.data.inherits_class('package', d):
-            depends = "${PACKAGE_DEPENDS} fakeroot-native" + depends
+            depends = "${PACKAGE_DEPENDS} fakeroot-native " + depends

     bb.data.setVar('DEPENDS', depends, d)


-- 
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