All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Lukas Weiß" <lukas.weiss@janitza.de>
To: openembedded-devel@lists.openembedded.org
Subject: Re: Problems adding cppzmq to Target-SDK
Date: Fri, 14 Mar 2025 07:47:42 -0700	[thread overview]
Message-ID: <17040.1741963662509012296@lists.openembedded.org> (raw)
In-Reply-To: <wUYw.1741172173148394856.1XeG@lists.openembedded.org>


[-- Attachment #1.1: Type: text/plain, Size: 69 bytes --]

I found a solution, this is a problem in recipe. Patch is attached.

[-- Attachment #1.2: Type: text/html, Size: 99 bytes --]

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: cppzmq.patch --]
[-- Type: text/x-patch; name="cppzmq.patch", Size: 483 bytes --]

diff --git a/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb b/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb
index dcea339dfd..d5732e041e 100644
--- a/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb
+++ b/meta-oe/recipes-connectivity/zeromq/cppzmq_4.10.0.bb
@@ -14,7 +14,7 @@ inherit cmake
 
 EXTRA_OECMAKE = "-DCPPZMQ_BUILD_TESTS=OFF"
 
-PACKAGES = "${PN}-dev"
+ALLOW_EMPTY:${PN} = "1"
 
 RDEPENDS:${PN}-dev = "zeromq-dev zeromq-staticdev"
 DEV_PKG_DEPENDENCY = ""

  parent reply	other threads:[~2025-03-14 14:47 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-05 10:56 Problems adding cppzmq to Target-SDK Lukas Weiß
2025-03-05 14:13 ` [oe] " Khem Raj
2025-03-14 14:47 ` Lukas Weiß [this message]
2025-03-14 17:59   ` Khem Raj
2025-03-17 11:09     ` AW: " Lukas Weiß

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=17040.1741963662509012296@lists.openembedded.org \
    --to=lukas.weiss@janitza.de \
    --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 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.