public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel" <ljn0099@hotmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/rpi-openocd/
Date: Thu, 19 Jun 2025 15:56:38 +0000 (UTC)	[thread overview]
Message-ID: <1750348573.3e4b606f79c78f5aa7e857e0ce39a6190d78ca7e.ljn0099@gentoo> (raw)

commit:     3e4b606f79c78f5aa7e857e0ce39a6190d78ca7e
Author:     Manuel <ljn0099 <AT> hotmail <DOT> com>
AuthorDate: Thu Jun 19 15:56:13 2025 +0000
Commit:     Manuel <ljn0099 <AT> hotmail <DOT> com>
CommitDate: Thu Jun 19 15:56:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e4b606f

dev-embedded/rpi-openocd:

Signed-off-by: Manuel <ljn0099 <AT> hotmail.com>

Changed package prefixes to avoid conflict with dev-embedded/openocd.

 dev-embedded/rpi-openocd/rpi-openocd-9999.ebuild | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/dev-embedded/rpi-openocd/rpi-openocd-9999.ebuild b/dev-embedded/rpi-openocd/rpi-openocd-9999.ebuild
index c2cb0ea939..d28770dfc0 100644
--- a/dev-embedded/rpi-openocd/rpi-openocd-9999.ebuild
+++ b/dev-embedded/rpi-openocd/rpi-openocd-9999.ebuild
@@ -39,6 +39,9 @@ src_prepare() {
 src_configure() {
 	local myconf=(
 		--program-prefix=rpi-
+		--datadir=/usr/share/openocd-rpi
+		--infodir=/usr/share/info/rpi-openocd
+		--docdir=/usr/share/doc/rpi-openocd
 		--enable-amtjtagaccel
 		--enable-am335xgpio
 		--enable-arm-jtag-ew
@@ -87,7 +90,11 @@ src_configure() {
 src_install() {
 	default
 	dostrip /usr/bin
-	udev_dorules "${ED}"/usr/share/openocd/contrib/*.rules
+
+	mv "${ED}/usr/share/openocd-rpi/openocd/contrib/60-openocd.rules" \
+		"${ED}/usr/share/openocd-rpi/openocd/contrib/60-openocd-rpi.rules" || die
+
+	udev_dorules "${ED}"/usr/share/openocd-rpi/openocd/contrib/*.rules
 }
 
 pkg_postinst() {


             reply	other threads:[~2025-06-19 15:56 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-19 15:56 Manuel [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-19 12:44 [gentoo-commits] repo/proj/guru:dev commit in: dev-embedded/rpi-openocd/ Manuel

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1750348573.3e4b606f79c78f5aa7e857e0ce39a6190d78ca7e.ljn0099@gentoo \
    --to=ljn0099@hotmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox