diff options
author | Kevin Tian <kevin.tian@intel.com> | 2010-07-08 15:42:42 +0800 |
---|---|---|
committer | Saul Wold <Saul.Wold@intel.com> | 2010-07-08 21:08:19 -0700 |
commit | 90ceeff2587c932f9d998ccf05f01c01300f3268 (patch) | |
tree | a037b855ab3db993d356bb5ed265af065a174ebe /meta/conf/distro/poky.conf | |
parent | 43bd7936793701839df4dd4e49ef91985ee11e06 (diff) | |
download | poky-90ceeff2587c932f9d998ccf05f01c01300f3268.tar.gz |
utility-tasks.bbclass: add automatic version check for GIT/SVN proto
both git/svn supports remote information query: 'git ls-remote', and
'svn info'. With them, now upstream version will be automatically
checked for git/svn packages.
In the meantime, manual latest version tagged in distro tracking
fields are also compared as one alternative if upstream check fails.
Also such check is one indicator whether tracking field is missing.
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
Diffstat (limited to 'meta/conf/distro/poky.conf')
-rw-r--r-- | meta/conf/distro/poky.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/poky.conf b/meta/conf/distro/poky.conf index 951e156c25..a99aba7966 100644 --- a/meta/conf/distro/poky.conf +++ b/meta/conf/distro/poky.conf | |||
@@ -116,4 +116,4 @@ IMAGE_FEATURES ?= "" | |||
116 | EXTRAOPKGCONFIG = "poky-feed-config-opkg" | 116 | EXTRAOPKGCONFIG = "poky-feed-config-opkg" |
117 | 117 | ||
118 | require conf/distro/include/world-broken.inc | 118 | require conf/distro/include/world-broken.inc |
119 | 119 | require conf/distro/include/distro_tracking_fields.inc | |