Advertisement
Guest User

Untitled

a guest
Sep 12th, 2019
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1.  
  2. diff --git a/meta/lib/oe/classextend.py b/meta/lib/oe/classextend.py
  3. index d2eeaf0e5c..bbc713f2b0 100644
  4. --- a/meta/lib/oe/classextend.py
  5. +++ b/meta/lib/oe/classextend.py
  6. @@ -56,7 +56,7 @@ class ClassExtender(object):
  7. return newdata
  8.  
  9. def map_depends(self, dep):
  10. - if dep.endswith(("-native", "-native-runtime")) or ('nativesdk-' in dep) or ('cross-canadian' in dep) or ('-crosssdk-' in dep):
  11. + if dep.endswith(("-native", "-native-runtime")) or ('nativesdk-' in dep) or ('cross-canadian' in dep) or ('-crosssdk-' in dep) or dep.startswith('/'):
  12. return dep
  13. else:
  14. # Do not extend for that already have multilib prefix
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement