don't create RDEPENDS entry for intra-package symlinks
authorPhil Blundell <philb@gnu.org>
Sun, 30 Jan 2005 15:15:41 +0000 (15:15 +0000)
committerPhil Blundell <philb@gnu.org>
Sun, 30 Jan 2005 15:15:41 +0000 (15:15 +0000)
BKrev: 41fcfa1ddOWT6k-DBCf8u9qgF6VOBg

classes/package.bbclass

index 53ec3b8..cbd772c 100644 (file)
@@ -227,6 +227,8 @@ python populate_packages () {
                                        if f == l:
                                                found = True
                                                bb.debug(1, "target found in %s" % p)
+                                               if p == pkg:
+                                                       break
                                                dp = bb.data.getVar('PKG_' + p, d, 1) or p
                                                if not dp in rdepends:
                                                        rdepends.append(dp)