]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Fri, 4 Dec 2015 14:59:26 +0000 (14:59 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Dec 2015 10:20:24 +0000 (10:20 +0000)
commitf0a9e783f9969573fd74edfa241ef14f18ac684e
treeec6f121ef7b89fcc3730a2b944d69147b7a25fb5
parentf7b33a95b5d53973bc673373bdd2652f4d32f0c2
bitbake: rename REGEX, REGEX_URI, and GITTAGREGEX.

Rename REGEX to UPSTREAM_CHECK_REGEX, REGEX_URI to UPSTREAM_CHECK_URI, and
GITTAGREGEX to UPSTREAM_CHECK_GITTAGREGEX to better reflect their purpose
and to reflect a common namespace.

Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/bb/fetch2/git.py
lib/bb/fetch2/wget.py
lib/bb/tests/fetch.py