[oe-commits] Martin Jansa : cherokee: Add PACKAGECONFIG for ffmpeg and ldap

git at git.openembedded.org git at git.openembedded.org
Tue Sep 17 17:09:51 UTC 2013


Module: meta-openembedded.git
Branch: master
Commit: 1d536390dcafe4d539335dec2173aa9ddc3d8b51
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=1d536390dcafe4d539335dec2173aa9ddc3d8b51

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Sun Aug 25 22:21:32 2013 +0200

cherokee: Add PACKAGECONFIG for ffmpeg and ldap

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../recipes-httpd/cherokee/cherokee_1.2.98.bb      |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
index 265e24e..0cc0104 100644
--- a/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
+++ b/meta-webserver/recipes-httpd/cherokee/cherokee_1.2.98.bb
@@ -18,6 +18,10 @@ SRC_URI[sha256sum] = "042b5687b1a3db3ca818167548ce5d32c35e227c6640732dcb622a6f4a
 
 inherit autotools pkgconfig binconfig update-rc.d systemd
 
+PACKAGECONFIG ??= ""
+PACKAGECONFIG[ffmpeg] = "--with-ffmpeg,--without-ffmpeg,libav"
+PACKAGECONFIG[ldap] = "--with-ldap,--without-ldap,openldap"
+
 EXTRA_OECONF = "--disable-static \
                 --disable-nls \
                ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)} \



More information about the Openembedded-commits mailing list