Files
meta-qt5/recipes-connectivity/libvcard/libvcard_git.bb
Martin Jansa 6e808aeece Recipes: add explicit branch parameter and use https:// instead of git:// for github.com
* github decided that nobody should use git://
  https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

  and starting today all the builds were failing to fetch the metadata
  layers from github like:

  2021-11-01T18:53:26 INFO _main_ Updating [meta-ros]
  fatal: remote error:
    The unauthenticated git protocol on port 9418 is no longer supported.
  Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

  this was just a "test" as they said:
  "November 2, 2021: We'll also run several short brownouts on this date."
  and it will be completely disabled on January 11 2022.

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2021-11-13 11:03:11 +01:00

16 lines
365 B
BlitzBasic

DESCRIPTION = "Qt vCard library"
SECTION = "libs"
LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f94eaed54ffa1718d593504bae740faf"
DEPENDS += "qtbase"
SRCREV = "4250e2468552ea01954244a2d9cd5d2b44b00042"
SRC_URI = "git://github.com/pol51/libvcard.git;protocol=https;branch=master"
PV = "1.0+gitr${SRCPV}"
S = "${WORKDIR}/git"
inherit cmake_qt5