All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH 0/2] libgpiod: update library and python recipes to v2.0
@ 2023-03-02 15:44 Bartosz Golaszewski
  2023-03-02 15:44 ` [meta-oe][PATCH 1/2] libgpiod: update " Bartosz Golaszewski
  2023-03-02 15:44 ` [meta-python][PATCH 2/2] python3-gpiod: " Bartosz Golaszewski
  0 siblings, 2 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2023-03-02 15:44 UTC (permalink / raw)
  To: Khem Raj, Bruce Ashfield, openembedded-devel; +Cc: Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

I've just released libgpiod v2.0 so update the relevant recipes.

Bartosz Golaszewski (2):
  libgpiod: update to v2.0
  python3-gpiod: update to v2.0

 .../libgpiod/{libgpiod-2.0-rc3 => libgpiod-2.0}/run-ptest       | 0
 .../libgpiod/{libgpiod_2.0-rc3.bb => libgpiod_2.0.bb}           | 2 +-
 .../python/{python3-gpiod_2.0-rc3.bb => python3-gpiod_2.0.bb}   | 2 +-
 3 files changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/libgpiod/{libgpiod-2.0-rc3 => libgpiod-2.0}/run-ptest (100%)
 rename meta-oe/recipes-support/libgpiod/{libgpiod_2.0-rc3.bb => libgpiod_2.0.bb} (90%)
 rename meta-python/recipes-devtools/python/{python3-gpiod_2.0-rc3.bb => python3-gpiod_2.0.bb} (95%)

-- 
2.37.2



^ permalink raw reply	[flat|nested] 3+ messages in thread

* [meta-oe][PATCH 1/2] libgpiod: update to v2.0
  2023-03-02 15:44 [meta-oe][PATCH 0/2] libgpiod: update library and python recipes to v2.0 Bartosz Golaszewski
@ 2023-03-02 15:44 ` Bartosz Golaszewski
  2023-03-02 15:44 ` [meta-python][PATCH 2/2] python3-gpiod: " Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2023-03-02 15:44 UTC (permalink / raw)
  To: Khem Raj, Bruce Ashfield, openembedded-devel; +Cc: Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

The final v2.0 release is out so update the recipe.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 .../libgpiod/{libgpiod-2.0-rc3 => libgpiod-2.0}/run-ptest       | 0
 .../libgpiod/{libgpiod_2.0-rc3.bb => libgpiod_2.0.bb}           | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-support/libgpiod/{libgpiod-2.0-rc3 => libgpiod-2.0}/run-ptest (100%)
 rename meta-oe/recipes-support/libgpiod/{libgpiod_2.0-rc3.bb => libgpiod_2.0.bb} (90%)

diff --git a/meta-oe/recipes-support/libgpiod/libgpiod-2.0-rc3/run-ptest b/meta-oe/recipes-support/libgpiod/libgpiod-2.0/run-ptest
similarity index 100%
rename from meta-oe/recipes-support/libgpiod/libgpiod-2.0-rc3/run-ptest
rename to meta-oe/recipes-support/libgpiod/libgpiod-2.0/run-ptest
diff --git a/meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb b/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb
similarity index 90%
rename from meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb
rename to meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb
index e56459b96..becc9adb2 100644
--- a/meta-oe/recipes-support/libgpiod/libgpiod_2.0-rc3.bb
+++ b/meta-oe/recipes-support/libgpiod/libgpiod_2.0.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
     file://LICENSES/CC-BY-SA-4.0.txt;md5=fba3b94d88bfb9b81369b869a1e9a20f \
 "
 
-SRC_URI[sha256sum] = "1d1756d465525deb668526571dc6ed7e08f7b8e7745b10fc028208a22fb7adf8"
+SRC_URI[sha256sum] = "f74cbf82038b3cb98ebeb25bce55ee2553be28194002d2a9889b9268cce2dd07"
 
 S = "${WORKDIR}/libgpiod-2.0"
 
-- 
2.37.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [meta-python][PATCH 2/2] python3-gpiod: update to v2.0
  2023-03-02 15:44 [meta-oe][PATCH 0/2] libgpiod: update library and python recipes to v2.0 Bartosz Golaszewski
  2023-03-02 15:44 ` [meta-oe][PATCH 1/2] libgpiod: update " Bartosz Golaszewski
@ 2023-03-02 15:44 ` Bartosz Golaszewski
  1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2023-03-02 15:44 UTC (permalink / raw)
  To: Khem Raj, Bruce Ashfield, openembedded-devel; +Cc: Bartosz Golaszewski

From: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>

The final libgpiod v2.0 release is out so update the recipe.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
---
 .../python/{python3-gpiod_2.0-rc3.bb => python3-gpiod_2.0.bb}   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-gpiod_2.0-rc3.bb => python3-gpiod_2.0.bb} (95%)

diff --git a/meta-python/recipes-devtools/python/python3-gpiod_2.0-rc3.bb b/meta-python/recipes-devtools/python/python3-gpiod_2.0.bb
similarity index 95%
rename from meta-python/recipes-devtools/python/python3-gpiod_2.0-rc3.bb
rename to meta-python/recipes-devtools/python/python3-gpiod_2.0.bb
index 6af1542bf..18cf8ae8b 100644
--- a/meta-python/recipes-devtools/python/python3-gpiod_2.0-rc3.bb
+++ b/meta-python/recipes-devtools/python/python3-gpiod_2.0.bb
@@ -12,7 +12,7 @@ require recipes-support/libgpiod/libgpiod-src.inc
 
 SRC_URI += "file://run-ptest"
 
-SRC_URI[sha256sum] = "1d1756d465525deb668526571dc6ed7e08f7b8e7745b10fc028208a22fb7adf8"
+SRC_URI[sha256sum] = "f74cbf82038b3cb98ebeb25bce55ee2553be28194002d2a9889b9268cce2dd07"
 S = "${WORKDIR}/libgpiod-2.0/bindings/python"
 
 inherit setuptools3 ptest
-- 
2.37.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-03-02 15:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-02 15:44 [meta-oe][PATCH 0/2] libgpiod: update library and python recipes to v2.0 Bartosz Golaszewski
2023-03-02 15:44 ` [meta-oe][PATCH 1/2] libgpiod: update " Bartosz Golaszewski
2023-03-02 15:44 ` [meta-python][PATCH 2/2] python3-gpiod: " Bartosz Golaszewski

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.