package_ipk.bbclass: Add missing : from a045dfacf6f2541e0f410d9d109581f181303756
authorTom Rini <trini@embeddedalley.com>
Fri, 13 Feb 2009 17:12:47 +0000 (12:12 -0500)
committerTom Rini <trini@embeddedalley.com>
Fri, 13 Feb 2009 17:12:47 +0000 (12:12 -0500)
classes/package_ipk.bbclass

index 99f3793..89d5071 100644 (file)
@@ -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: