From 7282a97430a1ea24e516ad95b6a36c5751b9d256 Mon Sep 17 00:00:00 2001 From: Caio Toledo Date: Tue, 15 Dec 2020 14:56:06 +0000 Subject: Add recipe for dbus-cxx Signed-off-by: Caio Toledo Signed-off-by: Khem Raj --- meta-oe/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 (limited to 'meta-oe') 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..44f8180bc9 --- /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" -- cgit 1.2.3-korg