From 2d7e3a772fe343823eae3f387ce6d8c3989dd3e4 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Wed, 22 Apr 2020 16:06:31 -0400 Subject: [PATCH] sdbus-c++-tools: add nativesdk Signed-off-by: Matthew Campbell Signed-off-by: Khem Raj --- ...bus-c++-tools-native_0.8.1.bb => sdbus-c++-tools_0.8.1.bb} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename meta-oe/recipes-core/sdbus-c++/{sdbus-c++-tools-native_0.8.1.bb => sdbus-c++-tools_0.8.1.bb} (89%) diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb similarity index 89% rename from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb rename to meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb index e18b9903d1..9eaec0f2a8 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb @@ -4,7 +4,7 @@ DESCRIPTION = "Native interface code generator for development with sdbus-c++" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=1803fa9c2c3ce8cb06b4861d75310742" -inherit cmake native +inherit cmake DEPENDS += "expat" @@ -12,3 +12,5 @@ SRCREV = "3a4f343fb924650e7639660efa5f143961162044" SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools" S = "${WORKDIR}/tools" + +BBCLASSEXTEND = "native nativesdk"