From 623503e3f49d1ec133ac0fdafccb9ac28de1866c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Fri, 13 Jul 2012 09:11:57 +0000 Subject: owfs: enable/disable modules to make build predicable MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Koen Kooi Signed-off-by: Eric BĂ©nard --- meta-oe/recipes-extended/owfs/owfs_2.8p15.bb | 7 +++++++ 1 file changed, 7 insertions(+) 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() { -- cgit 1.2.3-korg