summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2021-11-18 16:11:23 +0000
committerKhem Raj <raj.khem@gmail.com>2021-11-18 11:07:10 -0800
commitf486a18e83a42f21ff6b442bc39be703abc09773 (patch)
treefbcda194aebfb382599f5b0b223d632731c76ac3
parentd6249ca1dec5fe5f24450f93061fbfb72b0f8bfc (diff)
downloadmeta-openembedded-f486a18e83a42f21ff6b442bc39be703abc09773.tar.gz
xmlrpc-c: clean up PACKAGECONFIG
Remove spurious commas and redundant RDEPENDS. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
index 4edfbd8c6..ef73455d7 100644
--- a/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
+++ b/meta-oe/recipes-devtools/xmlrpc-c/xmlrpc-c_1.54.02.bb
@@ -30,9 +30,9 @@ EXTRA_OECONF += "--disable-libwww-client --disable-wininet-client"
30 30
31PACKAGECONFIG ??= "curl cplusplus" 31PACKAGECONFIG ??= "curl cplusplus"
32 32
33PACKAGECONFIG[abyss] = "--enable-abyss-server --enable-abyss-threads --enable-abyss-openssl,--disable-abyss-server --disable-abyss-threads --disable-abyss-openssl,openssl," 33PACKAGECONFIG[abyss] = "--enable-abyss-server --enable-abyss-threads --enable-abyss-openssl,--disable-abyss-server --disable-abyss-threads --disable-abyss-openssl,openssl"
34PACKAGECONFIG[cplusplus] = "--enable-cplusplus,--disable-cplusplus,," 34PACKAGECONFIG[cplusplus] = "--enable-cplusplus,--disable-cplusplus"
35PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl,curl" 35PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl"
36 36
37do_configure() { 37do_configure() {
38 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S} 38 install -m 0755 ${STAGING_DATADIR_NATIVE}/gnu-config/config.guess ${S}