From be9e4198ba2d484b1099ab039b27eeb1daad7aae Mon Sep 17 00:00:00 2001 From: ScottW514 Date: Tue, 8 Sep 2026 17:06:34 -0400 Subject: [PATCH] Assignment --- meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb | 2 +- .../recipes-forgefirm/forgefirm-app/forgefirm-app.inc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb b/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb index b262fbd..a597126 100644 --- a/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb +++ b/meta-forgefirm/recipes-forgefirm/forgectrl/forgectrl.bb @@ -2,7 +2,7 @@ DESCRIPTION = "System Control Daemon for ForgeFIRM powered Glowforge" HOMEPAGE = "https://github.com/openglow-org/forgectrl" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=19ed4e3e8c28a4311c16b0b2b91357ec" +LIC_FILES_CHKSUM = "file://LICENSE;md5=fe9dfc6caad62544b4b1d0fa55c4b92f" PE = "1" diff --git a/meta-forgefirm/recipes-forgefirm/forgefirm-app/forgefirm-app.inc b/meta-forgefirm/recipes-forgefirm/forgefirm-app/forgefirm-app.inc index 67685f7..a980fe0 100644 --- a/meta-forgefirm/recipes-forgefirm/forgefirm-app/forgefirm-app.inc +++ b/meta-forgefirm/recipes-forgefirm/forgefirm-app/forgefirm-app.inc @@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/openglow-org/python3-gfhardware" # repository's LGPL component (the Bayer decoder compiled into # gfhardware._cam) is not part of them; python3-gfhardware declares it. LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=62f8bb455fcc4bf177ecab380f71cd5d" +LIC_FILES_CHKSUM = "file://LICENSE;md5=7029670f29302d9352647c6c89614bc2" SRC_URI = "git://github.com/openglow-org/python3-gfhardware.git;protocol=https;branch=master" # SRCREV and PV live in the pin file (forgefirm-image-manifest.bbclass).