summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-07-05 10:35:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-07-29 13:28:23 +0100
commit9612e1c5ccb843e47bb61c83e966ece8c7ca240f (patch)
tree1f36d966415740e01c1fae7d159a97c086e9895d /meta/recipes-devtools
parent4751b5ba75e4433dd9051204a77879ee9d194bd4 (diff)
downloadpoky-9612e1c5ccb843e47bb61c83e966ece8c7ca240f.tar.gz
subversion: add PACKAGECONFIG for sasl
* cyrus-sasl is in meta-networking (From OE-Core master rev: f32f0e8195b1abfdd4477747eca0838e90feabb7) (From OE-Core rev: 506f9b0b5e18a839058196ac5cd231290b85ba95) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/subversion/subversion_1.6.15.bb2
-rw-r--r--meta/recipes-devtools/subversion/subversion_1.7.8.bb2
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
20 20
21LIC_FILES_CHKSUM = "file://COPYING;md5=2a69fef414e2cb907b4544298569300b" 21LIC_FILES_CHKSUM = "file://COPYING;md5=2a69fef414e2cb907b4544298569300b"
22 22
23PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl"
24
23EXTRA_OECONF = " \ 25EXTRA_OECONF = " \
24 --without-berkeley-db --without-apxs --without-apache \ 26 --without-berkeley-db --without-apxs --without-apache \
25 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ 27 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \
diff --git a/meta/recipes-devtools/subversion/subversion_1.7.8.bb b/meta/recipes-devtools/subversion/subversion_1.7.8.bb
index 1b1ca93dce..6aced2878d 100644
--- a/meta/recipes-devtools/subversion/subversion_1.7.8.bb
+++ b/meta/recipes-devtools/subversion/subversion_1.7.8.bb
@@ -18,6 +18,8 @@ SRC_URI[sha256sum] = "fc83d4d98ccea8b7bfa8f5c20fff545c8baa7d035db930977550c51c6c
18 18
19LIC_FILES_CHKSUM = "file://LICENSE;md5=4a14fd2da3134e40a087eb4326a4ecd4" 19LIC_FILES_CHKSUM = "file://LICENSE;md5=4a14fd2da3134e40a087eb4326a4ecd4"
20 20
21PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl"
22
21EXTRA_OECONF = " \ 23EXTRA_OECONF = " \
22 --without-berkeley-db --without-apxs \ 24 --without-berkeley-db --without-apxs \
23 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ 25 --without-swig --with-apr=${STAGING_BINDIR_CROSS} \