Skip to content

Commit

Permalink
Add recipe for dbus-cxx
Browse files Browse the repository at this point in the history
Signed-off-by: Caio Toledo <[email protected]>
  • Loading branch information
caiotoledo committed Dec 15, 2020
1 parent 9301b77 commit 161ad83
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions meta-oe/recipes-core/dbus-cxx/dbus-cxx_0.12.bb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
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

EXTRA_OECMAKE = ""
OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH"

0 comments on commit 161ad83

Please sign in to comment.