mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-04-20 19:53:43 +00:00
https://github.blog/2021-09-01-improving-git-protocol-security-github/ GitHub is deprecating unauthenticated protocols, including git:// so update SRC_URIs with protocol=https Explicitly pass branch=master where omitted, as bitbake now requires it. While at it, update libion to the latest to eliminate upstreamed patch. Signed-off-by: Denys Dmytriyenko <denys@konsulko.com> Signed-off-by: Yogesh Siraswar <yogeshs@ti.com>
15 lines
402 B
BlitzBasic
15 lines
402 B
BlitzBasic
SUMMARY = "ION Userspace Memory Allocator Library"
|
|
HOMEPAGE = "https://github.com/glneo/libion"
|
|
LICENSE = "Apache-2.0"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"
|
|
|
|
PV = "1.0.0"
|
|
|
|
BRANCH = "master"
|
|
SRC_URI = "git://github.com/glneo/libion.git;protocol=https;branch=${BRANCH}"
|
|
SRCREV = "7e138fc31febbb67734792c1a911439bfd6d23eb"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
inherit cmake pkgconfig
|