diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2012-06-02 17:42:14 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-06-05 10:46:47 +0200 |
commit | 0b87ade4ac1d4d0b43274fb4ad6f95a793d9d129 (patch) | |
tree | a29a944d1a82b648ce644f7247cc3d373a122ae1 | |
parent | aef86f6c6df11dba1dc5a2fc009529882fb12159 (diff) | |
download | meta-openembedded-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.bb | 7 |
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 | ||
9 | DEPENDS = "fuse virtual/libusb0" | 9 | DEPENDS = "fuse virtual/libusb0" |
10 | 10 | ||
11 | PR = "r1" | ||
12 | |||
11 | SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \ | 13 | SRC_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 | |||
19 | EXTRA_OECONF = " \ | 21 | EXTRA_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 | ||
29 | do_install_prepend() { | 36 | do_install_prepend() { |