From: Mike Westerhof Date: Mon, 16 Nov 2009 21:10:42 +0000 (-0600) Subject: owfs: disable swig to prevent doomed attempt to build a perl module. X-Git-Tag: Release-2010-05/1~1656 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10e531444fa17532a20fc12e036e95e5eef813c7;p=openembedded.git owfs: disable swig to prevent doomed attempt to build a perl module. Signed-off-by: Dirk Opfer --- diff --git a/recipes/owfs/owfs_2.7p24.bb b/recipes/owfs/owfs_2.7p24.bb index 44fc878d7b..0cfc36f4b5 100644 --- a/recipes/owfs/owfs_2.7p24.bb +++ b/recipes/owfs/owfs_2.7p24.bb @@ -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() {