aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-06-02 17:42:14 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2012-06-05 10:46:47 +0200
commit0b87ade4ac1d4d0b43274fb4ad6f95a793d9d129 (patch)
treea29a944d1a82b648ce644f7247cc3d373a122ae1
parentaef86f6c6df11dba1dc5a2fc009529882fb12159 (diff)
downloadmeta-openembedded-contrib-0b87ade4ac1d4d0b43274fb4ad6f95a793d9d129.tar.gz
owfs: enable/disable modules to make build predicable
We enforce the avaiability of w1 kernel support and owfs filesystem but disable Perl, Python and PHP buildings for now. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-extended/owfs/owfs_2.8p15.bb7
1 files changed, 7 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb b/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
index 451aaaeadc..d7c5040cc6 100644
--- a/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
+++ b/meta-oe/recipes-extended/owfs/owfs_2.8p15.bb
@@ -8,6 +8,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
DEPENDS = "fuse virtual/libusb0"
+PR = "r1"
+
SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \
file://owhttpd \
file://owserver "
@@ -19,11 +21,16 @@ inherit autotools update-rc.d
EXTRA_OECONF = " \
--with-fuseinclude=${STAGING_INCDIR} \
--with-fuselib=${STAGING_LIBDIR} \
+ --enable-owfs \
--enable-owhttpd \
--enable-cache \
--enable-mt \
+ --enable-w1 \
--disable-swig \
--disable-owtcl \
+ --disable-owphp \
+ --disable-owpython \
+ --disable-owperl \
"
do_install_prepend() {