diff options
Diffstat (limited to 'meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.1.bb')
-rw-r--r-- | meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.1.bb | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.1.bb b/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.1.bb deleted file mode 100644 index e89d1327e8..0000000000 --- a/meta-oe/recipes-core/dbus-cxx/dbus-cxx_2.5.1.bb +++ /dev/null | |||
@@ -1,25 +0,0 @@ | |||
1 | SUMMARY = "D-Bus wrapper in C++ for dbus" | ||
2 | HOMEPAGE = "https://dbus-cxx.github.io/" | ||
3 | BUGTRACKER = "https://github.com/libsigcplusplus/libsigcplusplus/issues" | ||
4 | SECTION = "base" | ||
5 | LICENSE = "LGPL-3.0-or-later | BSD-3-Clause" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=24594f493407a4cd401ce9794e0b9308" | ||
7 | |||
8 | SRC_URI = "git://github.com/dbus-cxx/dbus-cxx.git;branch=master;protocol=https" | ||
9 | SRCREV = "732a5becb4349e02ffce407a3fd4d75cc3d82421" | ||
10 | |||
11 | DEPENDS = "\ | ||
12 | dbus \ | ||
13 | libsigc++-3 \ | ||
14 | " | ||
15 | |||
16 | RDEPENDS:${PN} = "\ | ||
17 | dbus \ | ||
18 | libsigc++-3 \ | ||
19 | " | ||
20 | |||
21 | S = "${WORKDIR}/git" | ||
22 | |||
23 | inherit pkgconfig cmake | ||
24 | |||
25 | OECMAKE_FIND_ROOT_PATH_MODE_PROGRAM = "BOTH" | ||