diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-06-21 18:13:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 16:20:26 +0100 |
commit | 3b79156be8300ebf348e6a8e14c8e7facd66a5b6 (patch) | |
tree | 9c328feb14c37aecda4c8dc042fd86e08a49ed76 /meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb | |
parent | 2163461ec94528ecf046a04edc5db3d2dd3a6b8b (diff) | |
download | poky-3b79156be8300ebf348e6a8e14c8e7facd66a5b6.tar.gz |
u-boot: set SRCREV to a git revision instead of a tag reference
If we use a tag here then bitbake has to connect to the repository to find
out the corresponding revision (so it can expand SRCPV which is part of PV,
which amongst other things is needed to determine whether or not the
package has to be rebuilt.) This occurs at parse time; on machines behind a
firewall or with no network access this can be a problem.
We wish to avoid unnecessary network accesses and network access in our
default configuration during parse time is even worse. Substituting the
git revision corresponding to the tag prevents bitbake from having to
contact the remote repository in order to expand PV.
Addresses [YOCTO #1186]
(From OE-Core rev: 04fe616bec7416b5aea55dad6896700652796239)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gnome/gnome-keyring_2.32.1.bb')
0 files changed, 0 insertions, 0 deletions