mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-19 23:28:38 +00:00
python3-gpiod: don't hardcode the project version in recipe
Use the provided PV variable when referring to project's version. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
bb9d3afe9d
commit
61e84230ae
@@ -13,7 +13,7 @@ require recipes-support/libgpiod/libgpiod-src.inc
|
||||
SRC_URI += "file://run-ptest"
|
||||
|
||||
SRC_URI[sha256sum] = "f74cbf82038b3cb98ebeb25bce55ee2553be28194002d2a9889b9268cce2dd07"
|
||||
S = "${WORKDIR}/libgpiod-2.0/bindings/python"
|
||||
S = "${WORKDIR}/libgpiod-${PV}/bindings/python"
|
||||
|
||||
inherit setuptools3 ptest
|
||||
|
||||
|
||||
Reference in New Issue
Block a user