public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/picotool/
@ 2023-12-09 13:20 Michał Górny
  0 siblings, 0 replies; 7+ messages in thread
From: Michał Górny @ 2023-12-09 13:20 UTC (permalink / raw
  To: gentoo-commits

commit:     be7676f5f9add5f4c1a80fe956ae9248a5d9574d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Dec  9 13:19:34 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Dec  9 13:20:53 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7676f5

dev-embedded/picotool: Stabilize 1.1.2 amd64, #919499

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-embedded/picotool/picotool-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/picotool/picotool-1.1.2.ebuild b/dev-embedded/picotool/picotool-1.1.2.ebuild
index 46993520bd90..4c0f759534b0 100644
--- a/dev-embedded/picotool/picotool-1.1.2.ebuild
+++ b/dev-embedded/picotool/picotool-1.1.2.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 # |- pico-sdk (BSD)
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="virtual/libusb:1"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/picotool/
@ 2024-08-08 18:09 Matthew Smith
  0 siblings, 0 replies; 7+ messages in thread
From: Matthew Smith @ 2024-08-08 18:09 UTC (permalink / raw
  To: gentoo-commits

commit:     e5a4ab959c318ad73dab0568183f08d32f6dff1b
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Thu Aug  8 18:08:09 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Thu Aug  8 18:08:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5a4ab95

dev-embedded/picotool: add 2.0.0

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/picotool/Manifest              |  2 ++
 dev-embedded/picotool/picotool-2.0.0.ebuild | 50 +++++++++++++++++++++++++++++
 2 files changed, 52 insertions(+)

diff --git a/dev-embedded/picotool/Manifest b/dev-embedded/picotool/Manifest
index 3d6cae10ab17..983fe6bfca87 100644
--- a/dev-embedded/picotool/Manifest
+++ b/dev-embedded/picotool/Manifest
@@ -1,2 +1,4 @@
 DIST pico-sdk-1.4.0.tar.gz 959068 BLAKE2B 95c5e61c4d66c345daa4b8aff8e9e2cd90bcc722289ac67c1a18ce00dfa02ef7fb07512a0fdc7558f989746c215cff31979f1ad8a582e20ff2d151fdd109914f SHA512 4be28cf41e5b808a504b4c949f6c3e9fbc425beb4f838a7898bfd78925cc54e0390ff56c036bc7f60a26efac0d6c1bd811b27f7b60a1c8d7bb4750f3fa37690e
+DIST pico-sdk-2.0.0.tar.gz 2345905 BLAKE2B a1360fe30a56eef6ea2e786bb3d0f2522c4d37cd2424ea08a377d3f70f681cac1650a0967c4e447e9f47c692cf0ec7f9865af78cf8f4f8d699271f390750a3a1 SHA512 ae7c470a63581503d591b7aa19281eaf75248a668d0ce266b766a2261db8584d372d4f6d52cb1a90dc8b1d5afdfee1802980c0f2819f0193d6112db934d3e575
 DIST picotool-1.1.2.tar.gz 45282 BLAKE2B b7425ae197adef3f72aafa9450338ab1c3ddd4b1a13ff9f4847951ee3d7fd91226f780061416c0d72f963ad0afcf4a14d85c72b6199482738eb5344c8dc6563f SHA512 63e0c77865243aca0b46cb844f5eb104c762d2b38f645c75f32224b61d9768ef0ba59b55d94480559627ec4b23ad6edc49d013f90646644a5dc798090d37a257
+DIST picotool-2.0.0.tar.gz 637989 BLAKE2B aad9463f1f26ba921dc681fb784bec0e6ed9917919c12cb616b10642e359560f9b1304013a8a20dfaffe0f373b690d8527f93195212c01c76cb01439590143c8 SHA512 96808cea70a38cd108bbfe8f227d0e66167d0d0611d234e849793ec02d7cb319b065e7988c070c46488a7e99e1a2c1779f78d70782fc67fbbb81229d8e4c4ffa

diff --git a/dev-embedded/picotool/picotool-2.0.0.ebuild b/dev-embedded/picotool/picotool-2.0.0.ebuild
new file mode 100644
index 000000000000..acc716c5c113
--- /dev/null
+++ b/dev-embedded/picotool/picotool-2.0.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 2022-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+SDK_PV=2.0.0
+SDK_PN=pico-sdk
+SDK_P=${SDK_PN}-${SDK_PV}
+
+DESCRIPTION="tool for interacting with rp2040 devices and binaries"
+HOMEPAGE="https://github.com/raspberrypi/picotool"
+SRC_URI="
+	https://github.com/raspberrypi/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/raspberrypi/${SDK_PN}/archive/refs/tags/${SDK_PV}.tar.gz -> ${SDK_P}.tar.gz
+"
+
+# picotool (BSD)
+# |- clipp (MIT)
+# |- pico-sdk (BSD)
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="virtual/libusb:1"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.1.2-musl.patch )
+
+# Binary that runs on-chip.
+QA_PREBUILT="usr/share/picotool/xip_ram_perms.elf"
+
+src_prepare() {
+	mv "${WORKDIR}"/${SDK_P} "${S}"/pico-sdk || die
+	cmake_src_prepare
+}
+
+src_configure() {
+	local mycmakeargs=(
+		-DPICO_SDK_PATH="${S}"/pico-sdk
+	)
+	cmake_src_configure
+}
+
+src_install() {
+	cmake_src_install
+	dostrip -x /usr/share/picotool/xip_ram_perms.elf
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/picotool/
@ 2024-03-24 16:24 Matthew Smith
  0 siblings, 0 replies; 7+ messages in thread
From: Matthew Smith @ 2024-03-24 16:24 UTC (permalink / raw
  To: gentoo-commits

commit:     3f841b670af213e3f0f09e423895ffcd61cc3302
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 24 15:30:24 2024 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Mar 24 16:24:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f841b67

dev-embedded/picotool: drop 1.1.0

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/picotool/Manifest              |  1 -
 dev-embedded/picotool/picotool-1.1.0.ebuild | 35 -----------------------------
 2 files changed, 36 deletions(-)

diff --git a/dev-embedded/picotool/Manifest b/dev-embedded/picotool/Manifest
index b2a8c592757b..3d6cae10ab17 100644
--- a/dev-embedded/picotool/Manifest
+++ b/dev-embedded/picotool/Manifest
@@ -1,3 +1,2 @@
 DIST pico-sdk-1.4.0.tar.gz 959068 BLAKE2B 95c5e61c4d66c345daa4b8aff8e9e2cd90bcc722289ac67c1a18ce00dfa02ef7fb07512a0fdc7558f989746c215cff31979f1ad8a582e20ff2d151fdd109914f SHA512 4be28cf41e5b808a504b4c949f6c3e9fbc425beb4f838a7898bfd78925cc54e0390ff56c036bc7f60a26efac0d6c1bd811b27f7b60a1c8d7bb4750f3fa37690e
-DIST picotool-1.1.0.tar.gz 43994 BLAKE2B 2b8536540be912418be1f0f0d93bb59b9cd4832ce46854478fb0bfbcb4463b49e4806068897a1d665b73ea7a764bf0d96f0a56cde01ef6503c74e1eadc4ed9c2 SHA512 5c13a88e90baed28cf435c7641a84c1c814fc473d57f2502ebb594d84c71bbe82632bf0d24b7755ebfec270d85f4588c488917a224b68c93f40573e956026efc
 DIST picotool-1.1.2.tar.gz 45282 BLAKE2B b7425ae197adef3f72aafa9450338ab1c3ddd4b1a13ff9f4847951ee3d7fd91226f780061416c0d72f963ad0afcf4a14d85c72b6199482738eb5344c8dc6563f SHA512 63e0c77865243aca0b46cb844f5eb104c762d2b38f645c75f32224b61d9768ef0ba59b55d94480559627ec4b23ad6edc49d013f90646644a5dc798090d37a257

diff --git a/dev-embedded/picotool/picotool-1.1.0.ebuild b/dev-embedded/picotool/picotool-1.1.0.ebuild
deleted file mode 100644
index bd7b207bbca2..000000000000
--- a/dev-embedded/picotool/picotool-1.1.0.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake
-
-SDK_PV=1.4.0
-SDK_PN=pico-sdk
-SDK_P=${SDK_PN}-${SDK_PV}
-
-DESCRIPTION="tool for interacting with rp2040 devices and binaries"
-HOMEPAGE="https://github.com/raspberrypi/picotool"
-SRC_URI="
-	https://github.com/raspberrypi/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
-	https://github.com/raspberrypi/${SDK_PN}/archive/refs/tags/${SDK_PV}.tar.gz -> ${SDK_P}.tar.gz
-"
-
-# picotool (BSD)
-# |- clipp (MIT)
-# |- pico-sdk (BSD)
-LICENSE="BSD MIT"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="virtual/libusb:1"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_configure() {
-	local mycmakeargs=(
-		-DPICO_SDK_PATH="${WORKDIR}"/${SDK_P}
-	)
-	cmake_src_configure
-}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/picotool/
@ 2023-10-08  9:43 Matthew Smith
  0 siblings, 0 replies; 7+ messages in thread
From: Matthew Smith @ 2023-10-08  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     0bf72d399473ff66a5d4163dd18051b4693070ca
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 08:56:39 2023 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 09:43:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bf72d39

dev-embedded/picotool: add 1.1.2

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/picotool/Manifest              |  1 +
 dev-embedded/picotool/picotool-1.1.2.ebuild | 35 +++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-embedded/picotool/Manifest b/dev-embedded/picotool/Manifest
index be1eb2c00070..b2a8c592757b 100644
--- a/dev-embedded/picotool/Manifest
+++ b/dev-embedded/picotool/Manifest
@@ -1,2 +1,3 @@
 DIST pico-sdk-1.4.0.tar.gz 959068 BLAKE2B 95c5e61c4d66c345daa4b8aff8e9e2cd90bcc722289ac67c1a18ce00dfa02ef7fb07512a0fdc7558f989746c215cff31979f1ad8a582e20ff2d151fdd109914f SHA512 4be28cf41e5b808a504b4c949f6c3e9fbc425beb4f838a7898bfd78925cc54e0390ff56c036bc7f60a26efac0d6c1bd811b27f7b60a1c8d7bb4750f3fa37690e
 DIST picotool-1.1.0.tar.gz 43994 BLAKE2B 2b8536540be912418be1f0f0d93bb59b9cd4832ce46854478fb0bfbcb4463b49e4806068897a1d665b73ea7a764bf0d96f0a56cde01ef6503c74e1eadc4ed9c2 SHA512 5c13a88e90baed28cf435c7641a84c1c814fc473d57f2502ebb594d84c71bbe82632bf0d24b7755ebfec270d85f4588c488917a224b68c93f40573e956026efc
+DIST picotool-1.1.2.tar.gz 45282 BLAKE2B b7425ae197adef3f72aafa9450338ab1c3ddd4b1a13ff9f4847951ee3d7fd91226f780061416c0d72f963ad0afcf4a14d85c72b6199482738eb5344c8dc6563f SHA512 63e0c77865243aca0b46cb844f5eb104c762d2b38f645c75f32224b61d9768ef0ba59b55d94480559627ec4b23ad6edc49d013f90646644a5dc798090d37a257

diff --git a/dev-embedded/picotool/picotool-1.1.2.ebuild b/dev-embedded/picotool/picotool-1.1.2.ebuild
new file mode 100644
index 000000000000..46993520bd90
--- /dev/null
+++ b/dev-embedded/picotool/picotool-1.1.2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+SDK_PV=1.4.0
+SDK_PN=pico-sdk
+SDK_P=${SDK_PN}-${SDK_PV}
+
+DESCRIPTION="tool for interacting with rp2040 devices and binaries"
+HOMEPAGE="https://github.com/raspberrypi/picotool"
+SRC_URI="
+	https://github.com/raspberrypi/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/raspberrypi/${SDK_PN}/archive/refs/tags/${SDK_PV}.tar.gz -> ${SDK_P}.tar.gz
+"
+
+# picotool (BSD)
+# |- clipp (MIT)
+# |- pico-sdk (BSD)
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="virtual/libusb:1"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		-DPICO_SDK_PATH="${WORKDIR}"/${SDK_P}
+	)
+	cmake_src_configure
+}


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/picotool/
@ 2022-10-20 10:52 Jakov Smolić
  0 siblings, 0 replies; 7+ messages in thread
From: Jakov Smolić @ 2022-10-20 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     65b3b272515162f3ebb065000295fe92b46ef3cc
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 20 10:50:53 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Thu Oct 20 10:50:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65b3b272

dev-embedded/picotool: Stabilize 1.1.0 amd64, #877299

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 dev-embedded/picotool/picotool-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-embedded/picotool/picotool-1.1.0.ebuild b/dev-embedded/picotool/picotool-1.1.0.ebuild
index 87931418a258..bd7b207bbca2 100644
--- a/dev-embedded/picotool/picotool-1.1.0.ebuild
+++ b/dev-embedded/picotool/picotool-1.1.0.ebuild
@@ -21,7 +21,7 @@ SRC_URI="
 # |- pico-sdk (BSD)
 LICENSE="BSD MIT"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 RDEPEND="virtual/libusb:1"
 DEPEND="${RDEPEND}"


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/picotool/
@ 2022-08-25 10:33 Matthew Smith
  0 siblings, 0 replies; 7+ messages in thread
From: Matthew Smith @ 2022-08-25 10:33 UTC (permalink / raw
  To: gentoo-commits

commit:     c448e60d6581ff26fd890ad0fe85ee071d4122f9
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 25 08:14:35 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Thu Aug 25 10:31:36 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c448e60d

dev-embedded/picotool: fix inconsistent indentation in metadata

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/picotool/metadata.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-embedded/picotool/metadata.xml b/dev-embedded/picotool/metadata.xml
index a1594d39f6a9..60622476f816 100644
--- a/dev-embedded/picotool/metadata.xml
+++ b/dev-embedded/picotool/metadata.xml
@@ -2,10 +2,10 @@
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <maintainer type="person">
-	<email>matthew@gentoo.org</email>
-	<name>Matthew Smith</name>
+    <email>matthew@gentoo.org</email>
+    <name>Matthew Smith</name>
   </maintainer>
   <upstream>
-	<remote-id type="github">raspberrypi/picotool</remote-id>
+    <remote-id type="github">raspberrypi/picotool</remote-id>
   </upstream>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 7+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-embedded/picotool/
@ 2022-08-24 17:40 Matthew Smith
  0 siblings, 0 replies; 7+ messages in thread
From: Matthew Smith @ 2022-08-24 17:40 UTC (permalink / raw
  To: gentoo-commits

commit:     4329dcd037fa49a29d916b885de58528d65dfb6e
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 24 17:40:02 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Wed Aug 24 17:40:02 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4329dcd0

dev-embedded/picotool: new package, add 1.1.0

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-embedded/picotool/Manifest              |  2 ++
 dev-embedded/picotool/metadata.xml          | 11 +++++++++
 dev-embedded/picotool/picotool-1.1.0.ebuild | 35 +++++++++++++++++++++++++++++
 3 files changed, 48 insertions(+)

diff --git a/dev-embedded/picotool/Manifest b/dev-embedded/picotool/Manifest
new file mode 100644
index 000000000000..be1eb2c00070
--- /dev/null
+++ b/dev-embedded/picotool/Manifest
@@ -0,0 +1,2 @@
+DIST pico-sdk-1.4.0.tar.gz 959068 BLAKE2B 95c5e61c4d66c345daa4b8aff8e9e2cd90bcc722289ac67c1a18ce00dfa02ef7fb07512a0fdc7558f989746c215cff31979f1ad8a582e20ff2d151fdd109914f SHA512 4be28cf41e5b808a504b4c949f6c3e9fbc425beb4f838a7898bfd78925cc54e0390ff56c036bc7f60a26efac0d6c1bd811b27f7b60a1c8d7bb4750f3fa37690e
+DIST picotool-1.1.0.tar.gz 43994 BLAKE2B 2b8536540be912418be1f0f0d93bb59b9cd4832ce46854478fb0bfbcb4463b49e4806068897a1d665b73ea7a764bf0d96f0a56cde01ef6503c74e1eadc4ed9c2 SHA512 5c13a88e90baed28cf435c7641a84c1c814fc473d57f2502ebb594d84c71bbe82632bf0d24b7755ebfec270d85f4588c488917a224b68c93f40573e956026efc

diff --git a/dev-embedded/picotool/metadata.xml b/dev-embedded/picotool/metadata.xml
new file mode 100644
index 000000000000..a1594d39f6a9
--- /dev/null
+++ b/dev-embedded/picotool/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+	<email>matthew@gentoo.org</email>
+	<name>Matthew Smith</name>
+  </maintainer>
+  <upstream>
+	<remote-id type="github">raspberrypi/picotool</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/dev-embedded/picotool/picotool-1.1.0.ebuild b/dev-embedded/picotool/picotool-1.1.0.ebuild
new file mode 100644
index 000000000000..87931418a258
--- /dev/null
+++ b/dev-embedded/picotool/picotool-1.1.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+SDK_PV=1.4.0
+SDK_PN=pico-sdk
+SDK_P=${SDK_PN}-${SDK_PV}
+
+DESCRIPTION="tool for interacting with rp2040 devices and binaries"
+HOMEPAGE="https://github.com/raspberrypi/picotool"
+SRC_URI="
+	https://github.com/raspberrypi/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
+	https://github.com/raspberrypi/${SDK_PN}/archive/refs/tags/${SDK_PV}.tar.gz -> ${SDK_P}.tar.gz
+"
+
+# picotool (BSD)
+# |- clipp (MIT)
+# |- pico-sdk (BSD)
+LICENSE="BSD MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="virtual/libusb:1"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
+src_configure() {
+	local mycmakeargs=(
+		-DPICO_SDK_PATH="${WORKDIR}"/${SDK_P}
+	)
+	cmake_src_configure
+}


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

end of thread, other threads:[~2024-08-08 18:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-09 13:20 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/picotool/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-08-08 18:09 Matthew Smith
2024-03-24 16:24 Matthew Smith
2023-10-08  9:43 Matthew Smith
2022-10-20 10:52 Jakov Smolić
2022-08-25 10:33 Matthew Smith
2022-08-24 17:40 Matthew Smith

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox