owfs: disable swig to prevent doomed attempt to build a perl module.
authorMike Westerhof <mwester@dls.net>
Mon, 16 Nov 2009 21:10:42 +0000 (15:10 -0600)
committerMike Westerhof <mwester@dls.net>
Mon, 16 Nov 2009 21:10:42 +0000 (15:10 -0600)
Signed-off-by: Dirk Opfer <Dirk@do13.de>
recipes/owfs/owfs_2.7p24.bb

index 44fc878..0cfc36f 100644 (file)
@@ -5,6 +5,8 @@ PRIORITY = "optional"
 LICENSE = "GPLv2"
 DEPENDS += "fuse virtual/libusb0"
 
+PR = "r1"
+
 SRC_URI = "${SOURCEFORGE_MIRROR}/owfs/owfs-${PV}.tar.gz \
            file://owhttpd \
            file://owserver "
@@ -15,6 +17,7 @@ EXTRA_OECONF = " \
                  --enable-owhttpd \
                  --enable-cache \
                  --enable-mt \
+                 --disable-swig \
                  "
 
 do_install_prepend() {