diff options
author | Ross Burton <ross@burtonini.com> | 2021-11-18 16:11:23 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-11-18 11:07:10 -0800 |
commit | f486a18e83a42f21ff6b442bc39be703abc09773 (patch) | |
tree | fbcda194aebfb382599f5b0b223d632731c76ac3 | |
parent | d6249ca1dec5fe5f24450f93061fbfb72b0f8bfc (diff) | |
download | meta-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.bb | 6 |
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 | ||
31 | PACKAGECONFIG ??= "curl cplusplus" | 31 | PACKAGECONFIG ??= "curl cplusplus" |
32 | 32 | ||
33 | PACKAGECONFIG[abyss] = "--enable-abyss-server --enable-abyss-threads --enable-abyss-openssl,--disable-abyss-server --disable-abyss-threads --disable-abyss-openssl,openssl," | 33 | PACKAGECONFIG[abyss] = "--enable-abyss-server --enable-abyss-threads --enable-abyss-openssl,--disable-abyss-server --disable-abyss-threads --disable-abyss-openssl,openssl" |
34 | PACKAGECONFIG[cplusplus] = "--enable-cplusplus,--disable-cplusplus,," | 34 | PACKAGECONFIG[cplusplus] = "--enable-cplusplus,--disable-cplusplus" |
35 | PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl,curl" | 35 | PACKAGECONFIG[curl] = "--enable-curl-client,--disable-curl-client,curl" |
36 | 36 | ||
37 | do_configure() { | 37 | do_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} |