diff options
Diffstat (limited to 'meta/recipes-devtools/rpm')
-rw-r--r-- | meta/recipes-devtools/rpm/rpm_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/rpm/rpm_git.bb b/meta/recipes-devtools/rpm/rpm_git.bb index 22a4e71a80..c71a41064c 100644 --- a/meta/recipes-devtools/rpm/rpm_git.bb +++ b/meta/recipes-devtools/rpm/rpm_git.bb | |||
@@ -60,7 +60,7 @@ EXTRA_OECONF_append_libc-musl = " --disable-nls" | |||
60 | # Also disable plugins, so that rpm doesn't attempt to inhibit shutdown via session dbus | 60 | # Also disable plugins, so that rpm doesn't attempt to inhibit shutdown via session dbus |
61 | EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" | 61 | EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" |
62 | 62 | ||
63 | BBCLASSEXTEND = "native" | 63 | BBCLASSEXTEND = "native nativesdk" |
64 | 64 | ||
65 | # Direct rpm-native to read configuration from our sysroot, not the one it was compiled in | 65 | # Direct rpm-native to read configuration from our sysroot, not the one it was compiled in |
66 | # libmagic also has sysroot path contamination, so override it | 66 | # libmagic also has sysroot path contamination, so override it |