libcamera: Standardize URLs to git repositories
When the libcamera project was started, we had no public git tree hosted on git.libcamera.org. The problem has been addressed a while ago, and the git.linuxtv.org libcamera repository is now a mirror of the main git tree. The mirror is useful to benefit from the linuxtv.org automated compile tests, but it can also confuse users who don't know where the official version is. To try and clarify this, use the git.libcamera.org URL consistently through the project. This doesn't void the validatity of the linuxtv.org repository which will continue to mirror the libcamera.org repository. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Umang Jain <umang.jain@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com>
This commit is contained in:
parent
9b8f4c870f
commit
40f5fddca7
5 changed files with 15 additions and 12 deletions
|
@ -32,7 +32,7 @@ To fetch the sources, build and install:
|
|||
|
||||
::
|
||||
|
||||
git clone git://linuxtv.org/libcamera.git
|
||||
git clone https://git.libcamera.org/libcamera/libcamera.git
|
||||
cd libcamera
|
||||
meson build
|
||||
ninja -C build install
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue