From: Anton Mikanovich <amikan@ilbers.de>
To: isar-users@googlegroups.com
Cc: Anton Mikanovich <amikan@ilbers.de>
Subject: [PATCH v2 2/4] meta-test: Add examples of SRC_URI overrides usage
Date: Fri, 16 Feb 2024 16:10:49 +0200 [thread overview]
Message-ID: <20240216141051.3490109-3-amikan@ilbers.de> (raw)
In-Reply-To: <20240216141051.3490109-1-amikan@ilbers.de>
To check SRC_URI variable manipulations add some append and remove
override examples.
Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
meta-test/recipes-app/hello-isar/hello-isar.bbappend | 9 +++++++++
1 file changed, 9 insertions(+)
create mode 100644 meta-test/recipes-app/hello-isar/hello-isar.bbappend
diff --git a/meta-test/recipes-app/hello-isar/hello-isar.bbappend b/meta-test/recipes-app/hello-isar/hello-isar.bbappend
new file mode 100644
index 00000000..d567599f
--- /dev/null
+++ b/meta-test/recipes-app/hello-isar/hello-isar.bbappend
@@ -0,0 +1,9 @@
+# Examples for SRC_URI parser testing
+SRC_URI += " \
+ file://nonexist-file \
+"
+SRC_URI:append = " \
+ git://nonexist-git \
+"
+SRC_URI:remove = "file://nonexist-file"
+SRC_URI:remove = "git://nonexist-git"
--
2.34.1
next prev parent reply other threads:[~2024-02-16 14:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-02-16 14:10 [PATCH v2 0/4] Fix SRC_URI:remove ignoring Anton Mikanovich
2024-02-16 14:10 ` [PATCH v2 1/4] conf: Enable bbappends Anton Mikanovich
2024-02-16 14:10 ` Anton Mikanovich [this message]
2024-02-16 14:10 ` [PATCH v2 3/4] dpkg-base: Fix SRC_URI:remove ignoring Anton Mikanovich
2024-02-16 14:10 ` [PATCH v2 4/4] multiarch: " Anton Mikanovich
2024-03-14 8:28 ` Schmidt, Adriaan
2024-03-14 8:44 ` Anton Mikanovich
2024-02-19 18:19 ` [PATCH v2 0/4] " Jan Kiszka
2024-03-07 7:15 ` Uladzimir Bely
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=20240216141051.3490109-3-amikan@ilbers.de \
--to=amikan@ilbers.de \
--cc=isar-users@googlegroups.com \
/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