git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29d5561
)
don't create RDEPENDS entry for intra-package symlinks
author
Phil Blundell
<philb@gnu.org>
Sun, 30 Jan 2005 15:15:41 +0000
(15:15 +0000)
committer
Phil Blundell
<philb@gnu.org>
Sun, 30 Jan 2005 15:15:41 +0000
(15:15 +0000)
BKrev: 41fcfa1ddOWT6k-DBCf8u9qgF6VOBg
classes/package.bbclass
patch
|
blob
|
history
diff --git
a/classes/package.bbclass
b/classes/package.bbclass
index
53ec3b8
..
cbd772c
100644
(file)
--- a/
classes/package.bbclass
+++ b/
classes/package.bbclass
@@
-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)