From: "Eric L. Hernes" <dev@qinc.tv>
To: yocto-patches@lists.yoctoproject.org
Cc: "Eric L. Hernes" <dev@qinc.tv>
Subject: [PATCH 2/2] convert libdispatch to native-only recipe
Date: Mon, 9 Mar 2026 18:12:51 -0500 [thread overview]
Message-ID: <20260309231251.99347-3-dev@qinc.tv> (raw)
In-Reply-To: <20260309231251.99347-1-dev@qinc.tv>
Signed-off-by: Eric L. Hernes <dev@qinc.tv>
---
.../{libdispatch_git.bb => libdispatch-native_git.bb} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
rename recipes-devtools/libdispatch/{libdispatch_git.bb => libdispatch-native_git.bb} (94%)
diff --git a/recipes-devtools/libdispatch/libdispatch_git.bb b/recipes-devtools/libdispatch/libdispatch-native_git.bb
similarity index 94%
rename from recipes-devtools/libdispatch/libdispatch_git.bb
rename to recipes-devtools/libdispatch/libdispatch-native_git.bb
index 05b309d..07f3c78 100644
--- a/recipes-devtools/libdispatch/libdispatch_git.bb
+++ b/recipes-devtools/libdispatch/libdispatch-native_git.bb
@@ -11,13 +11,12 @@ SECTION = "devel"
SRCREV = "e85f6a0d5c9ea1f32f5013c3fa34e4fc146cd0eb"
SRC_URI = "git://github.com/swiftlang/swift-corelibs-libdispatch.git;nobranch=1;protocol=https"
-inherit cmake
-
-BBCLASSEXTEND = "native"
+inherit cmake native
S = "${WORKDIR}/git"
B = "${WORKDIR}/build"
+
DEPENDS += " \
clang-native \
libcxx-native \
--
2.50.1 (Apple Git-155)
next prev parent reply other threads:[~2026-03-09 23:13 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-09 23:12 [PATCH 0/2] macOS img and pkg installers Eric L. Hernes
2026-03-09 23:12 ` [PATCH 1/2] Add IMG and PKG SDK installers Eric L. Hernes
2026-03-09 23:12 ` Eric L. Hernes [this message]
2026-03-16 14:16 ` [yocto-patches] [PATCH 2/2] convert libdispatch to native-only recipe Etienne Cordonnier
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=20260309231251.99347-3-dev@qinc.tv \
--to=dev@qinc.tv \
--cc=yocto-patches@lists.yoctoproject.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 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.