diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-06-20 16:06:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-06-25 06:44:52 -0700 |
| commit | fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3 (patch) | |
| tree | 4219bd472a29fcaca1f076c1e39ecb7078932bea /meta-oe/recipes-core/sdbus-c++ | |
| parent | 188491dd2b349d2dc7c0d40b9ee8d870228704f3 (diff) | |
| download | meta-openembedded-fc78d37ff0ce9e0d60455465851dbe4e86d7a8b3.tar.gz | |
meta-openembedded/all: adapt to UNPACKDIR changes
Please see
https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265
for what changes are needed, and sed commands that can be used to make them en masse.
I've verified that bitbake -c patch world works with these, but did not run a world
build; the majority of recipes shouldn't need further fixups, but if there are
some that still fall out, they can be fixed in followups.
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/sdbus-c++')
| -rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb | 1 | ||||
| -rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb index ceb422325c..9c39d40d23 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_255.6.bb | |||
| @@ -55,7 +55,6 @@ CFLAGS:append:libc-musl = " -D__UAPI_DEF_ETHHDR=0 " | |||
| 55 | 55 | ||
| 56 | EXTRA_OEMESON += "-Dstatic-libsystemd=pic" | 56 | EXTRA_OEMESON += "-Dstatic-libsystemd=pic" |
| 57 | 57 | ||
| 58 | S = "${WORKDIR}/git" | ||
| 59 | 58 | ||
| 60 | RDEPENDS:${PN}-dev = "" | 59 | RDEPENDS:${PN}-dev = "" |
| 61 | 60 | ||
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb index c55c305611..0467c834b8 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-tools_2.1.0.bb | |||
| @@ -11,6 +11,6 @@ DEPENDS += "expat" | |||
| 11 | SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8" | 11 | SRCREV = "0261d0ec60b68c1f0a6ec9acf63d1379f7d569f8" |
| 12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV};subpath=tools" | 12 | SRC_URI = "git://github.com/Kistler-Group/sdbus-cpp.git;protocol=https;branch=master;tag=v${PV};subpath=tools" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/tools" | 14 | S = "${UNPACKDIR}/tools" |
| 15 | 15 | ||
| 16 | BBCLASSEXTEND = "native nativesdk" | 16 | BBCLASSEXTEND = "native nativesdk" |
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb index f3799adb3c..62b30e9894 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_2.1.0.bb | |||
| @@ -24,7 +24,6 @@ EXTRA_OECMAKE = "-DSDBUSCPP_BUILD_CODEGEN=OFF \ | |||
| 24 | -DSDBUSCPP_BUILD_DOCS=ON \ | 24 | -DSDBUSCPP_BUILD_DOCS=ON \ |
| 25 | -DSDBUSCPP_BUILD_DOXYGEN_DOCS=OFF" | 25 | -DSDBUSCPP_BUILD_DOXYGEN_DOCS=OFF" |
| 26 | 26 | ||
| 27 | S = "${WORKDIR}/git" | ||
| 28 | 27 | ||
| 29 | # Link libatomic on architectures without 64bit atomics fixes | 28 | # Link libatomic on architectures without 64bit atomics fixes |
| 30 | # libsdbus-c++.so.1.1.0: undefined reference to `__atomic_load_8' | 29 | # libsdbus-c++.so.1.1.0: undefined reference to `__atomic_load_8' |
