The URN for the GIT Fetcher is git.
The Variables DL_DIR
, GITDIR
are used. DL_DIR
will be used to store the checkedout version. GITDIR
will be used as the base directory where the git tree is cloned to.
The Parameters are tag, protocol and scmdata. tag is a git tag, the default is “master”. protocol is the git protocol to use and defaults to “rsync”. If scmdata is set to “keep”, the “.git” directory will be available during compile-time.
SRC_URI
= "git://git.oe.handhelds.org/git/vip.git;tag=version-1"SRC_URI
= "git://git.oe.handhelds.org/git/vip.git;protocol=http"