diff options
| -rw-r--r-- | meta/recipes-devtools/rpm/rpm_4.14.2.1.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb b/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb index c93654aa8f..ab9f0e8e29 100644 --- a/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb +++ b/meta/recipes-devtools/rpm/rpm_4.14.2.1.bb | |||
| @@ -62,7 +62,8 @@ export PYTHON_ABI | |||
| 62 | # OE-core patches autoreconf to additionally run gnu-configize, which fails with this recipe | 62 | # OE-core patches autoreconf to additionally run gnu-configize, which fails with this recipe |
| 63 | EXTRA_AUTORECONF_append = " --exclude=gnu-configize" | 63 | EXTRA_AUTORECONF_append = " --exclude=gnu-configize" |
| 64 | 64 | ||
| 65 | EXTRA_OECONF_append = " --without-lua --enable-python --with-crypto=openssl" | 65 | # Vendor is detected differently on x86 and aarch64 hosts and can feed into target packages |
| 66 | EXTRA_OECONF_append = " --without-lua --enable-python --with-crypto=openssl --with-vendor=pc" | ||
| 66 | EXTRA_OECONF_append_libc-musl = " --disable-nls" | 67 | EXTRA_OECONF_append_libc-musl = " --disable-nls" |
| 67 | 68 | ||
| 68 | # --sysconfdir prevents rpm from attempting to access machine-specific configuration in sysroot/etc; we need to have it in rootfs | 69 | # --sysconfdir prevents rpm from attempting to access machine-specific configuration in sysroot/etc; we need to have it in rootfs |
