diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2013-07-05 10:35:48 +0200 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-07-23 07:22:38 -0700 |
commit | f32f0e8195b1abfdd4477747eca0838e90feabb7 (patch) | |
tree | 3f65ae678cd75e410b2e472d12d475a413e6752b /meta/recipes-devtools | |
parent | 4c32a6af7dfd16cf9c652ca2735cd8d24d204e29 (diff) | |
download | openembedded-core-f32f0e8195b1abfdd4477747eca0838e90feabb7.tar.gz openembedded-core-f32f0e8195b1abfdd4477747eca0838e90feabb7.tar.bz2 openembedded-core-f32f0e8195b1abfdd4477747eca0838e90feabb7.zip |
subversion: add PACKAGECONFIG for sasl
* cyrus-sasl is in meta-networking
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.6.15.bb | 2 | ||||
-rw-r--r-- | meta/recipes-devtools/subversion/subversion_1.7.10.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb index 244d7ea81a..ef679b3b65 100644 --- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb +++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb @@ -20,6 +20,8 @@ SRC_URI[sha256sum] = "b2919d603a5f3c19f42e3265c4b930e2376c43b3969b90ef9c42b2f72d LIC_FILES_CHKSUM = "file://COPYING;md5=2a69fef414e2cb907b4544298569300b" +PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" + EXTRA_OECONF = " \ --without-berkeley-db --without-apxs --without-apache \ --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ diff --git a/meta/recipes-devtools/subversion/subversion_1.7.10.bb b/meta/recipes-devtools/subversion/subversion_1.7.10.bb index 9d189fef4a..a24edb5d23 100644 --- a/meta/recipes-devtools/subversion/subversion_1.7.10.bb +++ b/meta/recipes-devtools/subversion/subversion_1.7.10.bb @@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "c1df222bec83d014d17785e2ceba6bc80962f64b280967de0285836d8d LIC_FILES_CHKSUM = "file://LICENSE;md5=4a14fd2da3134e40a087eb4326a4ecd4" +PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" + EXTRA_OECONF = " \ --without-berkeley-db --without-apxs \ --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ |