diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-11-30 09:35:08 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-11-30 12:01:44 -0800 |
| commit | 2aef5fbebcdc185382837209ee669dd7ec77baf6 (patch) | |
| tree | 4fada63289aa42f55d7283bb4b9d7fc4f3e4f9a6 | |
| parent | d1a6c69a07d7b435d79521dbe528c7eac05ce57d (diff) | |
| download | meta-openembedded-2aef5fbebcdc185382837209ee669dd7ec77baf6.tar.gz | |
libreport: Inherit python3targetconfig
So it uses cross python3-config tool instead of native
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-extended/libreport/libreport_2.10.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb index d917a32472..35ef692617 100644 --- a/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb +++ b/meta-oe/recipes-extended/libreport/libreport_2.10.0.bb | |||
| @@ -26,7 +26,7 @@ S = "${WORKDIR}/git" | |||
| 26 | inherit features_check | 26 | inherit features_check |
| 27 | REQUIRED_DISTRO_FEATURES = "systemd" | 27 | REQUIRED_DISTRO_FEATURES = "systemd" |
| 28 | 28 | ||
| 29 | inherit gettext autotools python3native pkgconfig | 29 | inherit gettext autotools python3native python3targetconfig pkgconfig |
| 30 | 30 | ||
| 31 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','x11','gtk','',d)}" | 31 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES','x11','gtk','',d)}" |
| 32 | PACKAGECONFIG[gtk] = "--with-gtk, --without-gtk, gtk+3," | 32 | PACKAGECONFIG[gtk] = "--with-gtk, --without-gtk, gtk+3," |
