diff options
author | Matt Campbell <Mcampbell@izotope.com> | 2020-04-22 16:06:31 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-25 08:32:30 -0700 |
commit | 2d7e3a772fe343823eae3f387ce6d8c3989dd3e4 (patch) | |
tree | eef18145b03789075f6e13d380463120bbdff82c | |
parent | cde1eee4864fe98b220fc7724ab305fdcee91e8b (diff) | |
download | meta-openembedded-2d7e3a772fe343823eae3f387ce6d8c3989dd3e4.tar.gz |
sdbus-c++-tools: add nativesdk
Signed-off-by: Matthew Campbell <mcampbell@izotope.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_0.8.1.bb (renamed from meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools-native_0.8.1.bb) | 4 |
1 files changed, 3 insertions, 1 deletions
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 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++" | |||
4 | LICENSE = "LGPLv2.1" | 4 | LICENSE = "LGPLv2.1" |
5 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=1803fa9c2c3ce8cb06b4861d75310742" | 5 | LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=1803fa9c2c3ce8cb06b4861d75310742" |
6 | 6 | ||
7 | inherit cmake native | 7 | inherit cmake |
8 | 8 | ||
9 | DEPENDS += "expat" | 9 | DEPENDS += "expat" |
10 | 10 | ||
@@ -12,3 +12,5 @@ SRCREV = "3a4f343fb924650e7639660efa5f143961162044" | |||
12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools" | 12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;subpath=tools" |
13 | 13 | ||
14 | S = "${WORKDIR}/tools" | 14 | S = "${WORKDIR}/tools" |
15 | |||
16 | BBCLASSEXTEND = "native nativesdk" | ||