]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
rpm-native:createrepo_c: Update whitespace in native recipe stable/thud-nut
authorJeremy A. Puhlman <jpuhlman@mvista.com>
Thu, 16 Jul 2020 08:13:51 +0000 (01:13 -0700)
committerJeremy A. Puhlman <jpuhlman@mvista.com>
Thu, 16 Jul 2020 16:01:29 +0000 (09:01 -0700)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
meta/recipes-devtools/createrepo-c/createrepo-c_git.bb
meta/recipes-devtools/rpm/rpm_4.14.2.bb

index 08766b31242d1028376ef985c08e6732f49206f0..0c5a5f8ce1509bb3f0ae7c6b20d8a4c300bc4fa6 100644 (file)
@@ -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
 
index 75ef3f4d03ddd7b63bedad6e5163f2b453c70298..82519da9613444fdc86fe40050726539a3bf6eab 100644 (file)
@@ -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"