[oe-issues] [Bug 2137] [PATCH] resolution to depency problem
bugzilla-daemon at tinman.treke.net
bugzilla-daemon at tinman.treke.net
Tue Apr 24 19:27:08 UTC 2007
http://bugs.openembedded.org/show_bug.cgi?id=2137
------- Comment #1 from thommy at tabao.de 2007-04-24 12:27 -------
--- 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.
More information about the Openembedded-issues
mailing list