From 362468b5c6d1718a85a658d2e7b0ee90bb618435 Mon Sep 17 00:00:00 2001 From: otomam Date: Thu, 21 Sep 2023 03:02:55 +0000 Subject: [PATCH] yocto: Fix warning caused by missing spaces Signed-off-by: otomam --- meta-openeuler/recipes-devtools/rpm/rpm_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openeuler/recipes-devtools/rpm/rpm_%.bbappend b/meta-openeuler/recipes-devtools/rpm/rpm_%.bbappend index 7945e13489e..f09e95a0bba 100644 --- a/meta-openeuler/recipes-devtools/rpm/rpm_%.bbappend +++ b/meta-openeuler/recipes-devtools/rpm/rpm_%.bbappend @@ -44,7 +44,7 @@ EXTRA_OECONF:remove = " --without-lua" DEPENDS += "lua" DEPENDS:remove = "db" -PACKAGECONFIG:append = "sqlite zstd ndb" +PACKAGECONFIG:append = " sqlite zstd ndb" PACKAGECONFIG[sqlite] = "--enable-sqlite=yes,--enable-sqlite=no,sqlite3" PACKAGECONFIG[ndb] = "--enable-ndb,--disable-ndb" PACKAGECONFIG[bdb-ro] = "--enable-bdb-ro,--disable-bdb-ro" -- Gitee