summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb')
-rw-r--r--meta-oe/recipes-core/sdbus-c++/sdbus-c++-libsystemd_243.bb4
1 files changed, 2 insertions, 2 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 dee3eab49..6411677d9 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
21SRC_URI_append_libc-musl = " ${SRC_URI_MUSL}" 21SRC_URI:append:libc-musl = " ${SRC_URI_MUSL}"
22SRC_URI_MUSL = "\ 22SRC_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
48PACKAGECONFIG ??= "gshadow idn" 48PACKAGECONFIG ??= "gshadow idn"
49PACKAGECONFIG_remove_libc-musl = " gshadow idn" 49PACKAGECONFIG:remove:libc-musl = " gshadow idn"
50PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false" 50PACKAGECONFIG[gshadow] = "-Dgshadow=true,-Dgshadow=false"
51PACKAGECONFIG[idn] = "-Didn=true,-Didn=false" 51PACKAGECONFIG[idn] = "-Didn=true,-Didn=false"
52 52