From dfe764bf082f558b81e7fea08a38ff97d0cc8f84 Mon Sep 17 00:00:00 2001 From: "Jeremy A. Puhlman" Date: Thu, 16 Jul 2020 01:13:51 -0700 Subject: rpm-native:createrepo_c: Update whitespace in native recipe Signed-off-by: Jeremy A. Puhlman --- meta/recipes-devtools/createrepo-c/createrepo-c_git.bb | 2 +- meta/recipes-devtools/rpm/rpm_4.14.2.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb index 08766b3124..0c5a5f8ce1 100644 --- a/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb +++ b/meta/recipes-devtools/createrepo-c/createrepo-c_git.bb @@ -16,7 +16,7 @@ SRCREV = "434a40babdde57ab405e9a1085a30e9575ea0c92" S = "${WORKDIR}/git" DEPENDS = "expat curl glib-2.0 libxml2 openssl bzip2 zlib file sqlite3 xz rpm" -DEPENDS_append_class-native = " file-replacement-native" +DEPENDS_append_class-native = " file-replacement-native " inherit cmake pkgconfig bash-completion distutils3-base diff --git a/meta/recipes-devtools/rpm/rpm_4.14.2.bb b/meta/recipes-devtools/rpm/rpm_4.14.2.bb index 75ef3f4d03..82519da961 100644 --- a/meta/recipes-devtools/rpm/rpm_4.14.2.bb +++ b/meta/recipes-devtools/rpm/rpm_4.14.2.bb @@ -65,7 +65,7 @@ EXTRA_OECONF_append_libc-musl = " --disable-nls" # # Disable dbus for native, so that rpm doesn't attempt to inhibit shutdown via session dbus even when plugins support is enabled. # Also disable plugins by default for native. -EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" +EXTRA_OECONF_append_class-native = " --sysconfdir=/etc --localstatedir=/var --disable-plugins " EXTRA_OECONF_append_class-nativesdk = " --sysconfdir=/etc --localstatedir=/var --disable-plugins" BBCLASSEXTEND = "native nativesdk" -- cgit 1.2.3-korg