summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-07-13 09:11:57 +0000
committerEric Bénard <eric@eukrea.com>2012-07-13 11:27:20 +0200
commit623503e3f49d1ec133ac0fdafccb9ac28de1866c (patch)
treed9181f6985596d6ab9953b1781a497b5a25d7581
parentc40621f762197b35f22527059130e64ce8e65063 (diff)
downloadmeta-openembedded-623503e3f49d1ec133ac0fdafccb9ac28de1866c.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> Signed-off-by: Eric Bénard <eric@eukrea.com>
-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 451aaaead..d7c5040cc 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 \
8 8
9DEPENDS = "fuse virtual/libusb0" 9DEPENDS = "fuse virtual/libusb0"
10 10
11PR = "r1"
12
11SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \ 13SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \
12 file://owhttpd \ 14 file://owhttpd \
13 file://owserver " 15 file://owserver "
@@ -19,11 +21,16 @@ inherit autotools update-rc.d
19EXTRA_OECONF = " \ 21EXTRA_OECONF = " \
20 --with-fuseinclude=${STAGING_INCDIR} \ 22 --with-fuseinclude=${STAGING_INCDIR} \
21 --with-fuselib=${STAGING_LIBDIR} \ 23 --with-fuselib=${STAGING_LIBDIR} \
24 --enable-owfs \
22 --enable-owhttpd \ 25 --enable-owhttpd \
23 --enable-cache \ 26 --enable-cache \
24 --enable-mt \ 27 --enable-mt \
28 --enable-w1 \
25 --disable-swig \ 29 --disable-swig \
26 --disable-owtcl \ 30 --disable-owtcl \
31 --disable-owphp \
32 --disable-owpython \
33 --disable-owperl \
27 " 34 "
28 35
29do_install_prepend() { 36do_install_prepend() {