[oe-commits] Chen Qi : systemd: add PACKAGECONFIG for curl

git at git.openembedded.org git at git.openembedded.org
Tue Sep 2 13:50:17 UTC 2014


Module: openembedded-core.git
Branch: master-next
Commit: ee545e764dcb234688b79cf4921f9eb85a6c8992
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ee545e764dcb234688b79cf4921f9eb85a6c8992

Author: Chen Qi <Qi.Chen at windriver.com>
Date:   Tue Sep  2 18:53:48 2014 +0800

systemd: add PACKAGECONFIG for curl

Add PACKAGECONFIG for curl and disable it by default.

Signed-off-by: Chen Qi <Qi.Chen at windriver.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/systemd/systemd_216.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-core/systemd/systemd_216.bb b/meta/recipes-core/systemd/systemd_216.bb
index df4a217..cccecf5 100644
--- a/meta/recipes-core/systemd/systemd_216.bb
+++ b/meta/recipes-core/systemd/systemd_216.bb
@@ -47,6 +47,7 @@ LDFLAGS_append_libc-uclibc = " -lrt"
 GTKDOC_DOCDIR = "${S}/docs/"
 
 PACKAGECONFIG ??= "xz"
+PACKAGECONFIG[curl] = "--enable-libcurl,--disable-libcurl,curl"
 # Sign the journal for anti-tampering
 PACKAGECONFIG[gcrypt] = "--enable-gcrypt,--disable-gcrypt,libgcrypt"
 # regardless of PACKAGECONFIG, libgcrypt is always required to expand



More information about the Openembedded-commits mailing list