diff options
author | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:54:47 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-09-30 21:54:47 +0000 |
commit | 979f987c44928f2d47d319cf5fc34e7f3d2113b7 (patch) | |
tree | b49dca768f15cc67c1fa2ff499552a2c67baa7c1 /meta/classes/poky.bbclass | |
parent | e2d321075a6c1aecd09a705d97f2347863a685f9 (diff) | |
download | poky-979f987c44928f2d47d319cf5fc34e7f3d2113b7.tar.gz |
bitbake cache.py: When SRCREV autorevisioning for a recipe is in use, don't cache the recipe. Based on work from Heikki Paajanen
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5352 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/classes/poky.bbclass')
-rw-r--r-- | meta/classes/poky.bbclass | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/classes/poky.bbclass b/meta/classes/poky.bbclass index ba81f9e22c..ffda5c0a15 100644 --- a/meta/classes/poky.bbclass +++ b/meta/classes/poky.bbclass | |||
@@ -1,3 +1,9 @@ | |||
1 | PREMIRRORS_append () { | ||
2 | ftp://.*/.* http://pokylinux.org/sources/ | ||
3 | http://.*/.* http://pokylinux.org/sources/ | ||
4 | https://.*/.* http://pokylinux.org/sources/ | ||
5 | } | ||
6 | |||
1 | MIRRORS_append () { | 7 | MIRRORS_append () { |
2 | ftp://.*/.* http://pokylinux.org/sources/ | 8 | ftp://.*/.* http://pokylinux.org/sources/ |
3 | http://.*/.* http://pokylinux.org/sources/ | 9 | http://.*/.* http://pokylinux.org/sources/ |