($INBOX_DIR/description missing)
 help / color / mirror / Atom feed
From: eero.aaltonen@vaisala.com
To: openembedded-devel@lists.openembedded.org
Cc: Eero Aaltonen <eero.aaltonen@vaisala.com>
Subject: [meta-oe][PATCH 2/2] docopt.cpp: add support for native and nativesdk
Date: Mon, 15 Apr 2024 14:30:30 +0300	[thread overview]
Message-ID: <20240415113030.39050-2-eero.aaltonen@vaisala.com> (raw)
In-Reply-To: <20240415113030.39050-1-eero.aaltonen@vaisala.com>

From: Eero Aaltonen <eero.aaltonen@vaisala.com>

There are use cases for build time cli tools, so include support for
native as well.

Signed-off-by: Eero Aaltonen <eero.aaltonen@vaisala.com>
---
 meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb
index 87eed4b656..ec0b4da935 100644
--- a/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb
+++ b/meta-oe/recipes-extended/docopt.cpp/docopt.cpp_git.bb
@@ -26,3 +26,5 @@ inherit cmake
 
 PACKAGECONFIG ??= ""
 PACKAGECONFIG[boost] = "-DUSE_BOOST_REGEX=ON,-DUSE_BOOST_REGEX=OFF,boost"
+
+BBCLASSEXTEND = "native nativesdk"
-- 
2.34.1



      reply	other threads:[~2024-04-15 11:31 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-04-15 11:30 [meta-oe][PATCH 1/2] docopt.cpp: turn boost to a PACKAGECONFIG option eero.aaltonen
2024-04-15 11:30 ` eero.aaltonen [this message]

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=20240415113030.39050-2-eero.aaltonen@vaisala.com \
    --to=eero.aaltonen@vaisala.com \
    --cc=openembedded-devel@lists.openembedded.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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).