diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2017-01-26 17:42:36 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-13 09:43:21 +0000 |
commit | 45b97161915ce7872ef7161451a5c83507072a72 (patch) | |
tree | e035ebc03ff4a3d5179827c1432bfaf040fb431b /meta/recipes-devtools/rpm | |
parent | 06270f20ba4312d20d0fd348595adf1b239bcac5 (diff) | |
download | openembedded-core-45b97161915ce7872ef7161451a5c83507072a72.tar.gz openembedded-core-45b97161915ce7872ef7161451a5c83507072a72.tar.bz2 openembedded-core-45b97161915ce7872ef7161451a5c83507072a72.zip |
nativesdk-packagegroup-sdk-host: replace smartpm with dnf
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
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" # Also disable plugins, so that rpm doesn't attempt to inhibit shutdown via session dbus EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" # Direct rpm-native to read configuration from our sysroot, not the one it was compiled in # libmagic also has sysroot path contamination, so override it |