[oe-commits] Tom Rini : package_ipk.bbclass: Add missing : from a045dfacf6f2541e0f410d9d109581f181303756

GIT User account git at amethyst.openembedded.net
Fri Feb 13 17:12:08 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: fec216f25e71c0f2c82670f633b0f161d01cec0d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=fec216f25e71c0f2c82670f633b0f161d01cec0d

Author: Tom Rini <trini at embeddedalley.com>
Date:   Fri Feb 13 12:12:47 2009 -0500

package_ipk.bbclass: Add missing : from	a045dfacf6f2541e0f410d9d109581f181303756

---

 classes/package_ipk.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/package_ipk.bbclass b/classes/package_ipk.bbclass
index 99f3793..89d5071 100644
--- a/classes/package_ipk.bbclass
+++ b/classes/package_ipk.bbclass
@@ -245,7 +245,7 @@ python do_package_ipk () {
 		rreplaces = (bb.data.getVar("RREPLACES", localdata, 1) or "").split()
 		rconflicts = (bb.data.getVar("RCONFLICTS", localdata, 1) or "").split()
 
-		if not '-locale-' and not '-dbg' and not '-dev' in pkgname
+		if not '-locale-' and not '-dbg' and not '-dev' in pkgname:
 			rdepends.append('%s-locale*' % pkgname)
 
 		if rdepends:





More information about the Openembedded-commits mailing list