diff options
author | Joshua Lock <josh@openedhand.com> | 2008-09-30 16:54:37 +0000 |
---|---|---|
committer | Joshua Lock <josh@openedhand.com> | 2008-09-30 16:54:37 +0000 |
commit | cbaab65ff4bb3e4fc77066032a8858f4d5d61241 (patch) | |
tree | 393dcbb8a980e4d8c0c9d9db4eb3405e9c7f5f90 /bitbake-dev/lib/bb/providers.py | |
parent | d54280dd315810ad8cdbce5c52a1af3de902f6ef (diff) | |
download | poky-cbaab65ff4bb3e4fc77066032a8858f4d5d61241.tar.gz |
Merge changes from Poky bitbake 1.8
Update bitbake-dev to have extra fixes from Poky's internal (1.8) version of bitbake.
Should be able to use bitbake-dev with Poky now.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5340 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake-dev/lib/bb/providers.py')
-rw-r--r-- | bitbake-dev/lib/bb/providers.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bitbake-dev/lib/bb/providers.py b/bitbake-dev/lib/bb/providers.py index 63d4f5b3cb..3504efc86e 100644 --- a/bitbake-dev/lib/bb/providers.py +++ b/bitbake-dev/lib/bb/providers.py | |||
@@ -296,6 +296,7 @@ def getRuntimeProviders(dataCache, rdepend): | |||
296 | 296 | ||
297 | # Only search dynamic packages if we can't find anything in other variables | 297 | # Only search dynamic packages if we can't find anything in other variables |
298 | for pattern in dataCache.packages_dynamic: | 298 | for pattern in dataCache.packages_dynamic: |
299 | pattern = pattern.replace('+', "\+") | ||
299 | try: | 300 | try: |
300 | regexp = re.compile(pattern) | 301 | regexp = re.compile(pattern) |
301 | except: | 302 | except: |