From: "Khem Raj" <raj.khem@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Caio Toledo <caioviniciusdetoledo@gmail.com>,
Khem Raj <raj.khem@gmail.com>
Subject: [meta-oe][PATCH 2/3] Add recipe for dbus-cxx
Date: Tue, 15 Dec 2020 21:30:12 -0800 [thread overview]
Message-ID: <20201216053013.1661310-2-raj.khem@gmail.com> (raw)
In-Reply-To: <20201216053013.1661310-1-raj.khem@gmail.com>
From: Caio Toledo <caioviniciusdetoledo@gmail.com>
Signed-off-by: Caio Toledo <caioviniciusdetoledo@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
.../recipes-core/dbus-cxx/dbus-cxx_0.12.bb | 24 +++++++++++++++++++
1 file changed, 24 insertions(+)
create mode 100644 meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
new file mode 100644
index 0000000000..7a170d66f5
--- /dev/null
+++ b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
@@ -0,0 +1,24 @@
+SUMMARY = "D-Bus wrapper in C++ for dbus"
+HOMEPAGE = "https://dbus-cxx.github.io/"
+SECTION = "base"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=4cf0188f02184e1e84b9586ac53c3f83"
+
+SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master"
+SRCREV = "ea7f8e361d11dc7d41d9ae2c4128aed2cdadd84e"
+
+DEPENDS = "\
+ dbus \
+ libsigc++-2.0 \
+"
+
+RDEPENDS_${PN} = "\
+ dbus \
+ libsigc++-2.0 \
+"
+
+S = "${WORKDIR}/git/"
+
+inherit pkgconfig cmake
+
+OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH"
--
2.29.2
next prev parent reply other threads:[~2020-12-16 5:30 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-16 5:30 [meta-oe][PATCH 1/3] nodejs: 12.19.0 -> 12.19.1 Khem Raj
2020-12-16 5:30 ` Khem Raj [this message]
2020-12-16 5:30 ` [meta-oe][PATCH 3/3] Add dbus-cxx to packagegroup-meta-oe Khem Raj
2021-01-05 13:31 ` [oe] [meta-oe][PATCH 1/3] nodejs: 12.19.0 -> 12.19.1 Sean Nyekjaer
2021-01-06 6:40 ` Sean Nyekjaer
2021-01-10 19:52 ` akuster
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=20201216053013.1661310-2-raj.khem@gmail.com \
--to=raj.khem@gmail.com \
--cc=caioviniciusdetoledo@gmail.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