mirror of
https://github.com/openglow-org/forgefirm.git
synced 2026-09-27 08:41:13 -07:00
forgectrl ed2934b, grblHAL da4c8eb, forgefirm-app (gfhardware) 6c7534a - all pushed and fetch-verified, license population checked for the multi-license recipes.
19 lines
735 B
PHP
19 lines
735 B
PHP
# Shared fetch for the ForgeFIRM web-service apps (gfhome, python3-ffmachine,
|
|
# gfcloud). Their sources live in the forgefirm-app/ directory of the
|
|
# python3-gfhardware repository.
|
|
HOMEPAGE = "https://github.com/ScottW514/python3-gfhardware"
|
|
|
|
LICENSE = "MIT"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=62f8bb455fcc4bf177ecab380f71cd5d"
|
|
|
|
SRC_URI = "git://github.com/ScottW514/python3-gfhardware.git;protocol=https;branch=master"
|
|
# Pinned; bump deliberately (AUTOREV is not reproducible).
|
|
SRCREV = "6c7534a050f61e1f205743f34a9d2743a1a7b96f"
|
|
|
|
# Bump PV with every SRCREV move: the hash-derived package version is not
|
|
# monotonic on its own and buildhistory QA fails the build when it sorts
|
|
# backwards.
|
|
PV = "0.1.4+git"
|
|
|
|
S = "${WORKDIR}/git"
|