diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
| commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
| tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-core/sdbus-c++ | |
| parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
| download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz | |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-core/sdbus-c++')
| -rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb index dee3eab497..6411677d98 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb | |||
| @@ -18,7 +18,7 @@ SRC_URI = "git://github.com/systemd/systemd-stable.git;protocol=git;branch=${SRC | |||
| 18 | " | 18 | " |
| 19 | 19 | ||
| 20 | # patches needed by musl | 20 | # patches needed by musl |
| 21 | SRC_URI_append_libc-musl = " ${SRC_URI_MUSL}" | 21 | SRC_URI:append:libc-musl = " ${SRC_URI_MUSL}" |
| 22 | SRC_URI_MUSL = "\ | 22 | SRC_URI_MUSL = "\ |
| 23 | file://0002-don-t-use-glibc-specific-qsort_r.patch \ | 23 | file://0002-don-t-use-glibc-specific-qsort_r.patch \ |
| 24 | file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \ | 24 | file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \ |
| @@ -46,7 +46,7 @@ SRC_URI_MUSL = "\ | |||
| 46 | " | 46 | " |
| 47 | 47 | ||
| 48 | PACKAGECONFIG ??= "gshadow idn" | 48 | PACKAGECONFIG ??= "gshadow idn" |
| 49 | PACKAGECONFIG_remove_libc-musl = " gshadow idn" | 49 | PACKAGECONFIG:remove:libc-musl = " gshadow idn" |
| 50 | PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" | 50 | PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" |
| 51 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" | 51 | PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" |
| 52 | 52 | ||
diff --git a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb index 338a89dda4..12eae5c7d5 100644 --- a/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb +++ b/meta-oe/recipes-core/sdbus-c++/sdbus-c++_0.8.3.bb | |||
| @@ -32,12 +32,12 @@ EXTRA_OECMAKE = "-DBUILD_CODE_GEN=ON \ | |||
| 32 | 32 | ||
| 33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
| 34 | 34 | ||
| 35 | do_install_append() { | 35 | do_install:append() { |
| 36 | if ! ${@bb.utils.contains('PTEST_ENABLED', '1', 'true', 'false', d)}; then | 36 | if ! ${@bb.utils.contains('PTEST_ENABLED', '1', 'true', 'false', d)}; then |
| 37 | rm -rf ${D}${sysconfdir}/dbus-1 | 37 | rm -rf ${D}${sysconfdir}/dbus-1 |
| 38 | fi | 38 | fi |
| 39 | } | 39 | } |
| 40 | 40 | ||
| 41 | PTEST_PATH = "${libdir}/${BPN}/tests" | 41 | PTEST_PATH = "${libdir}/${BPN}/tests" |
| 42 | FILES_${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/" | 42 | FILES:${PN}-ptest =+ "${sysconfdir}/dbus-1/system.d/" |
| 43 | FILES_${PN}-dev += "${bindir}/sdbus-c++-xml2cpp" | 43 | FILES:${PN}-dev += "${bindir}/sdbus-c++-xml2cpp" |
